summaryrefslogtreecommitdiff
path: root/net/core/dev.c
AgeCommit message (Expand)AuthorFilesLines
2020-02-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-0/+2
2020-02-27net: fix sysfs permssions when device changes network namespaceChristian Brauner1-1/+8
2020-02-26net: Fix Tx hash bound checkingAmritha Nambiar1-0/+2
2020-02-24net: Remove unneeded export of a couple of xdp generic functionsDavid Ahern1-1/+0
2020-02-18Revert "net: dev: introduce support for sch BYPASS for lockless qdisc"Paolo Abeni1-20/+2
2020-02-17net: export netdev_next_lower_dev_rcu()Taehee Yoo1-3/+3
2020-02-17net: add strict checks in netdev_name_node_alt_destroy()Eric Dumazet1-0/+6
2020-02-12core: Don't skip generic XDP program execution for cloned SKBsToke Høiland-Jørgensen1-2/+2
2020-02-04treewide: remove redundant IS_ERR() before error code checkMasahiro Yamada1-1/+1
2020-01-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-37/+108
2020-01-28Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+1
2020-01-27net: introduce dev_net notifier register/unregister variantsJiri Pirko1-0/+46
2020-01-27net: push code from net notifier reg/unreg into helpersJiri Pirko1-22/+38
2020-01-27net: call call_netdevice_unregister_net_notifiers from unregisterJiri Pirko1-11/+3
2020-01-27net: Support GRO/GSO fraglist chaining.Steffen Klassert1-1/+1
2020-01-27net: Add a netdev software feature set that defaults to off.Steffen Klassert1-1/+1
2020-01-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-42/+55
2020-01-23net: rtnetlink: validate IFLA_MTU attribute in rtnl_create_link()Eric Dumazet1-10/+19
2020-01-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-0/+2
2020-01-22net: Fix packet reordering caused by GRO and listified RX cooperationMaxim Mikityanskiy1-31/+33
2020-01-21net-sysfs: Fix reference count leakJouni Hogander1-1/+3
2020-01-20Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-12/+0
2020-01-17net: avoid updating qdisc_xmit_lock_key in netdev_update_lockdep_key()Cong Wang1-12/+0
2020-01-17xdp: Move devmap bulk queue into struct net_deviceToke Høiland-Jørgensen1-0/+2
2019-12-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller1-2/+0
2019-12-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-1/+18
2019-12-25Merge tag 'v5.5-rc3' into sched/core, to pick up fixesIngo Molnar1-5/+6
2019-12-18netfilter: Clean up unnecessary #ifdefLukas Wunner1-2/+0
2019-12-14bpf, xdp: Start using the BPF dispatcher for XDPBjörn Töpel1-1/+18
2019-12-09treewide: Use sizeof_field() macroPankaj Bharadiya1-1/+1
2019-12-08sched/rt, net: Use CONFIG_PREEMPTION.patchThomas Gleixner1-1/+1
2019-12-07inet: protect against too small mtu values.Eric Dumazet1-1/+2
2019-12-03net: fix a leak in register_netdevice()Dan Carpenter1-3/+3
2019-11-27Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-2/+2
2019-11-24net: gro: use vlan API instead of accessing directlyTonghao Zhang1-1/+1
2019-11-16net: core: allow fast GRO for skbs with Ethernet header in headAlexander Lobakin1-2/+1
2019-11-08net/sched: annotate lockless accesses to qdisc->emptyEric Dumazet1-1/+1
2019-11-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-156/+467
2019-11-02net: fix installing orphaned programsJakub Kicinski1-1/+2
2019-10-30net/core: Replace rcu_swap_protected() with rcu_replace_pointer()Paul E. McKenney1-2/+2
2019-10-26netns: fix GFP flags in rtnl_net_notifyid()Guillaume Nault1-1/+1
2019-10-25net: remove unnecessary variables and callbackTaehee Yoo1-19/+0
2019-10-25net: core: add ignore flag to netdev_adjacent structureTaehee Yoo1-21/+209
2019-10-25net: core: add generic lockdep keysTaehee Yoo1-84/+43
2019-10-25net: core: limit nested device depthTaehee Yoo1-45/+227
2019-10-16net: core: use listified Rx for GRO_NORMAL in napi_gro_receive()Alexander Lobakin1-24/+25
2019-10-09Revert "tun: call dev_get_valid_name() before register_netdevice()"Eric Dumazet1-3/+2
2019-10-07net: core: use helper skb_ensure_writable in more placesHeiner Kallweit1-12/+8
2019-10-03net: propagate errors correctly in register_netdevice()Eric Dumazet1-0/+1
2019-10-02net: introduce per-netns netdevice notifiersJiri Pirko1-0/+87