summaryrefslogtreecommitdiff
path: root/net/core/dev.c
AgeCommit message (Expand)Author
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
2018-06-26net: Convert NAPI gro list into a small hash table.David Miller
2018-06-26net: Convert GRO SKB handling to list_head.David Miller
2018-06-20net: propagate dev_get_valid_name return codeLi RongQing
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook
2018-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2018-06-06Merge tag 'audit-pr-20180605' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2018-06-04Merge tag 'dma-mapping-4.18' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds
2018-05-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-05-18net: Fix a bug in removing queues from XPS mapAmritha Nambiar
2018-05-16sched: manipulate __QDISC_STATE_RUNNING in qdisc_run_* helpersPaolo Abeni
2018-05-14audit: use inline function to get audit contextRichard Guy Briggs
2018-05-10net: Update generic_xdp_needed static key to modern apiDavidlohr Bueso
2018-05-10net: Update netstamp_needed static key to modern apiDavidlohr Bueso
2018-05-10net: Update [e/in]gress_needed static key to modern apiDavidlohr Bueso
2018-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2018-05-07net: remove the PCI_DMA_BUS_IS_PHYS check in illegal_highdmaChristoph Hellwig
2018-05-03dev: packet: make packet_direct_xmit a common functionMagnus Karlsson
2018-05-03xsk: wire up XDP_SKB side of AF_XDPBjörn Töpel
2018-05-01net: core: Inline netdev_features_size_check()Florian Fainelli
2018-05-01net: Add Software fallback infrastructure for socket dependent offloadsIlya Lesokhin
2018-04-29net: core: Assert the size of netdev_featres_tFlorian Fainelli
2018-04-29net: Revoke export for __skb_tx_hash, update it to just be static skb_tx_hashAlexander Duyck
2018-04-27net: Fix coccinelle warningKirill Tkhai
2018-04-26bpf: fix xdp_generic for bpf_adjust_tail usecaseNikita V. Shirokov
2018-04-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-04-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2018-04-18hv_netvsc: propogate Hyper-V friendly name into interface aliasStephen Hemminger
2018-04-18bpf: make generic xdp compatible w/ bpf_xdp_adjust_tailNikita V. Shirokov
2018-04-17vlan: Fix reading memory beyond skb->tail in skb_vlan_tagged_multiToshiaki Makita
2018-04-05net: fool proof dev_valid_name()Eric Dumazet
2018-04-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-03-31net: Remove net_rwsem from {, un}register_netdevice_notifier()Kirill Tkhai
2018-03-30net: Close race between {un, }register_netdevice_notifier() and setup_net()/c...Kirill Tkhai
2018-03-30net: Call add/kill vid ndo on vlan filter feature togglingGal Pressman
2018-03-29net: Introduce net_rwsem to protect net_namespace_listKirill Tkhai
2018-03-27net: Drop pernet_operations::asyncKirill Tkhai
2018-03-27net: fix possible out-of-bound read in skb_network_protocol()Eric Dumazet
2018-03-26net: Drop NETDEV_UNREGISTER_FINALKirill Tkhai
2018-03-26net: Make NETDEV_XXX commands enum { }Kirill Tkhai
2018-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-03-16net: Use rtnl_lock_killable() in register_netdev()Kirill Tkhai
2018-03-14net: use skb_to_full_sk() in skb_update_prio()Eric Dumazet