summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)Author
2018-07-07net/flow_dissector: Add support for QinQ dissectionJianbo Liu
2018-07-07net/flow_dissector: Save vlan ethertype from headersJianbo Liu
2018-07-07rtnetlink: add rtnl_link_state check in rtnl_configure_linkRoopa Prabhu
2018-07-05net: core: filter: mark expected switch fall-throughGustavo A. R. Silva
2018-07-05devlink: Add enable_sriov boolean generic parameterVasundhara Volam
2018-07-05devlink: Add generic parameters internal_err_reset and max_macsMoshe Shemesh
2018-07-05devlink: Add devlink notifications support for paramsMoshe Shemesh
2018-07-05devlink: Add support for get/set driverinit valueMoshe Shemesh
2018-07-05devlink: Add param set commandMoshe Shemesh
2018-07-05devlink: Add param get commandMoshe Shemesh
2018-07-05devlink: Add devlink_param register and unregisterMoshe Shemesh
2018-07-05net: limit each hash list length to MAX_GRO_SKBSLi RongQing
2018-07-04net/sched: Make etf report drops on error_queueJesus Sanchez-Palencia
2018-07-04net: Add a new socket option for a future transmit time.Richard Cochran
2018-07-04net: Clear skb->tstamp only on the forwarding pathJesus Sanchez-Palencia
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-03Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-07-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2018-07-02net: expose sk wmem in sock_exceed_buf_limit tracepointYafang Shao
2018-07-02net-sysfs: Add interface for Rx queue(s) map per Tx queueAmritha Nambiar
2018-07-02net: Enable Tx queue selection based on Rx queuesAmritha Nambiar
2018-07-02net: Record receive queue number for a connectionAmritha Nambiar
2018-07-02net: Use static_key for XPS mapsAmritha Nambiar
2018-07-02net: Refactor XPS for CPUs and Rx queuesAmritha Nambiar
2018-07-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2018-06-30net: fib_rules: bring back rule_exists to match rule during addRoopa Prabhu
2018-06-30net: use dev_change_tx_queue_len() for SIOCSIFTXQLENCong Wang
2018-06-30net: cleanup gfp mask in alloc_skb_with_fragsMichal Hocko
2018-06-29net: check tunnel option type in tunnel flagsPieter Jansen van Vuuren
2018-06-29net, mm: account sock objects to kmemcgShakeel Butt
2018-06-29bpf: Change bpf_fib_lookup to return lookup statusDavid Ahern
2018-06-28Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds
2018-06-28skbuff: preserve sock reference when scrubbing the skb.Flavio Leitner
2018-06-27neighbour: force neigh_invalidate when NUD_FAILED update is from adminRoopa Prabhu
2018-06-27fib_rules: match rules based on suppress_* properties tooJason A. Donenfeld
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-22rhashtable: remove nulls_base and related code.NeilBrown
2018-06-20net: propagate dev_get_valid_name return codeLi RongQing
2018-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2018-06-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2018-06-15xdp: Fix handling of devmap in generic XDPToshiaki Makita
2018-06-15neighbour: skip NTF_EXT_LEARNED entries during forced gcRoopa Prabhu
2018-06-12treewide: Use array_size() in vzalloc_node()Kees Cook