summaryrefslogtreecommitdiff
path: root/net/core/dev.c
AgeCommit message (Expand)Author
2021-07-28skbuff: Fix build with SKB extensions disabledFlorian Fainelli
2021-07-28skbuff: Release nfct refcount on napi stolen or re-used skbsPaul Blakey
2021-07-28xdp, net: Fix use-after-free in bpf_xdp_link_releaseXuan Zhuo
2021-07-19net: Treat __napi_schedule_irqoff() as __napi_schedule() on PREEMPT_RTSebastian Andrzej Siewior
2021-06-03net: sched: fix tx action reschedule issue with stopped queueYunsheng Lin
2021-06-03net: sched: fix tx action rescheduling issue during deactivationYunsheng Lin
2021-05-14gro: fix napi_gro_frags() Fast GRO breakage due to IP alignment checkAlexander Lobakin
2021-04-21gro: ensure frag0 meets IP header alignmentEric Dumazet
2021-03-30can: dev: Move device back to init netns on owning netns deleteMartin Willi
2021-03-30net: check all name nodes in __dev_alloc_nameJiri Bohac
2021-03-07net: fix dev_ifsioc_locked() race conditionCong Wang
2021-02-23net/sched: fix miss init the mru in qdisc_skb_cbwenxu
2021-02-17net: gro: do not keep too many GRO packets in napi->rx_listEric Dumazet
2021-01-27net: Disable NETIF_F_HW_TLS_RX when RXCSUM is disabledTariq Toukan
2020-12-09xdp: Remove the xdp_attachment_flags_ok() callbackToke Høiland-Jørgensen
2020-11-24net, xsk: Avoid taking multiple skbuff referencesBjörn Töpel
2020-10-24random32: add noise from network and scheduling activityWilly Tarreau
2020-10-18net: core: use list_del_init() instead of list_del() in netdev_run_todo()Taehee Yoo
2020-10-13net: add function dev_fetch_sw_netstats for fetching pcpu_sw_netstatsHeiner Kallweit
2020-10-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2020-10-11bpf: Add redirect_peer helperDaniel Borkmann
2020-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-09-29net: Add netif_rx_any_context()Sebastian Andrzej Siewior
2020-09-28net: core: add nested_level variable in net_deviceTaehee Yoo
2020-09-28net: core: introduce struct netdev_nested_priv for nested interface infrastru...Taehee Yoo
2020-09-28net: core: add __netdev_upper_dev_unlink()Taehee Yoo
2020-09-23net: fix a new kernel-doc warning at dev.cMauro Carvalho Chehab
2020-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2020-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-09-18net: core: delete duplicated wordsRandy Dunlap
2020-09-18net: use exponential backoff in netdev_wait_allrefsFrancesco Ruggeri
2020-09-15bpf: Mutex protect used_maps array and countYiFei Zhu
2020-09-14__netif_receive_skb_core: don't untag vlan from skb on DSA masterVladimir Oltean
2020-09-14net: try to avoid unneeded backlog flushPaolo Abeni
2020-09-10net: Fix bridge enslavement failureIdo Schimmel
2020-09-10net: make sure napi_list is safe for RCU traversalJakub Kicinski
2020-09-10net: manage napi add/del idempotence explicitlyJakub Kicinski
2020-09-10net: remove napi_hash_del() from driver-facing APIJakub Kicinski
2020-09-06net: Add a missing wordJonathan Neuschäfer
2020-09-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2020-08-26net: disable netpoll on fresh napisJakub Kicinski
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-08-20bpf: xdp: Fix XDP mode when no mode flags specifiedAndrii Nakryiko
2020-08-17Revert "net: xdp: pull ethernet header off packet after computing skb->protocol"David S. Miller
2020-08-16net: xdp: pull ethernet header off packet after computing skb->protocolJason A. Donenfeld
2020-08-12bpf: Fix XDP FD-based attach/detach logic around XDP_FLAGS_UPDATE_IF_NOEXISTAndrii Nakryiko
2020-08-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2020-08-01bpf: Add support for forced LINK_DETACH commandAndrii Nakryiko
2020-07-31rtnetlink: add support for protodown reasonRoopa Prabhu
2020-07-31net: Pass NULL to skb_network_protocol() when we don't care about vlan depthMiaohe Lin