aboutsummaryrefslogtreecommitdiffstats
path: root/net/core (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-07-07net/flow_dissector: Add support for QinQ dissectionJianbo Liu1-15/+17
2018-07-07net/flow_dissector: Save vlan ethertype from headersJianbo Liu1-0/+2
2018-07-07rtnetlink: add rtnl_link_state check in rtnl_configure_linkRoopa Prabhu1-3/+6
2018-07-05net: core: filter: mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2018-07-05devlink: Add enable_sriov boolean generic parameterVasundhara Volam1-1/+5
2018-07-05devlink: Add generic parameters internal_err_reset and max_macsMoshe Shemesh1-1/+13
2018-07-05devlink: Add devlink notifications support for paramsMoshe Shemesh1-0/+50
2018-07-05devlink: Add support for get/set driverinit valueMoshe Shemesh1-0/+77
2018-07-05devlink: Add param set commandMoshe Shemesh1-0/+134
2018-07-05devlink: Add param get commandMoshe Shemesh1-0/+250
2018-07-05devlink: Add devlink_param register and unregisterMoshe Shemesh1-0/+148
2018-07-05net: limit each hash list length to MAX_GRO_SKBSLi RongQing1-33/+23
2018-07-04net/sched: Make etf report drops on error_queueJesus Sanchez-Palencia1-0/+4
2018-07-04net: Add a new socket option for a future transmit time.Richard Cochran1-0/+35
2018-07-04net: Clear skb->tstamp only on the forwarding pathJesus Sanchez-Palencia1-1/+1
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-03Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller6-50/+150
2018-07-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds5-46/+141
2018-07-02net: expose sk wmem in sock_exceed_buf_limit tracepointYafang Shao1-2/+4
2018-07-02net-sysfs: Add interface for Rx queue(s) map per Tx queueAmritha Nambiar1-0/+83
2018-07-02net: Enable Tx queue selection based on Rx queuesAmritha Nambiar1-17/+45
2018-07-02net: Record receive queue number for a connectionAmritha Nambiar1-0/+2
2018-07-02net: Use static_key for XPS mapsAmritha Nambiar1-6/+25
2018-07-02net: Refactor XPS for CPUs and Rx queuesAmritha Nambiar2-74/+141
2018-07-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller1-32/+54
2018-06-30net: fib_rules: bring back rule_exists to match rule during addRoopa Prabhu1-1/+71
2018-06-30net: use dev_change_tx_queue_len() for SIOCSIFTXQLENCong Wang1-9/+2
2018-06-30net: cleanup gfp mask in alloc_skb_with_fragsMichal Hocko1-2/+1
2018-06-29net: check tunnel option type in tunnel flagsPieter Jansen van Vuuren1-1/+1
2018-06-29net, mm: account sock objects to kmemcgShakeel Butt1-2/+5
2018-06-29bpf: Change bpf_fib_lookup to return lookup statusDavid Ahern1-32/+54
2018-06-28Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds1-4/+9
2018-06-28skbuff: preserve sock reference when scrubbing the skb.Flavio Leitner1-1/+0
2018-06-27neighbour: force neigh_invalidate when NUD_FAILED update is from adminRoopa Prabhu1-1/+2
2018-06-27fib_rules: match rules based on suppress_* properties tooJason A. Donenfeld1-0/+8
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 Miller2-42/+30
2018-06-22rhashtable: remove nulls_base and related code.NeilBrown1-2/+2
2018-06-20net: propagate dev_get_valid_name return codeLi RongQing1-2/+2
2018-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller1-17/+4
2018-06-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2-18/+7
2018-06-15xdp: Fix handling of devmap in generic XDPToshiaki Makita1-17/+4
2018-06-15neighbour: skip NTF_EXT_LEARNED entries during forced gcRoopa Prabhu1-4/+6
2018-06-12treewide: Use array_size() in vzalloc_node()Kees Cook1-1/+2