summaryrefslogtreecommitdiffstats
path: root/net/core
Commit message (Expand)AuthorAgeFilesLines
* net: core: filter: mark expected switch fall-throughGustavo A. R. Silva2018-07-051-0/+1
* devlink: Add enable_sriov boolean generic parameterVasundhara Volam2018-07-051-1/+5
* devlink: Add generic parameters internal_err_reset and max_macsMoshe Shemesh2018-07-051-1/+13
* devlink: Add devlink notifications support for paramsMoshe Shemesh2018-07-051-0/+50
* devlink: Add support for get/set driverinit valueMoshe Shemesh2018-07-051-0/+77
* devlink: Add param set commandMoshe Shemesh2018-07-051-0/+134
* devlink: Add param get commandMoshe Shemesh2018-07-051-0/+250
* devlink: Add devlink_param register and unregisterMoshe Shemesh2018-07-051-0/+148
* net: limit each hash list length to MAX_GRO_SKBSLi RongQing2018-07-051-33/+23Star
* net/sched: Make etf report drops on error_queueJesus Sanchez-Palencia2018-07-041-0/+4
* net: Add a new socket option for a future transmit time.Richard Cochran2018-07-041-0/+35
* net: Clear skb->tstamp only on the forwarding pathJesus Sanchez-Palencia2018-07-041-1/+1
* net: don't bother calling list RX functions on empty listsEdward Cree2018-07-041-2/+6
* net: ipv4: listified version of ip_rcvEdward Cree2018-07-041-3/+5
* net: core: propagate SKB lists through packet_type lookupEdward Cree2018-07-041-8/+64
* net: core: another layer of lists, around PF_MEMALLOC skb handlingEdward Cree2018-07-041-8/+36
* net: core: Another step of skb receive list processingEdward Cree2018-07-041-5/+56
* net: core: unwrap skb list receive slightly furtherEdward Cree2018-07-041-1/+3
* net: core: trivial netif_receive_skb_list() entry pointEdward Cree2018-07-041-0/+19
* Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-07-036-50/+150
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-07-025-46/+141
| |\
| | * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2018-07-011-32/+54
| | |\
| | | * bpf: Change bpf_fib_lookup to return lookup statusDavid Ahern2018-06-291-32/+54
| | * | net: fib_rules: bring back rule_exists to match rule during addRoopa Prabhu2018-06-301-1/+71
| | * | net: use dev_change_tx_queue_len() for SIOCSIFTXQLENCong Wang2018-06-301-9/+2Star
| | * | net: cleanup gfp mask in alloc_skb_with_fragsMichal Hocko2018-06-301-2/+1Star
| | * | net, mm: account sock objects to kmemcgShakeel Butt2018-06-291-2/+5
| | * | fib_rules: match rules based on suppress_* properties tooJason A. Donenfeld2018-06-271-0/+8
| | |/
| * / Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds2018-06-281-4/+9
| |/
* | net: expose sk wmem in sock_exceed_buf_limit tracepointYafang Shao2018-07-021-2/+4
* | net-sysfs: Add interface for Rx queue(s) map per Tx queueAmritha Nambiar2018-07-021-0/+83
* | net: Enable Tx queue selection based on Rx queuesAmritha Nambiar2018-07-021-17/+45
* | net: Record receive queue number for a connectionAmritha Nambiar2018-07-021-0/+2
* | net: Use static_key for XPS mapsAmritha Nambiar2018-07-021-6/+25
* | net: Refactor XPS for CPUs and Rx queuesAmritha Nambiar2018-07-022-74/+141
* | net: check tunnel option type in tunnel flagsPieter Jansen van Vuuren2018-06-291-1/+1
* | skbuff: preserve sock reference when scrubbing the skb.Flavio Leitner2018-06-281-1/+0Star
* | neighbour: force neigh_invalidate when NUD_FAILED update is from adminRoopa Prabhu2018-06-271-1/+2
* | net: Convert NAPI gro list into a small hash table.David Miller2018-06-261-26/+79
* | net: Convert GRO SKB handling to list_head.David Miller2018-06-262-42/+30Star
* | rhashtable: remove nulls_base and related code.NeilBrown2018-06-221-2/+2
|/
* net: propagate dev_get_valid_name return codeLi RongQing2018-06-201-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2018-06-171-17/+4Star
|\
| * xdp: Fix handling of devmap in generic XDPToshiaki Makita2018-06-151-17/+4Star
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-06-162-18/+7Star
|\ \
| * | neighbour: skip NTF_EXT_LEARNED entries during forced gcRoopa Prabhu2018-06-151-4/+6
| * | Revert "net: do not allow changing SO_REUSEADDR/SO_REUSEPORT on bound sockets"Bart Van Assche2018-06-121-14/+1Star
| |/
* | treewide: Use array_size() in vzalloc_node()Kees Cook2018-06-131-1/+2
* | treewide: Use array_size() in vzalloc()Kees Cook2018-06-131-3/+3
* | treewide: kzalloc() -> kcalloc()Kees Cook2018-06-131-2/+2