aboutsummaryrefslogtreecommitdiffstats
path: root/net/core/dev.c
Commit message (Expand)AuthorAge
...
| * | | net: allow ndo_select_queue to pass netdevAlexander Duyck2018-07-09
| * | | net: Add generic ndo_select_queue functionsAlexander Duyck2018-07-09
| * | | net: Add support for subordinate traffic classes to netdev_pick_txAlexander Duyck2018-07-09
| * | | net: Add support for subordinate device traffic classesAlexander Duyck2018-07-09
| |/ /
* | | net: core: fix use-after-free in __netif_receive_skb_list_coreEdward Cree2018-07-09
* | | net: core: fix uses-after-free in list processingEdward Cree2018-07-09
|/ /
* | net: limit each hash list length to MAX_GRO_SKBSLi RongQing2018-07-05
* | net: don't bother calling list RX functions on empty listsEdward Cree2018-07-04
* | net: ipv4: listified version of ip_rcvEdward Cree2018-07-04
* | net: core: propagate SKB lists through packet_type lookupEdward Cree2018-07-04
* | net: core: another layer of lists, around PF_MEMALLOC skb handlingEdward Cree2018-07-04
* | net: core: Another step of skb receive list processingEdward Cree2018-07-04
* | net: core: unwrap skb list receive slightly furtherEdward Cree2018-07-04
* | net: core: trivial netif_receive_skb_list() entry pointEdward Cree2018-07-04
* | net: Enable Tx queue selection based on Rx queuesAmritha Nambiar2018-07-01
* | net: Use static_key for XPS mapsAmritha Nambiar2018-07-01
* | net: Refactor XPS for CPUs and Rx queuesAmritha Nambiar2018-07-01
* | net: Convert NAPI gro list into a small hash table.David Miller2018-06-25
* | net: Convert GRO SKB handling to list_head.David Miller2018-06-25
|/
* net: propagate dev_get_valid_name return codeLi RongQing2018-06-19
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-12
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-06-06
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-05-21
| |\
| * | sched: manipulate __QDISC_STATE_RUNNING in qdisc_run_* helpersPaolo Abeni2018-05-16
| * | net: Update generic_xdp_needed static key to modern apiDavidlohr Bueso2018-05-10
| * | net: Update netstamp_needed static key to modern apiDavidlohr Bueso2018-05-10
| * | net: Update [e/in]gress_needed static key to modern apiDavidlohr Bueso2018-05-10
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-05-07
| |\ \
| | * | dev: packet: make packet_direct_xmit a common functionMagnus Karlsson2018-05-03
| | * | xsk: wire up XDP_SKB side of AF_XDPBjörn Töpel2018-05-03
| * | | net: core: Inline netdev_features_size_check()Florian Fainelli2018-05-01
| * | | net: Add Software fallback infrastructure for socket dependent offloadsIlya Lesokhin2018-05-01
| * | | net: core: Assert the size of netdev_featres_tFlorian Fainelli2018-04-29
| * | | net: Revoke export for __skb_tx_hash, update it to just be static skb_tx_hashAlexander Duyck2018-04-29
| * | | net: Fix coccinelle warningKirill Tkhai2018-04-27
| |/ /
| * | bpf: fix xdp_generic for bpf_adjust_tail usecaseNikita V. Shirokov2018-04-26
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-04-21
| |\ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-04-21
| |\ \ \
| | * | | bpf: make generic xdp compatible w/ bpf_xdp_adjust_tailNikita V. Shirokov2018-04-18
| * | | | hv_netvsc: propogate Hyper-V friendly name into interface aliasStephen Hemminger2018-04-18
| |/ / /
* | | | Merge tag 'audit-pr-20180605' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-06-06
|\ \ \ \
| * | | | audit: use inline function to get audit contextRichard Guy Briggs2018-05-14
| |/ / /
* | | | Merge tag 'dma-mapping-4.18' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2018-06-04
|\ \ \ \ | |_|_|/ |/| | |
| * | | net: remove the PCI_DMA_BUS_IS_PHYS check in illegal_highdmaChristoph Hellwig2018-05-07
| | |/ | |/|
* / | net: Fix a bug in removing queues from XPS mapAmritha Nambiar2018-05-18
|/ /
* / vlan: Fix reading memory beyond skb->tail in skb_vlan_tagged_multiToshiaki Makita2018-04-17
|/
* net: fool proof dev_valid_name()Eric Dumazet2018-04-05
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-04-01
|\
| * net: fix possible out-of-bound read in skb_network_protocol()Eric Dumazet2018-03-27
* | net: Remove net_rwsem from {, un}register_netdevice_notifier()Kirill Tkhai2018-03-31