summaryrefslogtreecommitdiffstats
path: root/net/core/dev.c
AgeCommit message (Expand)AuthorFilesLines
2020-06-09net: change addr_list_lock back to static keyCong Wang1-14/+16
2020-06-04net: core: device_rename: Use rwsem instead of a seqcountAhmed S. Darwish1-22/+18
2020-06-01bpf: 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-19__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-14net: 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-07net: 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-07net: revert default NAPI poll timeout to 2 jiffiesKonstantin Khlebnikov1-1/+2
2020-03-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-5/+21
2020-03-29net: Fix typo of SKB_SGO_CB_OFFSETCambda Zhu1-2/+2
2020-03-28xdp: Support specifying expected existing program when attaching XDPToke Høiland-Jørgensen1-5/+21
2020-03-25Merge 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-18netfilter: revert introduction of egress hookDaniel Borkmann1-22/+5
2020-03-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller1-5/+22
2020-03-17net: core: dev.c: fix a documentation warningMauro Carvalho Chehab1-1/+1
2020-03-17net: ethtool: require drivers to set supported_coalesce_paramsJakub Kicinski1-0/+4
2020-03-18netfilter: Introduce egress hookLukas Wunner1-3/+20
2020-03-18netfilter: Generalize ingress hookLukas Wunner1-1/+1
2020-03-18netfilter: Rename ingress hook include fileLukas Wunner1-1/+1
2020-03-12Merge branch 'ct-offload' of git://git.kernel.org/pub/scm/linux/kernel/git/sa...David S. Miller1-1/+2
2020-03-12Revert "net: sched: make newly activated qdiscs visible"Julian Wiedmann1-1/+0
2020-03-11net: sched: make newly activated qdiscs visibleJulian Wiedmann1-0/+1
2020-02-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-0/+2
2020-02-26net: fix sysfs permssions when device changes network namespaceChristian Brauner1-1/+8
2020-02-26net: Fix Tx hash bound checkingAmritha Nambiar1-0/+2
2020-02-24net: Remove unneeded export of a couple of xdp generic functionsDavid Ahern1-1/+0
2020-02-19net: sched: Pass ingress block to tcf_classify_ingressPaul Blakey1-2/+2
2020-02-19net: sched: Introduce ingress classification functionPaul Blakey1-1/+2
2020-02-18Revert "net: dev: introduce support for sch BYPASS for lockless qdisc"Paolo Abeni1-20/+2
2020-02-16net: export netdev_next_lower_dev_rcu()Taehee Yoo1-3/+3
2020-02-16net: add strict checks in netdev_name_node_alt_destroy()Eric Dumazet1-0/+6
2020-02-11core: Don't skip generic XDP program execution for cloned SKBsToke Høiland-Jørgensen1-2/+2
2020-02-04treewide: remove redundant IS_ERR() before error code checkMasahiro Yamada1-1/+1
2020-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-37/+108
2020-01-28Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+1
2020-01-27net: introduce dev_net notifier register/unregister variantsJiri Pirko1-0/+46
2020-01-27net: push code from net notifier reg/unreg into helpersJiri Pirko1-22/+38
2020-01-27net: call call_netdevice_unregister_net_notifiers from unregisterJiri Pirko1-11/+3
2020-01-27net: Support GRO/GSO fraglist chaining.Steffen Klassert1-1/+1
2020-01-27net: Add a netdev software feature set that defaults to off.Steffen Klassert1-1/+1
2020-01-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-42/+55