aboutsummaryrefslogtreecommitdiffstats
path: root/net/core/dev.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-09-27sk_buff: drop all skb extensions on free and skb scrubbingFlorian Westphal1-2/+2
2019-09-17Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-6/+10
2019-09-15net/sched: fix race between deactivation and dequeue for NOLOCK qdiscPaolo Abeni1-6/+10
2019-09-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-0/+2
2019-09-12net: Fix null de-reference of device refcountSubash Abhinov Kasiviswanathan1-0/+2
2019-08-17net: Don't call XDP_SETUP_PROG when nothing is changedMaxim Mikityanskiy1-2/+13
2019-08-08net: use listified RX for handling GRO_NORMAL skbsEdward Cree1-3/+41
2019-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-5/+12
2019-08-05net: fix bpf_xdp_adjust_head regression for generic-XDPJesper Dangaard Brouer1-5/+10
2019-07-30net: Use skb_frag_off accessorsJonathan Lemon1-1/+1
2019-07-29net: fix ifindex collision during namespace removalJiri Pirko1-0/+2
2019-07-08skbuff: increase verbosity when dumping skb dataWillem de Bruijn1-12/+4
2019-06-28net: sched: refactor reinsert actionJohn Hurley1-3/+1
2019-06-16net: handle 802.1P vlan 0 packets properlyGovindarajulu Varadarajan1-1/+29
2019-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-3/+3
2019-06-04net: fix indirect calls helpers for ptype list hooks.Paolo Abeni1-3/+3
2019-05-31Merge tag 'spdx-5.2-rc3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-5/+1
2019-05-30net-gro: fix use-after-free read in napi_gro_frags()Eric Dumazet1-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2019-05-30net: core: support XDP generic on stacked devices.Stephen Hemminger1-46/+12
2019-05-16net: avoid weird emergency messageEric Dumazet1-1/+1
2019-05-05net: use indirect calls helpers for ptype hookPaolo Abeni1-2/+4
2019-04-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+15
2019-04-10failover: allow name change on IFF_UP slave interfacesSi-Wei Liu1-1/+15
2019-04-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+3
2019-04-04net: devlink: introduce devlink_compat_switch_id_get() helperJiri Pirko1-4/+11
2019-04-04net: Remove inclusion of pci.hYuval Shaia1-1/+0
2019-04-01net: place xmit recursion in softnet dataFlorian Westphal1-7/+3
2019-03-28net: core: netif_receive_skb_list: unlist skb before passing to pt->funcAlexander Lobakin1-1/+3
2019-03-28net: devlink: introduce devlink_compat_phys_port_name_get()Jiri Pirko1-3/+8
2019-03-23net: convert rps_needed and rfs_needed to new static branch apiEric Dumazet1-5/+5
2019-03-23net: dev: introduce support for sch BYPASS for lockless qdiscPaolo Abeni1-0/+9
2019-03-20net: remove 'fallback' argument from dev->ndo_select_queue()Paolo Abeni1-6/+3
2019-03-20packet: rework packet_pick_tx_queue() to use common code selectionPaolo Abeni1-2/+3
2019-03-20net: dev: rename queue selection helpers.Paolo Abeni1-9/+9
2019-02-24net: dev: add generic protodown handlerAndy Roulin1-0/+19
2019-02-24net: Skip GSO length estimation if transport header is not setMaxim Mikityanskiy1-1/+1
2019-02-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2019-02-15net: Fix for_each_netdev_feature on Big endianHauke Mehrtens1-2/+2
2019-02-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-5/+5
2019-02-06net: Introduce ndo_get_port_parent_id()Florian Fainelli1-0/+57
2019-02-06net: xdp: allow generic and driver XDP on one interfaceJakub Kicinski1-5/+5
2019-02-01xdp: Provide extack messages when prog attachment failedMaciej Fijalkowski1-3/+9
2019-01-29net: set default network namespace in init_dummy_netdev()Josh Elsasser1-0/+3
2019-01-06jump_label: move 'asm goto' support test to KconfigMasahiro Yamada1-3/+3
2018-12-15net: use indirect call wrappers at GRO network layerPaolo Abeni1-2/+13
2018-12-13net: dev: Issue NETDEV_PRE_CHANGEADDRPetr Machata1-0/+24
2018-12-13net: dev: Add NETDEV_PRE_CHANGEADDRPetr Machata1-0/+1
2018-12-13net: dev: Add extack argument to dev_set_mac_address()Petr Machata1-1/+3
2018-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-30/+35