summaryrefslogtreecommitdiff
path: root/net/core/dev.c
AgeCommit message (Expand)Author
2019-11-10netns: fix GFP flags in rtnl_net_notifyid()Guillaume Nault
2019-09-19net: Fix null de-reference of device refcountSubash Abhinov Kasiviswanathan
2019-08-09net: fix ifindex collision during namespace removalJiri Pirko
2019-06-04jump_label: move 'asm goto' support test to KconfigMasahiro Yamada
2019-06-04net-gro: fix use-after-free read in napi_gro_frags()Eric Dumazet
2019-05-25net: avoid weird emergency messageEric Dumazet
2019-04-27failover: allow name change on IFF_UP slave interfacesSi-Wei Liu
2019-04-17net: core: netif_receive_skb_list: unlist skb before passing to pt->funcAlexander Lobakin
2019-02-23net: Fix for_each_netdev_feature on Big endianHauke Mehrtens
2019-02-06net: set default network namespace in init_dummy_netdev()Josh Elsasser
2018-12-17net: fix XPS static_key accountingSabrina Dubroca
2018-12-17net: restore call to netdev_queue_numa_node_write when resetting XPSSabrina Dubroca
2018-12-17net: use skb_list_del_init() to remove from RX sublistsEdward Cree
2018-12-05net: don't keep lonely packets forever in the gro hashPaolo Abeni
2018-11-23net-gro: reset skb->pkt_type in napi_reuse_skb()Eric Dumazet
2018-11-04net: Properly unlink GRO packets on overflow.David S. Miller
2018-10-10net: ipv4: update fnhe_pmtu when first hop's MTU changesSabrina Dubroca
2018-08-30notifier: Remove notifier header file wherever not usedMukesh Ojha
2018-08-09net: allow to call netif_reset_xps_queues() under cpus_read_lockAndrei Vagin
2018-08-05net: check extack._msg before printLi RongQing
2018-08-02Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-07-30net/tc: introduce TC_ACT_REINSERT.Paolo Abeni
2018-07-29net: report invalid mtu value via netlink extackStephen Hemminger
2018-07-26net: rollback orig value on failure of dev_qdisc_change_tx_queue_lenTariq Toukan
2018-07-20net: Init backlog NAPI's gro_hash.David S. Miller
2018-07-16net: Fix GRO_HASH_BUCKETS assertion.David S. Miller
2018-07-16net: convert gro_count to bitmaskLi RongQing
2018-07-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2018-07-13xdp: support simultaneous driver and hw XDP attachmentJakub Kicinski
2018-07-13xdp: don't make drivers report attachment modeJakub Kicinski
2018-07-12net: gro: properly remove skb from listPrashant Bhole
2018-07-11Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller
2018-07-09net: core: fix use-after-free in __netif_receive_skb_list_coreEdward Cree
2018-07-09net: core: fix uses-after-free in list processingEdward Cree
2018-07-09net: allow fallback function to pass netdevAlexander Duyck
2018-07-09net: allow ndo_select_queue to pass netdevAlexander Duyck
2018-07-09net: Add generic ndo_select_queue functionsAlexander Duyck
2018-07-09net: Add support for subordinate traffic classes to netdev_pick_txAlexander Duyck
2018-07-09net: Add support for subordinate device traffic classesAlexander Duyck
2018-07-05net: limit each hash list length to MAX_GRO_SKBSLi RongQing
2018-07-04net: don't bother calling list RX functions on empty listsEdward Cree
2018-07-04net: ipv4: listified version of ip_rcvEdward Cree
2018-07-04net: core: propagate SKB lists through packet_type lookupEdward Cree
2018-07-04net: core: another layer of lists, around PF_MEMALLOC skb handlingEdward Cree
2018-07-04net: core: Another step of skb receive list processingEdward Cree
2018-07-04net: core: unwrap skb list receive slightly furtherEdward Cree
2018-07-04net: core: trivial netif_receive_skb_list() entry pointEdward Cree
2018-07-02net: Enable Tx queue selection based on Rx queuesAmritha Nambiar
2018-07-02net: Use static_key for XPS mapsAmritha Nambiar
2018-07-02net: Refactor XPS for CPUs and Rx queuesAmritha Nambiar