summaryrefslogtreecommitdiffstats
path: root/net/core/dev.c
Commit message (Expand)AuthorAgeFilesLines
* net: core: introduce __netdev_notify_peersLijun Pan2020-12-161-2/+20
* Merge tag 'net-next-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2020-12-151-38/+99
|\
| * net: Disable NETIF_F_HW_TLS_TX when HW_CSUM is disabledTariq Toukan2020-12-141-0/+5
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-12-111-2/+20
| |\
| * \ Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2020-12-041-21/+68
| |\ \
| | * | xsk: Propagate napi_id to XDP socket Rx pathBjörn Töpel2020-12-011-1/+1
| | * | net: Add SO_BUSY_POLL_BUDGET socket optionBjörn Töpel2020-12-011-11/+10
| | * | net: Introduce preferred busy-pollingBjörn Töpel2020-12-011-15/+63
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-12-031-6/+2
| |\ \ \
| * | | | net: delete __dev_getfirstbyhwtypeVladimir Oltean2020-12-011-13/+0
| * | | | net/sched: fix miss init the mru in qdisc_skb_cbwenxu2020-11-271-0/+2
| * | | | net: warn if gso_type isn't set for a GSO SKBHeiner Kallweit2020-11-241-0/+5
| * | | | 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
| |\ \ \
| * | | | net: core: Use skb_is_gso() in skb_checksum_help()Yi Li2020-10-271-1/+1
* | | | | Merge tag 'sched-core-2020-12-14' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-12-141-2/+1
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | smp: Cleanup smp_call_function*()Peter Zijlstra2020-11-241-2/+1
| | |/ / | |/| |
* | | | xdp: Remove the xdp_attachment_flags_ok() callbackToke Høiland-Jørgensen2020-12-091-2/+20
| |_|/ |/| |
* | | net, xsk: Avoid taking multiple skbuff referencesBjörn Töpel2020-11-241-6/+2
|/ /
* / random32: add noise from network and scheduling activityWilly Tarreau2020-10-241-0/+4
|/
* 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