summaryrefslogtreecommitdiffstats
path: root/net/core/dev.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* net: Add netif_rx_any_context()Sebastian Andrzej Siewior2020-09-291-0/+15
* net: fix a new kernel-doc warning at dev.cMauro Carvalho Chehab2020-09-241-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-09-231-3/+8
|\
| * bpf: Mutex protect used_maps array and countYiFei Zhu2020-09-161-3/+8
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-09-231-1/+1
|\ \
| * | net: Fix bridge enslavement failureIdo Schimmel2020-09-111-1/+1
* | | net: core: delete duplicated wordsRandy Dunlap2020-09-181-2/+2
* | | net: use exponential backoff in netdev_wait_allrefsFrancesco Ruggeri2020-09-181-2/+10
* | | __netif_receive_skb_core: don't untag vlan from skb on DSA masterVladimir Oltean2020-09-151-1/+2
* | | net: try to avoid unneeded backlog flushPaolo Abeni2020-09-141-4/+47
* | | net: make sure napi_list is safe for RCU traversalJakub Kicinski2020-09-101-1/+1
* | | net: manage napi add/del idempotence explicitlyJakub Kicinski2020-09-101-4/+9
* | | net: remove napi_hash_del() from driver-facing APIJakub Kicinski2020-09-101-13/+6
* | | net: Add a missing wordJonathan Neuschäfer2020-09-061-1/+1
|/ /
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-09-041-1/+2
|\ \
| * | net: disable netpoll on fresh napisJakub Kicinski2020-08-271-1/+2
| |/
* / treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-241-2/+2
|/
* bpf: xdp: Fix XDP mode when no mode flags specifiedAndrii Nakryiko2020-08-201-6/+8
* Revert "net: xdp: pull ethernet header off packet after computing skb->protocol"David S. Miller2020-08-171-1/+0
* net: xdp: pull ethernet header off packet after computing skb->protocolJason A. Donenfeld2020-08-171-0/+1
* bpf: Fix XDP FD-based attach/detach logic around XDP_FLAGS_UPDATE_IF_NOEXISTAndrii Nakryiko2020-08-131-4/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-08-041-134/+405
|\
| * bpf: Add support for forced LINK_DETACH commandAndrii Nakryiko2020-08-021-1/+10
| * bpf, xdp: Remove XDP_QUERY_PROG and XDP_QUERY_PROG_HW XDP commandsAndrii Nakryiko2020-07-261-4/+0
| * bpf: Implement BPF XDP link-specific introspection APIsAndrii Nakryiko2020-07-261-0/+31
| * bpf, xdp: Implement LINK_UPDATE for BPF XDP linkAndrii Nakryiko2020-07-261-0/+43
| * bpf, xdp: Add bpf_link-based XDP attachment APIAndrii Nakryiko2020-07-261-6/+163
| * bpf, xdp: Extract common XDP program attachment logicAndrii Nakryiko2020-07-261-74/+91
| * bpf, xdp: Maintain info on attached XDP BPF programs in net_deviceAndrii Nakryiko2020-07-261-70/+88
* | rtnetlink: add support for protodown reasonRoopa Prabhu2020-08-011-0/+25
* | net: Pass NULL to skb_network_protocol() when we don't care about vlan depthMiaohe Lin2020-08-011-2/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-07-261-1/+1
|\
| * dev: Defer free of skbs in flush_backlogSubash Abhinov Kasiviswanathan2020-07-251-1/+1
* | net: dsa: stop overriding master's ndo_get_phys_port_nameVladimir Oltean2020-07-241-5/+0
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-07-221-0/+9
|\ \
| * | bpf: cpumap: Add the possibility to attach an eBPF program to cpumapLorenzo Bianconi2020-07-161-0/+9
* | | net: Call into DSA netdevice_ops wrappersFlorian Fainelli2020-07-211-0/+5
* | | Revert "net: sched: Pass root lock to Qdisc_ops.enqueue"Petr Machata2020-07-171-2/+2
|/ /
* | net: make symbol 'flush_works' staticWei Yongjun2020-07-141-1/+1
* | net: core: kerneldoc fixesAndrew Lunn2020-07-141-0/+1
* | net: sched: Pass root lock to Qdisc_ops.enqueuePetr Machata2020-06-301-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-06-261-0/+9
|\|
| * net: increment xmit_recursion level in dev_direct_xmit()Eric Dumazet2020-06-191-0/+2
| * net: fix memleak in register_netdevice()Yang Yingliang2020-06-191-0/+7
* | net: core: try to runtime-resume detached device in __dev_openHeiner Kallweit2020-06-231-2/+8
* | net: napi: remove useless stack traceEric Dumazet2020-06-191-1/+3
|/
* net: change addr_list_lock back to static keyCong Wang2020-06-091-14/+16
* net: core: device_rename: Use rwsem instead of a seqcountAhmed S. Darwish2020-06-051-22/+18
* bpf: Add support to attach bpf program to a devmap entryDavid Ahern2020-06-011-0/+18
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-05-241-5/+15
|\