summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2018-05-203-27/+46
|\
| * Bluetooth: Add __hci_cmd_send functionLoic Poulain2018-05-181-0/+31
| * Bluetooth: use wait_event API instead of open-coding itJohn Keeping2018-05-181-23/+7
| * Bluetooth: Prevent buffer overflow for large advertisement dataChriz Chow2018-05-181-4/+8
* | dsa: set devlink port attrs for dsa portsJiri Pirko2018-05-191-0/+24
* | devlink: introduce a helper to generate physical port namesJiri Pirko2018-05-191-0/+33
* | devlink: extend attrs_set for setting port flavoursJiri Pirko2018-05-191-0/+5
* | devlink: introduce devlink_port_attrs_setJiri Pirko2018-05-191-10/+36
* | tcp: tcp_rack_reo_wnd() can be statickbuild test robot2018-05-181-1/+1
* | net/smc: restructure client and server code in af_smcHans Wippel2018-05-181-241/+318
* | net/smc: change smc_buf_free function parametersHans Wippel2018-05-181-14/+12
* | net/smc: do a few smc_core.c cleanupsHans Wippel2018-05-181-8/+6
* | net/smc: restructure CDC message receptionHans Wippel2018-05-181-25/+22
* | net/smc: move smc_core specific code from smc.h to smc_coreHans Wippel2018-05-183-41/+39
* | net/smc: calculate write offset in RMB only once per connectionHans Wippel2018-05-183-2/+6
* | net/smc: rename connection index to RMBE indexHans Wippel2018-05-185-6/+6
* | net/smc: move link group list to smc_coreHans Wippel2018-05-184-35/+42
* | net/smc: add common buffer size in send and receive buffer descriptorsHans Wippel2018-05-189-35/+31
* | tcp: add tcp_comp_sack_nr sysctlEric Dumazet2018-05-183-1/+13
* | tcp: add tcp_comp_sack_delay_ns sysctlEric Dumazet2018-05-183-2/+10
* | tcp: add TCPAckCompressed SNMP counterEric Dumazet2018-05-182-0/+3
* | tcp: add SACK compressionEric Dumazet2018-05-184-6/+62
* | tcp: do not force quickack when receiving out-of-order packetsEric Dumazet2018-05-181-2/+0
|/
* vlan: Add extack messages for link createDavid Ahern2018-05-173-15/+44
* net/ncsi: prevent a couple array underflowsDan Carpenter2018-05-171-2/+3
* net/smc: init conn.tx_work & conn.send_lock soonerEric Dumazet2018-05-173-3/+4
* tcp: don't mark recently sent packets lost on RTOYuchung Cheng2018-05-171-4/+8
* tcp: new helper tcp_rack_skb_timeoutYuchung Cheng2018-05-172-7/+12
* tcp: separate loss marking and state update on RTOYuchung Cheng2018-05-171-2/+2
* tcp: new helper tcp_timeout_mark_lostYuchung Cheng2018-05-171-21/+29
* tcp: account lost retransmit after timeoutYuchung Cheng2018-05-172-17/+5
* tcp: simpler NewReno implementationYuchung Cheng2018-05-172-8/+38
* tcp: disable RFC6675 loss detectionYuchung Cheng2018-05-171-4/+8
* tcp: support DUPACK threshold in RACKYuchung Cheng2018-05-171-13/+27
* pfifo_fast: drop unneeded additional lock on dequeuePaolo Abeni2018-05-171-2/+2
* sched: replace __QDISC_STATE_RUNNING bit with a spin lockPaolo Abeni2018-05-171-0/+11
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-05-167-89/+552
|\
| * bpf: sockmap, add hash map supportJohn Fastabend2018-05-151-0/+58
| * bpf: sockmap, refactor sockmap routines to work with hashmapJohn Fastabend2018-05-151-23/+8
| * bpf: Provide helper to do forwarding lookups in kernel FIB tableDavid Ahern2018-05-111-0/+267
| * net/ipv6: Add fib lookup stubs for use in bpf helperDavid Ahern2018-05-112-2/+37
| * net/ipv6: Update fib6 tracepoint to take fib6_infoDavid Ahern2018-05-111-8/+6
| * net/ipv6: Add fib6_lookupDavid Ahern2018-05-112-2/+91
| * net/ipv6: Refactor fib6_rule_actionDavid Ahern2018-05-111-21/+31
| * net/ipv6: Extract table lookup from ip6_pol_routeDavid Ahern2018-05-111-14/+25
| * net/ipv6: Rename rt6_multipath_selectDavid Ahern2018-05-111-8/+9
| * net/ipv6: Rename fib6_lookup to fib6_node_lookupDavid Ahern2018-05-112-10/+12
| * xsk: fix 64-bit divisionBjörn Töpel2018-05-091-1/+1
| * bpf: xdp: allow offloads to store into rx_queue_indexJakub Kicinski2018-05-091-1/+8
* | sched: manipulate __QDISC_STATE_RUNNING in qdisc_run_* helpersPaolo Abeni2018-05-162-23/+10