summaryrefslogtreecommitdiffstats
path: root/net/core/dev.c
AgeCommit message (Expand)Author
2018-11-29net: fix XPS static_key accountingSabrina Dubroca
2018-11-29net: restore call to netdev_queue_numa_node_write when resetting XPSSabrina Dubroca
2018-11-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-11-23net-gro: use ffs() to speedup napi_gro_flush()Eric Dumazet
2018-11-23net: don't keep lonely packets forever in the gro hashPaolo Abeni
2018-11-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-11-17net-gro: reset skb->pkt_type in napi_reuse_skb()Eric Dumazet
2018-11-15net: dump more useful information in netdev_rx_csum_fault()Cong Wang
2018-11-08net/core: use __vlan_hwaccel helpersMichał Mirosław
2018-11-03net: do not abort bulk send on BQL statusEric Dumazet
2018-10-28net: Properly unlink GRO packets on overflow.David S. Miller
2018-10-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2018-10-15FDDI: defza: Support capturing outgoing SMT trafficMaciej W. Rozycki
2018-10-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-10-10net: ipv4: update fnhe_pmtu when first hop's MTU changesSabrina Dubroca
2018-10-09net: fix generic XDP to handle if eth header was mangledJesper Dangaard Brouer
2018-09-10net: Add and use skb_list_del_init().David S. Miller
2018-09-10net: Add and use skb_mark_not_on_list().David S. Miller
2018-09-05packet: add sockopt to ignore outgoing packetsVincent Whitchurch
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