summaryrefslogtreecommitdiffstats
path: root/net/core/dev.c
Commit message (Expand)AuthorAgeFilesLines
* net: datagram: fix some kernel-doc markupsMauro Carvalho Chehab2020-11-171-2/+2
* net: core: add dev_get_tstats64 as a ndo_get_stats64 implementationHeiner Kallweit2020-11-091-0/+15
* net: core: remove unneeded semicolonTom Rix2020-11-021-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-10-291-0/+4
|\
| * random32: add noise from network and scheduling activityWilly Tarreau2020-10-241-0/+4
* | net: core: Use skb_is_gso() in skb_checksum_help()Yi Li2020-10-271-1/+1
|/
* net: core: use list_del_init() instead of list_del() in netdev_run_todo()Taehee Yoo2020-10-181-1/+1
* net: add function dev_fetch_sw_netstats for fetching pcpu_sw_netstatsHeiner Kallweit2020-10-131-0/+34
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2020-10-121-3/+12
|\
| * bpf: Add redirect_peer helperDaniel Borkmann2020-10-111-3/+12
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-10-051-42/+122
|\ \ | |/ |/|
| * net: core: add nested_level variable in net_deviceTaehee Yoo2020-09-281-13/+72
| * net: core: introduce struct netdev_nested_priv for nested interface infrastru...Taehee Yoo2020-09-281-22/+37
| * net: core: add __netdev_upper_dev_unlink()Taehee Yoo2020-09-281-10/+16
* | 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-231-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-151-3/+8
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-09-221-1/+1
|\ \ \ | | |/ | |/|
| * | net: Fix bridge enslavement failureIdo Schimmel2020-09-101-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-141-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-031-1/+2
|\ \
| * | net: disable netpoll on fresh napisJakub Kicinski2020-08-261-1/+2
| |/
* / treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-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-161-0/+1
* bpf: Fix XDP FD-based attach/detach logic around XDP_FLAGS_UPDATE_IF_NOEXISTAndrii Nakryiko2020-08-121-4/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-08-031-134/+405
|\
| * bpf: Add support for forced LINK_DETACH commandAndrii Nakryiko2020-08-011-1/+10
| * bpf, xdp: Remove XDP_QUERY_PROG and XDP_QUERY_PROG_HW XDP commandsAndrii Nakryiko2020-07-251-4/+0
| * bpf: Implement BPF XDP link-specific introspection APIsAndrii Nakryiko2020-07-251-0/+31
| * bpf, xdp: Implement LINK_UPDATE for BPF XDP linkAndrii Nakryiko2020-07-251-0/+43
| * bpf, xdp: Add bpf_link-based XDP attachment APIAndrii Nakryiko2020-07-251-6/+163
| * bpf, xdp: Extract common XDP program attachment logicAndrii Nakryiko2020-07-251-74/+91
| * bpf, xdp: Maintain info on attached XDP BPF programs in net_deviceAndrii Nakryiko2020-07-251-70/+88
* | rtnetlink: add support for protodown reasonRoopa Prabhu2020-07-311-0/+25
* | net: Pass NULL to skb_network_protocol() when we don't care about vlan depthMiaohe Lin2020-07-311-2/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-07-251-1/+1
|\
| * dev: Defer free of skbs in flush_backlogSubash Abhinov Kasiviswanathan2020-07-241-1/+1
* | net: dsa: stop overriding master's ndo_get_phys_port_nameVladimir Oltean2020-07-231-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