summaryrefslogtreecommitdiffstats
path: root/net/core/dev.c
AgeCommit message (Expand)AuthorLines
2020-01-23net: rtnetlink: validate IFLA_MTU attribute in rtnl_create_link()Eric Dumazet-10/+19
2020-01-22net: Fix packet reordering caused by GRO and listified RX cooperationMaxim Mikityanskiy-31/+33
2020-01-21net-sysfs: Fix reference count leakJouni Hogander-1/+3
2020-01-17net: avoid updating qdisc_xmit_lock_key in netdev_update_lockdep_key()Cong Wang-12/+0
2019-12-09treewide: Use sizeof_field() macroPankaj Bharadiya-1/+1
2019-12-07inet: protect against too small mtu values.Eric Dumazet-1/+2
2019-12-03net: fix a leak in register_netdevice()Dan Carpenter-3/+3
2019-11-26Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-2/+2
2019-11-23net: gro: use vlan API instead of accessing directlyTonghao Zhang-1/+1
2019-11-16net: core: allow fast GRO for skbs with Ethernet header in headAlexander Lobakin-2/+1
2019-11-08net/sched: annotate lockless accesses to qdisc->emptyEric Dumazet-1/+1
2019-11-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-156/+467
2019-11-01net: fix installing orphaned programsJakub Kicinski-1/+2
2019-10-30net/core: Replace rcu_swap_protected() with rcu_replace_pointer()Paul E. McKenney-2/+2
2019-10-25netns: fix GFP flags in rtnl_net_notifyid()Guillaume Nault-1/+1
2019-10-24net: remove unnecessary variables and callbackTaehee Yoo-19/+0
2019-10-24net: core: add ignore flag to netdev_adjacent structureTaehee Yoo-21/+209
2019-10-24net: core: add generic lockdep keysTaehee Yoo-84/+43
2019-10-24net: core: limit nested device depthTaehee Yoo-45/+227
2019-10-15net: core: use listified Rx for GRO_NORMAL in napi_gro_receive()Alexander Lobakin-24/+25
2019-10-08Revert "tun: call dev_get_valid_name() before register_netdevice()"Eric Dumazet-3/+2
2019-10-07net: core: use helper skb_ensure_writable in more placesHeiner Kallweit-12/+8
2019-10-03net: propagate errors correctly in register_netdevice()Eric Dumazet-0/+1
2019-10-02net: introduce per-netns netdevice notifiersJiri Pirko-0/+87
2019-10-02net: push loops and nb calls into helper functionsJiri Pirko-28/+61
2019-10-01net: rtnetlink: add linkprop commands to add and delete alternative ifnamesJiri Pirko-1/+57
2019-10-01net: introduce name_node struct to be used in hashlistJiri Pirko-18/+79
2019-10-01net: core: dev: replace state xoff flag comparison by netif_xmit_stopped methodJulio Faracco-1/+1
2019-09-27sk_buff: drop all skb extensions on free and skb scrubbingFlorian Westphal-2/+2
2019-09-17Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-6/+10
2019-09-15net/sched: fix race between deactivation and dequeue for NOLOCK qdiscPaolo Abeni-6/+10
2019-09-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-0/+2
2019-09-12net: Fix null de-reference of device refcountSubash Abhinov Kasiviswanathan-0/+2
2019-08-17net: Don't call XDP_SETUP_PROG when nothing is changedMaxim Mikityanskiy-2/+13
2019-08-08net: use listified RX for handling GRO_NORMAL skbsEdward Cree-3/+41
2019-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-5/+12
2019-08-05net: fix bpf_xdp_adjust_head regression for generic-XDPJesper Dangaard Brouer-5/+10
2019-07-30net: Use skb_frag_off accessorsJonathan Lemon-1/+1
2019-07-29net: fix ifindex collision during namespace removalJiri Pirko-0/+2
2019-07-08skbuff: increase verbosity when dumping skb dataWillem de Bruijn-12/+4
2019-06-28net: sched: refactor reinsert actionJohn Hurley-3/+1
2019-06-16net: handle 802.1P vlan 0 packets properlyGovindarajulu Varadarajan-1/+29
2019-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds-3/+3
2019-06-04net: fix indirect calls helpers for ptype list hooks.Paolo Abeni-3/+3
2019-05-31Merge tag 'spdx-5.2-rc3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/g...Linus Torvalds-5/+1
2019-05-30net-gro: fix use-after-free read in napi_gro_frags()Eric Dumazet-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner-5/+1
2019-05-30net: core: support XDP generic on stacked devices.Stephen Hemminger-46/+12
2019-05-16net: avoid weird emergency messageEric Dumazet-1/+1
2019-05-05net: use indirect calls helpers for ptype hookPaolo Abeni-2/+4