summaryrefslogtreecommitdiff
path: root/net/core/dev.c
AgeCommit message (Expand)Author
2020-06-18net: increment xmit_recursion level in dev_direct_xmit()Eric Dumazet
2020-06-18net: fix memleak in register_netdevice()Yang Yingliang
2020-06-09net: change addr_list_lock back to static keyCong Wang
2020-06-04net: core: device_rename: Use rwsem instead of a seqcountAhmed S. Darwish
2020-06-01bpf: Add support to attach bpf program to a devmap entryDavid Ahern
2020-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-05-19__netif_receive_skb_core: pass skb by referenceBoris Sukholitko
2020-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-05-14net: XDP-generic determining XDP frame sizeJesper Dangaard Brouer
2020-05-09Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Saeed Mahameed
2020-05-07net: fix a potential recursive NETDEV_FEAT_CHANGECong Wang
2020-05-04net: partially revert dynamic lockdep key changesCong Wang
2020-05-01net/core: Introduce netdev_get_xmit_slaveMaor Gottlieb
2020-04-23net: napi: use READ_ONCE()/WRITE_ONCE()Eric Dumazet
2020-04-23net: napi: add hard irqs deferral featureEric Dumazet
2020-04-20net: Add IF_OPER_TESTINGAndrew Lunn
2020-04-14xdp: Reset prog in dev_change_xdp_fd when fd is negativeDavid Ahern
2020-04-07net: revert default NAPI poll timeout to 2 jiffiesKonstantin Khlebnikov
2020-03-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2020-03-29net: Fix typo of SKB_SGO_CB_OFFSETCambda Zhu
2020-03-28xdp: Support specifying expected existing program when attaching XDPToke Høiland-Jørgensen
2020-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-03-25net: Fix CONFIG_NET_CLS_ACT=n and CONFIG_NFT_FWD_NETDEV={y, m} buildPablo Neira Ayuso
2020-03-18netfilter: revert introduction of egress hookDaniel Borkmann
2020-03-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2020-03-17net: core: dev.c: fix a documentation warningMauro Carvalho Chehab
2020-03-17net: ethtool: require drivers to set supported_coalesce_paramsJakub Kicinski
2020-03-18netfilter: Introduce egress hookLukas Wunner
2020-03-18netfilter: Generalize ingress hookLukas Wunner
2020-03-18netfilter: Rename ingress hook include fileLukas Wunner
2020-03-12Merge branch 'ct-offload' of git://git.kernel.org/pub/scm/linux/kernel/git/sa...David S. Miller
2020-03-12Revert "net: sched: make newly activated qdiscs visible"Julian Wiedmann
2020-03-11net: sched: make newly activated qdiscs visibleJulian Wiedmann
2020-02-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-02-26net: fix sysfs permssions when device changes network namespaceChristian Brauner
2020-02-26net: Fix Tx hash bound checkingAmritha Nambiar
2020-02-24net: Remove unneeded export of a couple of xdp generic functionsDavid Ahern
2020-02-19net: sched: Pass ingress block to tcf_classify_ingressPaul Blakey
2020-02-19net: sched: Introduce ingress classification functionPaul Blakey
2020-02-18Revert "net: dev: introduce support for sch BYPASS for lockless qdisc"Paolo Abeni
2020-02-16net: export netdev_next_lower_dev_rcu()Taehee Yoo
2020-02-16net: add strict checks in netdev_name_node_alt_destroy()Eric Dumazet
2020-02-11core: Don't skip generic XDP program execution for cloned SKBsToke Høiland-Jørgensen
2020-02-04treewide: remove redundant IS_ERR() before error code checkMasahiro Yamada
2020-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds
2020-01-28Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2020-01-27net: introduce dev_net notifier register/unregister variantsJiri Pirko
2020-01-27net: push code from net notifier reg/unreg into helpersJiri Pirko
2020-01-27net: call call_netdevice_unregister_net_notifiers from unregisterJiri Pirko
2020-01-27net: Support GRO/GSO fraglist chaining.Steffen Klassert