summaryrefslogtreecommitdiffstats
path: root/net/core/dev.c
AgeCommit message (Expand)Author
2020-06-01net: revert default NAPI poll timeout to 2 jiffiesKonstantin Khlebnikov
2020-06-01net: Fix Tx hash bound checkingAmritha Nambiar
2020-05-21net: Fix CONFIG_NET_CLS_ACT=n and CONFIG_NFT_FWD_NETDEV={y, m} buildPablo Neira Ayuso
2020-05-15Revert "net: dev: introduce support for sch BYPASS for lockless qdisc"Paolo Abeni
2020-05-15core: Don't skip generic XDP program execution for cloned SKBsToke Høiland-Jørgensen
2020-04-16net-sysfs: Fix reference count leakJouni Hogander
2020-04-16net: rtnetlink: validate IFLA_MTU attribute in rtnl_create_link()Eric Dumazet
2020-04-12net: export netdev_next_lower_dev_rcu()Taehee Yoo
2020-04-12net: core: limit nested device depthTaehee Yoo
2020-03-20net/sched: annotate lockless accesses to qdisc->emptyEric Dumazet
2020-01-31inet: protect against too small mtu values.Eric Dumazet
2019-12-16netns: fix GFP flags in rtnl_net_notifyid()Guillaume Nault
2019-09-21net/sched: fix race between deactivation and dequeue for NOLOCK qdiscPaolo Abeni
2019-09-19net: Fix null de-reference of device refcountSubash Abhinov Kasiviswanathan
2019-08-09net: fix bpf_xdp_adjust_head regression for generic-XDPJesper Dangaard Brouer
2019-08-09net: fix ifindex collision during namespace removalJiri Pirko
2019-06-16net: handle 802.1P vlan 0 packets properlyGovindarajulu Varadarajan
2019-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2019-06-04net: fix indirect calls helpers for ptype list hooks.Paolo Abeni
2019-05-31Merge tag 'spdx-5.2-rc3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/g...Linus Torvalds
2019-05-30net-gro: fix use-after-free read in napi_gro_frags()Eric Dumazet
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-05-30net: core: support XDP generic on stacked devices.Stephen Hemminger
2019-05-16net: avoid weird emergency messageEric Dumazet
2019-05-05net: use indirect calls helpers for ptype hookPaolo Abeni
2019-04-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-04-10failover: allow name change on IFF_UP slave interfacesSi-Wei Liu
2019-04-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-04-04net: devlink: introduce devlink_compat_switch_id_get() helperJiri Pirko
2019-04-04net: Remove inclusion of pci.hYuval Shaia
2019-04-01net: place xmit recursion in softnet dataFlorian Westphal
2019-03-28net: core: netif_receive_skb_list: unlist skb before passing to pt->funcAlexander Lobakin
2019-03-28net: devlink: introduce devlink_compat_phys_port_name_get()Jiri Pirko
2019-03-23net: convert rps_needed and rfs_needed to new static branch apiEric Dumazet
2019-03-23net: dev: introduce support for sch BYPASS for lockless qdiscPaolo Abeni
2019-03-20net: remove 'fallback' argument from dev->ndo_select_queue()Paolo Abeni
2019-03-20packet: rework packet_pick_tx_queue() to use common code selectionPaolo Abeni
2019-03-20net: dev: rename queue selection helpers.Paolo Abeni
2019-02-24net: dev: add generic protodown handlerAndy Roulin
2019-02-24net: Skip GSO length estimation if transport header is not setMaxim Mikityanskiy
2019-02-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-02-15net: Fix for_each_netdev_feature on Big endianHauke Mehrtens
2019-02-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2019-02-06net: Introduce ndo_get_port_parent_id()Florian Fainelli
2019-02-06net: xdp: allow generic and driver XDP on one interfaceJakub Kicinski
2019-02-01xdp: Provide extack messages when prog attachment failedMaciej Fijalkowski
2019-01-29net: set default network namespace in init_dummy_netdev()Josh Elsasser
2019-01-06jump_label: move 'asm goto' support test to KconfigMasahiro Yamada
2018-12-15net: use indirect call wrappers at GRO network layerPaolo Abeni
2018-12-13net: dev: Issue NETDEV_PRE_CHANGEADDRPetr Machata