summaryrefslogtreecommitdiff
path: root/net/core/dev.c
AgeCommit message (Expand)Author
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
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