summaryrefslogtreecommitdiff
path: root/include/linux/netdevice.h
AgeCommit message (Expand)Author
2020-10-02net: core: document two new elements of struct net_deviceMauro Carvalho Chehab
2020-09-28net: core: add nested_level variable in net_deviceTaehee Yoo
2020-09-28net: core: introduce struct netdev_nested_priv for nested interface infrastru...Taehee Yoo
2020-09-07netdevice.h: fix xdp_state kernel-doc warningRandy Dunlap
2020-09-07netdevice.h: fix proto_down_reason kernel-doc warningRandy Dunlap
2020-08-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds
2020-08-04Merge tag 'docs-5.9' of git://git.lwn.net/linuxLinus Torvalds
2020-08-04ipv4: route: Ignore output interface in FIB lookup for PMTU routeStefano Brivio
2020-08-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2020-07-31rtnetlink: add support for protodown reasonRoopa Prabhu
2020-07-25bpf, xdp: Remove XDP_QUERY_PROG and XDP_QUERY_PROG_HW XDP commandsAndrii Nakryiko
2020-07-25bpf, xdp: Add bpf_link-based XDP attachment APIAndrii Nakryiko
2020-07-25bpf, xdp: Maintain info on attached XDP BPF programs in net_deviceAndrii Nakryiko
2020-07-10udp_tunnel: add central NIC RX port offload infrastructureJakub Kicinski
2020-06-26net: netdevice.h: add a description for napi_defer_hard_irqsMauro Carvalho Chehab
2020-06-18net: core: reduce recursion limit valueTaehee Yoo
2020-06-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2020-06-09net: change addr_list_lock back to static keyCong Wang
2020-06-08dynamic_debug: add an option to enable dynamic debug for modules onlyOrson Zhai
2020-05-23net: devres: provide devm_register_netdev()Bartosz Golaszewski
2020-05-19net: add a new ndo_tunnel_ioctl methodChristoph Hellwig
2020-05-09Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Saeed Mahameed
2020-05-04net: partially revert dynamic lockdep key changesCong Wang
2020-05-01net/core: Introduce netdev_get_xmit_slaveMaor Gottlieb
2020-04-23net: napi: add hard irqs deferral featureEric Dumazet
2020-04-20net: Add IF_OPER_TESTINGAndrew Lunn
2020-03-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2020-03-28xdp: Support specifying expected existing program when attaching XDPToke Høiland-Jørgensen
2020-03-26net: add a reference to MACsec ops in net_deviceAntoine Tenart
2020-03-18netfilter: revert introduction of egress hookDaniel Borkmann
2020-03-18netfilter: Introduce egress hookLukas Wunner
2020-03-05net: sched: Make FIFO Qdisc offloadablePetr Machata
2020-03-02netdevice: Replace zero-length array with flexible-array memberGustavo A. R. Silva
2020-02-16net: export netdev_next_lower_dev_rcu()Taehee Yoo
2020-02-14netdevice.h: fix all kernel-doc and Sphinx warningsRandy Dunlap
2020-01-27ethtool: provide message mask with DEBUG_GET requestMichal Kubecek
2020-01-27net: introduce dev_net notifier register/unregister variantsJiri Pirko
2020-01-27net: Support GRO/GSO fraglist chaining.Steffen Klassert
2020-01-27net: Add fraglist GRO/GSO feature flagsSteffen Klassert
2020-01-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-01-25net: sched: Make TBF Qdisc offloadablePetr Machata
2020-01-23net: rtnetlink: validate IFLA_MTU attribute in rtnl_create_link()Eric Dumazet
2020-01-16xdp: Move devmap bulk queue into struct net_deviceToke Høiland-Jørgensen
2020-01-03net: remove the check argument from __skb_gro_checksum_convertLi RongQing
2019-12-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2019-12-27ethtool: support for netlink notificationsMichal Kubecek
2019-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-12-18net: sch_ets: Make the ETS qdisc offloadablePetr Machata
2019-12-17net: fix kernel-doc warning in <linux/netdevice.h>Randy Dunlap
2019-12-17netfilter: Document ingress hookLukas Wunner