aboutsummaryrefslogtreecommitdiffstats
path: root/net/core/dev.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-09-10net: Add and use skb_list_del_init().David S. Miller1-4/+2
2018-09-10net: Add and use skb_mark_not_on_list().David S. Miller1-4/+4
2018-09-05packet: add sockopt to ignore outgoing packetsVincent Whitchurch1-0/+3
2018-08-30notifier: Remove notifier header file wherever not usedMukesh Ojha1-1/+0
2018-08-09net: allow to call netif_reset_xps_queues() under cpus_read_lockAndrei Vagin1-5/+15
2018-08-05net: check extack._msg before printLi RongQing1-1/+2
2018-08-02Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-7/+10
2018-07-30net/tc: introduce TC_ACT_REINSERT.Paolo Abeni1-1/+5
2018-07-29net: report invalid mtu value via netlink extackStephen Hemminger1-6/+17
2018-07-26net: rollback orig value on failure of dev_qdisc_change_tx_queue_lenTariq Toukan1-7/+10
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