summaryrefslogtreecommitdiffstats
path: root/net/core/dev.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | net: Call into DSA netdevice_ops wrappersFlorian Fainelli2020-07-201-0/+5
* | | Revert "net: sched: Pass root lock to Qdisc_ops.enqueue"Petr Machata2020-07-161-2/+2
|/ /
* | net: make symbol 'flush_works' staticWei Yongjun2020-07-131-1/+1
* | net: core: kerneldoc fixesAndrew Lunn2020-07-131-0/+1
* | net: sched: Pass root lock to Qdisc_ops.enqueuePetr Machata2020-06-291-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-06-251-0/+9
|\|
| * net: increment xmit_recursion level in dev_direct_xmit()Eric Dumazet2020-06-181-0/+2
| * net: fix memleak in register_netdevice()Yang Yingliang2020-06-181-0/+7
* | net: core: try to runtime-resume detached device in __dev_openHeiner Kallweit2020-06-221-2/+8
* | net: napi: remove useless stack traceEric Dumazet2020-06-181-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-041-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
|\
| * __netif_receive_skb_core: pass skb by referenceBoris Sukholitko2020-05-191-5/+15
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-05-151-1/+3
|\|
| * net: fix a potential recursive NETDEV_FEAT_CHANGECong Wang2020-05-071-1/+3
* | net: XDP-generic determining XDP frame sizeJesper Dangaard Brouer2020-05-141-6/+8
* | Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Saeed Mahameed2020-05-091-0/+22
|\ \
| * | net/core: Introduce netdev_get_xmit_slaveMaor Gottlieb2020-05-011-0/+22
* | | net: partially revert dynamic lockdep key changesCong Wang2020-05-041-19/+71
* | | net: napi: use READ_ONCE()/WRITE_ONCE()Eric Dumazet2020-04-231-3/+3
* | | net: napi: add hard irqs deferral featureEric Dumazet2020-04-231-11/+18
* | | net: Add IF_OPER_TESTINGAndrew Lunn2020-04-201-0/+5
| |/ |/|
* | xdp: Reset prog in dev_change_xdp_fd when fd is negativeDavid Ahern2020-04-141-1/+2
* | net: revert default NAPI poll timeout to 2 jiffiesKonstantin Khlebnikov2020-04-071-1/+2
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-03-301-5/+21
|\
| * xdp: Support specifying expected existing program when attaching XDPToke Høiland-Jørgensen2020-03-281-5/+21
* | net: Fix typo of SKB_SGO_CB_OFFSETCambda Zhu2020-03-291-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-03-251-3/+3
|\ \
| * | net: Fix CONFIG_NET_CLS_ACT=n and CONFIG_NFT_FWD_NETDEV={y, m} buildPablo Neira Ayuso2020-03-251-2/+2
| * | net: core: dev.c: fix a documentation warningMauro Carvalho Chehab2020-03-171-1/+1
* | | netfilter: revert introduction of egress hookDaniel Borkmann2020-03-181-22/+5
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2020-03-171-5/+22
|\ \ \
| * | | netfilter: Introduce egress hookLukas Wunner2020-03-181-3/+20