aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux/netdevice.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-06-18net: core: reduce recursion limit valueTaehee Yoo1-1/+1
2020-06-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds1-4/+8
2020-06-09net: change addr_list_lock back to static keyCong Wang1-4/+8
2020-06-08dynamic_debug: add an option to enable dynamic debug for modules onlyOrson Zhai1-2/+4
2020-05-23net: devres: provide devm_register_netdev()Bartosz Golaszewski1-0/+2
2020-05-19net: add a new ndo_tunnel_ioctl methodChristoph Hellwig1-0/+6
2020-05-09Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mellanox/linuxSaeed Mahameed1-0/+12
2020-05-04net: partially revert dynamic lockdep key changesCong Wang1-8/+19
2020-05-01net/core: Introduce netdev_get_xmit_slaveMaor Gottlieb1-0/+12
2020-04-23net: napi: add hard irqs deferral featureEric Dumazet1-0/+2
2020-04-20net: Add IF_OPER_TESTINGAndrew Lunn1-0/+41
2020-03-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-1/+1
2020-03-28xdp: Support specifying expected existing program when attaching XDPToke Høiland-Jørgensen1-1/+1
2020-03-26net: add a reference to MACsec ops in net_deviceAntoine Tenart1-0/+9
2020-03-18netfilter: revert introduction of egress hookDaniel Borkmann1-4/+0
2020-03-18netfilter: Introduce egress hookLukas Wunner1-0/+4
2020-03-05net: sched: Make FIFO Qdisc offloadablePetr Machata1-0/+1
2020-03-02netdevice: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-5/+5
2020-02-16net: export netdev_next_lower_dev_rcu()Taehee Yoo1-4/+3
2020-02-14netdevice.h: fix all kernel-doc and Sphinx warningsRandy Dunlap1-1/+15
2020-01-27ethtool: provide message mask with DEBUG_GET requestMichal Kubecek1-15/+41
2020-01-27net: introduce dev_net notifier register/unregister variantsJiri Pirko1-0/+17
2020-01-27net: Support GRO/GSO fraglist chaining.Steffen Klassert1-1/+3
2020-01-27net: Add fraglist GRO/GSO feature flagsSteffen Klassert1-0/+1
2020-01-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-0/+2
2020-01-25net: sched: Make TBF Qdisc offloadablePetr Machata1-0/+1
2020-01-23net: rtnetlink: validate IFLA_MTU attribute in rtnl_create_link()Eric Dumazet1-0/+2
2020-01-16xdp: Move devmap bulk queue into struct net_deviceToke Høiland-Jørgensen1-5/+8
2020-01-03net: remove the check argument from __skb_gro_checksum_convertLi RongQing1-3/+3
2019-12-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller1-0/+1
2019-12-27ethtool: support for netlink notificationsMichal Kubecek1-0/+9
2019-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+1
2019-12-18net: sch_ets: Make the ETS qdisc offloadablePetr Machata1-0/+1
2019-12-17net: fix kernel-doc warning in <linux/netdevice.h>Randy Dunlap1-1/+1
2019-12-17netfilter: Document ingress hookLukas Wunner1-0/+1
2019-12-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin1-2/+3
2019-12-07inet: protect against too small mtu values.Eric Dumazet1-0/+5
2019-11-27Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-0/+4
2019-11-22net/core: Add support for getting VF GUIDsDanit Goldberg1-0/+4
2019-11-12netfilter: nf_flow_table: hardware offload supportPablo Neira Ayuso1-0/+1
2019-11-07net: use u64_stats_t in struct pcpu_lstatsEric Dumazet1-4/+4
2019-11-07net: provide dev_lstats_add() helperEric Dumazet1-0/+10
2019-11-07net: provide dev_lstats_read() helperEric Dumazet1-0/+2
2019-11-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-34/+26
2019-10-24net: remove unnecessary variables and callbackTaehee Yoo1-12/+0
2019-10-24net: core: add ignore flag to netdev_adjacent structureTaehee Yoo1-0/+10
2019-10-24net: core: add generic lockdep keysTaehee Yoo1-22/+13
2019-10-24net: core: limit nested device depthTaehee Yoo1-0/+4
2019-10-08Revert "tun: call dev_get_valid_name() before register_netdevice()"Eric Dumazet1-3/+0
2019-10-02net: introduce per-netns netdevice notifiersJiri Pirko1-0/+3