summaryrefslogtreecommitdiffstats
path: root/net/core/dev.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-07-261-1/+1
|\
| * dev: Defer free of skbs in flush_backlogSubash Abhinov Kasiviswanathan2020-07-251-1/+1
* | net: dsa: stop overriding master's ndo_get_phys_port_nameVladimir Oltean2020-07-241-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-211-0/+5
* | | Revert "net: sched: Pass root lock to Qdisc_ops.enqueue"Petr Machata2020-07-171-2/+2
|/ /
* | net: make symbol 'flush_works' staticWei Yongjun2020-07-141-1/+1
* | net: core: kerneldoc fixesAndrew Lunn2020-07-141-0/+1
* | net: sched: Pass root lock to Qdisc_ops.enqueuePetr Machata2020-06-301-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-06-261-0/+9
|\|
| * net: increment xmit_recursion level in dev_direct_xmit()Eric Dumazet2020-06-191-0/+2
| * net: fix memleak in register_netdevice()Yang Yingliang2020-06-191-0/+7
* | net: core: try to runtime-resume detached device in __dev_openHeiner Kallweit2020-06-231-2/+8
* | net: napi: remove useless stack traceEric Dumazet2020-06-191-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-051-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-201-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-081-1/+3
* | net: XDP-generic determining XDP frame sizeJesper Dangaard Brouer2020-05-151-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-081-1/+2
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-03-311-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-301-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-03-261-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-181-1/+1
* | | netfilter: revert introduction of egress hookDaniel Borkmann2020-03-191-22/+5
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2020-03-181-5/+22
|\ \ \
| * | | netfilter: Introduce egress hookLukas Wunner2020-03-181-3/+20
| * | | netfilter: Generalize ingress hookLukas Wunner2020-03-181-1/+1
| * | | netfilter: Rename ingress hook include fileLukas Wunner2020-03-181-1/+1
| | |/ | |/|
* / | net: ethtool: require drivers to set supported_coalesce_paramsJakub Kicinski2020-03-181-0/+4
|/ /
* | Merge branch 'ct-offload' of git://git.kernel.org/pub/scm/linux/kernel/git/sa...David S. Miller2020-03-121-1/+2
|\ \
| * | net: sched: Pass ingress block to tcf_classify_ingressPaul Blakey2020-02-201-2/+2
| * | net: sched: Introduce ingress classification functionPaul Blakey2020-02-201-1/+2
* | | Revert "net: sched: make newly activated qdiscs visible"Julian Wiedmann2020-03-121-1/+0
* | | net: sched: make newly activated qdiscs visibleJulian Wiedmann2020-03-121-0/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-02-281-0/+2
|\ \ \ | | |/ | |/|
| * | net: Fix Tx hash bound checkingAmritha Nambiar2020-02-261-0/+2