summaryrefslogtreecommitdiff
path: root/net/core/dev.c
AgeCommit message (Expand)AuthorFilesLines
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
2020-06-19net: napi: remove useless stack traceEric Dumazet1-1/+3
2020-06-19net: fix memleak in register_netdevice()Yang Yingliang1-0/+7
2020-06-09net: change addr_list_lock back to static keyCong Wang1-14/+16
2020-06-05net: core: device_rename: Use rwsem instead of a seqcountAhmed S. Darwish1-22/+18
2020-06-02bpf: Add support to attach bpf program to a devmap entryDavid Ahern1-0/+18
2020-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-5/+15
2020-05-20__netif_receive_skb_core: pass skb by referenceBoris Sukholitko1-5/+15
2020-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+3
2020-05-15net: XDP-generic determining XDP frame sizeJesper Dangaard Brouer1-6/+8
2020-05-09Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Saeed Mahameed1-0/+22
2020-05-08net: fix a potential recursive NETDEV_FEAT_CHANGECong Wang1-1/+3
2020-05-04net: partially revert dynamic lockdep key changesCong Wang1-19/+71
2020-05-01net/core: Introduce netdev_get_xmit_slaveMaor Gottlieb1-0/+22
2020-04-23net: napi: use READ_ONCE()/WRITE_ONCE()Eric Dumazet1-3/+3
2020-04-23net: napi: add hard irqs deferral featureEric Dumazet1-11/+18
2020-04-20net: Add IF_OPER_TESTINGAndrew Lunn1-0/+5
2020-04-14xdp: Reset prog in dev_change_xdp_fd when fd is negativeDavid Ahern1-1/+2
2020-04-08net: revert default NAPI poll timeout to 2 jiffiesKonstantin Khlebnikov1-1/+2
2020-03-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-5/+21
2020-03-30net: Fix typo of SKB_SGO_CB_OFFSETCambda Zhu1-2/+2
2020-03-29xdp: Support specifying expected existing program when attaching XDPToke Høiland-Jørgensen1-5/+21
2020-03-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-3/+3
2020-03-25net: Fix CONFIG_NET_CLS_ACT=n and CONFIG_NFT_FWD_NETDEV={y, m} buildPablo Neira Ayuso1-2/+2
2020-03-19netfilter: revert introduction of egress hookDaniel Borkmann1-22/+5
2020-03-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller1-5/+22
2020-03-18net: core: dev.c: fix a documentation warningMauro Carvalho Chehab1-1/+1
2020-03-18net: ethtool: require drivers to set supported_coalesce_paramsJakub Kicinski1-0/+4