summaryrefslogtreecommitdiffstats
path: root/net/core/dev.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Use sizeof_field() macroPankaj Bharadiya2019-12-091-1/+1
* inet: protect against too small mtu values.Eric Dumazet2019-12-071-1/+2
* net: fix a leak in register_netdevice()Dan Carpenter2019-12-031-3/+3
* Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-11-261-2/+2
|\
| * net/core: Replace rcu_swap_protected() with rcu_replace_pointer()Paul E. McKenney2019-10-301-2/+2
* | net: gro: use vlan API instead of accessing directlyTonghao Zhang2019-11-231-1/+1
* | net: core: allow fast GRO for skbs with Ethernet header in headAlexander Lobakin2019-11-161-2/+1
* | net/sched: annotate lockless accesses to qdisc->emptyEric Dumazet2019-11-081-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-11-021-156/+467
|\ \
| * | net: fix installing orphaned programsJakub Kicinski2019-11-011-1/+2
| * | netns: fix GFP flags in rtnl_net_notifyid()Guillaume Nault2019-10-251-1/+1
| * | net: remove unnecessary variables and callbackTaehee Yoo2019-10-241-19/+0
| * | net: core: add ignore flag to netdev_adjacent structureTaehee Yoo2019-10-241-21/+209
| * | net: core: add generic lockdep keysTaehee Yoo2019-10-241-84/+43
| * | net: core: limit nested device depthTaehee Yoo2019-10-241-45/+227
| |/
* | net: core: use listified Rx for GRO_NORMAL in napi_gro_receive()Alexander Lobakin2019-10-151-24/+25
* | Revert "tun: call dev_get_valid_name() before register_netdevice()"Eric Dumazet2019-10-081-3/+2
* | net: core: use helper skb_ensure_writable in more placesHeiner Kallweit2019-10-071-12/+8
* | net: propagate errors correctly in register_netdevice()Eric Dumazet2019-10-031-0/+1
* | net: introduce per-netns netdevice notifiersJiri Pirko2019-10-021-0/+87
* | net: push loops and nb calls into helper functionsJiri Pirko2019-10-021-28/+61
* | net: rtnetlink: add linkprop commands to add and delete alternative ifnamesJiri Pirko2019-10-011-1/+57
* | net: introduce name_node struct to be used in hashlistJiri Pirko2019-10-011-18/+79
* | net: core: dev: replace state xoff flag comparison by netif_xmit_stopped methodJulio Faracco2019-10-011-1/+1
|/
* sk_buff: drop all skb extensions on free and skb scrubbingFlorian Westphal2019-09-271-2/+2
* Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-09-171-6/+10
|\
| * net/sched: fix race between deactivation and dequeue for NOLOCK qdiscPaolo Abeni2019-09-151-6/+10
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-09-151-0/+2
|\|
| * net: Fix null de-reference of device refcountSubash Abhinov Kasiviswanathan2019-09-121-0/+2
* | net: Don't call XDP_SETUP_PROG when nothing is changedMaxim Mikityanskiy2019-08-171-2/+13
* | net: use listified RX for handling GRO_NORMAL skbsEdward Cree2019-08-081-3/+41
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-08-061-5/+12
|\|
| * net: fix bpf_xdp_adjust_head regression for generic-XDPJesper Dangaard Brouer2019-08-051-5/+10
| * net: fix ifindex collision during namespace removalJiri Pirko2019-07-291-0/+2
* | net: Use skb_frag_off accessorsJonathan Lemon2019-07-301-1/+1
|/
* skbuff: increase verbosity when dumping skb dataWillem de Bruijn2019-07-081-12/+4
* net: sched: refactor reinsert actionJohn Hurley2019-06-281-3/+1
* net: handle 802.1P vlan 0 packets properlyGovindarajulu Varadarajan2019-06-161-1/+29
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-06-071-3/+3
|\
| * net: fix indirect calls helpers for ptype list hooks.Paolo Abeni2019-06-041-3/+3
* | Merge tag 'spdx-5.2-rc3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/g...Linus Torvalds2019-05-311-5/+1
|\ \ | |/ |/|
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
* | net-gro: fix use-after-free read in napi_gro_frags()Eric Dumazet2019-05-301-1/+1
* | net: core: support XDP generic on stacked devices.Stephen Hemminger2019-05-301-46/+12
|/
* net: avoid weird emergency messageEric Dumazet2019-05-161-1/+1
* net: use indirect calls helpers for ptype hookPaolo Abeni2019-05-051-2/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-04-171-1/+15
|\
| * failover: allow name change on IFF_UP slave interfacesSi-Wei Liu2019-04-101-1/+15
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-04-051-1/+3
|\|
| * net: core: netif_receive_skb_list: unlist skb before passing to pt->funcAlexander Lobakin2019-03-281-1/+3