aboutsummaryrefslogtreecommitdiffstats
path: root/net/core/dev.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-07-20net: Init backlog NAPI's gro_hash.David S. Miller1-6/+12
2018-07-16net: Fix GRO_HASH_BUCKETS assertion.David S. Miller1-1/+1
2018-07-16net: convert gro_count to bitmaskLi RongQing1-12/+24
2018-07-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-20/+28
2018-07-13xdp: support simultaneous driver and hw XDP attachmentJakub Kicinski1-18/+27
2018-07-13xdp: don't make drivers report attachment modeJakub Kicinski1-4/+3
2018-07-12net: gro: properly remove skb from listPrashant Bhole1-2/+4
2018-07-11Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queueDavid S. Miller1-23/+134
2018-07-09net: core: fix use-after-free in __netif_receive_skb_list_coreEdward Cree1-2/+7
2018-07-09net: core: fix uses-after-free in list processingEdward Cree1-8/+13
2018-07-09net: allow fallback function to pass netdevAlexander Duyck1-9/+3
2018-07-09net: allow ndo_select_queue to pass netdevAlexander Duyck1-2/+4
2018-07-09net: Add generic ndo_select_queue functionsAlexander Duyck1-0/+14
2018-07-09net: Add support for subordinate traffic classes to netdev_pick_txAlexander Duyck1-23/+35
2018-07-09net: Add support for subordinate device traffic classesAlexander Duyck1-0/+89
2018-07-05net: limit each hash list length to MAX_GRO_SKBSLi RongQing1-33/+23
2018-07-04net: don't bother calling list RX functions on empty listsEdward Cree1-2/+6
2018-07-04net: ipv4: listified version of ip_rcvEdward Cree1-3/+5
2018-07-04net: core: propagate SKB lists through packet_type lookupEdward Cree1-8/+64
2018-07-04net: core: another layer of lists, around PF_MEMALLOC skb handlingEdward Cree1-8/+36
2018-07-04net: core: Another step of skb receive list processingEdward Cree1-5/+56
2018-07-04net: core: unwrap skb list receive slightly furtherEdward Cree1-1/+3
2018-07-04net: core: trivial netif_receive_skb_list() entry pointEdward Cree1-0/+19
2018-07-02net: Enable Tx queue selection based on Rx queuesAmritha Nambiar1-17/+45
2018-07-02net: Use static_key for XPS mapsAmritha Nambiar1-6/+25
2018-07-02net: Refactor XPS for CPUs and Rx queuesAmritha Nambiar1-72/+139
2018-06-26net: Convert NAPI gro list into a small hash table.David Miller1-26/+79
2018-06-26net: Convert GRO SKB handling to list_head.David Miller1-40/+28
2018-06-20net: propagate dev_get_valid_name return codeLi RongQing1-2/+2
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook1-1/+1
2018-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-46/+102
2018-06-06Merge tag 'audit-pr-20180605' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/auditLinus Torvalds1-9/+9
2018-06-04Merge tag 'dma-mapping-4.18' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-19/+1
2018-05-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2018-05-18net: Fix a bug in removing queues from XPS mapAmritha Nambiar1-1/+1
2018-05-16sched: manipulate __QDISC_STATE_RUNNING in qdisc_run_* helpersPaolo Abeni1-1/+1
2018-05-14audit: use inline function to get audit contextRichard Guy Briggs1-9/+9
2018-05-10net: Update generic_xdp_needed static key to modern apiDavidlohr Bueso1-5/+5
2018-05-10net: Update netstamp_needed static key to modern apiDavidlohr Bueso1-11/+11
2018-05-10net: Update [e/in]gress_needed static key to modern apiDavidlohr Bueso1-8/+8
2018-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-16/+57
2018-05-07net: remove the PCI_DMA_BUS_IS_PHYS check in illegal_highdmaChristoph Hellwig1-19/+1
2018-05-03dev: packet: make packet_direct_xmit a common functionMagnus Karlsson1-0/+38
2018-05-03xsk: wire up XDP_SKB side of AF_XDPBjörn Töpel1-16/+19
2018-05-01net: core: Inline netdev_features_size_check()Florian Fainelli1-1/+2
2018-05-01net: Add Software fallback infrastructure for socket dependent offloadsIlya Lesokhin1-0/+4
2018-04-29net: core: Assert the size of netdev_featres_tFlorian Fainelli1-0/+1
2018-04-29net: Revoke export for __skb_tx_hash, update it to just be static skb_tx_hashAlexander Duyck1-6/+4
2018-04-27net: Fix coccinelle warningKirill Tkhai1-1/+1
2018-04-26bpf: fix xdp_generic for bpf_adjust_tail usecaseNikita V. Shirokov1-1/+3