summaryrefslogtreecommitdiff
path: root/net/core/dev.c
AgeCommit message (Expand)AuthorFilesLines
2020-10-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski1-3/+12
2020-10-11bpf: Add redirect_peer helperDaniel Borkmann1-3/+12
2020-10-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-42/+122
2020-09-30net: Add netif_rx_any_context()Sebastian Andrzej Siewior1-0/+15
2020-09-29net: core: add nested_level variable in net_deviceTaehee Yoo1-13/+72
2020-09-29net: core: introduce struct netdev_nested_priv for nested interface infrastru...Taehee Yoo1-22/+37
2020-09-29net: core: add __netdev_upper_dev_unlink()Taehee Yoo1-10/+16
2020-09-24net: fix a new kernel-doc warning at dev.cMauro Carvalho Chehab1-2/+2
2020-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-3/+8
2020-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+1
2020-09-19net: core: delete duplicated wordsRandy Dunlap1-2/+2
2020-09-18net: use exponential backoff in netdev_wait_allrefsFrancesco Ruggeri1-2/+10
2020-09-16bpf: Mutex protect used_maps array and countYiFei Zhu1-3/+8
2020-09-15__netif_receive_skb_core: don't untag vlan from skb on DSA masterVladimir Oltean1-1/+2
2020-09-15net: try to avoid unneeded backlog flushPaolo Abeni1-4/+47
2020-09-11net: Fix bridge enslavement failureIdo Schimmel1-1/+1
2020-09-10net: make sure napi_list is safe for RCU traversalJakub Kicinski1-1/+1
2020-09-10net: manage napi add/del idempotence explicitlyJakub Kicinski1-4/+9
2020-09-10net: remove napi_hash_del() from driver-facing APIJakub Kicinski1-13/+6
2020-09-06net: Add a missing wordJonathan Neuschäfer1-1/+1
2020-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds1-1/+2
2020-08-27net: disable netpoll on fresh napisJakub Kicinski1-1/+2
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-2/+2
2020-08-21bpf: xdp: Fix XDP mode when no mode flags specifiedAndrii Nakryiko1-6/+8
2020-08-17Revert "net: xdp: pull ethernet header off packet after computing skb->protocol"David S. Miller1-1/+0
2020-08-17net: xdp: pull ethernet header off packet after computing skb->protocolJason A. Donenfeld1-0/+1
2020-08-13bpf: Fix XDP FD-based attach/detach logic around XDP_FLAGS_UPDATE_IF_NOEXISTAndrii Nakryiko1-4/+4
2020-08-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-134/+405
2020-08-02bpf: Add support for forced LINK_DETACH commandAndrii Nakryiko1-1/+10
2020-08-01rtnetlink: add support for protodown reasonRoopa Prabhu1-0/+25
2020-08-01net: Pass NULL to skb_network_protocol() when we don't care about vlan depthMiaohe Lin1-2/+1
2020-07-26bpf, xdp: Remove XDP_QUERY_PROG and XDP_QUERY_PROG_HW XDP commandsAndrii Nakryiko1-4/+0
2020-07-26bpf: Implement BPF XDP link-specific introspection APIsAndrii Nakryiko1-0/+31
2020-07-26bpf, xdp: Implement LINK_UPDATE for BPF XDP linkAndrii Nakryiko1-0/+43
2020-07-26bpf, xdp: Add bpf_link-based XDP attachment APIAndrii Nakryiko1-6/+163
2020-07-26bpf, xdp: Extract common XDP program attachment logicAndrii Nakryiko1-74/+91
2020-07-26bpf, xdp: Maintain info on attached XDP BPF programs in net_deviceAndrii Nakryiko1-70/+88
2020-07-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+1
2020-07-25dev: Defer free of skbs in flush_backlogSubash Abhinov Kasiviswanathan1-1/+1
2020-07-24net: dsa: stop overriding master's ndo_get_phys_port_nameVladimir Oltean1-5/+0
2020-07-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-0/+9
2020-07-21net: Call into DSA netdevice_ops wrappersFlorian Fainelli1-0/+5
2020-07-17Revert "net: sched: Pass root lock to Qdisc_ops.enqueue"Petr Machata1-2/+2
2020-07-16bpf: cpumap: Add the possibility to attach an eBPF program to cpumapLorenzo Bianconi1-0/+9
2020-07-14net: make symbol 'flush_works' staticWei Yongjun1-1/+1
2020-07-14net: core: kerneldoc fixesAndrew Lunn1-0/+1
2020-06-30net: sched: Pass root lock to Qdisc_ops.enqueuePetr Machata1-2/+2
2020-06-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-0/+9
2020-06-23net: core: try to runtime-resume detached device in __dev_openHeiner Kallweit1-2/+8
2020-06-19net: increment xmit_recursion level in dev_direct_xmit()Eric Dumazet1-0/+2