summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Documentation: fix wrong example commandMatteo Croce2017-07-031-2/+2
* vxlan: correctly set vxlan->net when creating the device in a netnsSabrina Dubroca2017-07-031-3/+6
* Merge branch 'hns-phy-loopback'David S. Miller2017-07-035-71/+92
|\
| * net: hns: Use phy_driver to setup Phy loopbackLin Yun Sheng2017-07-032-71/+35
| * net: phy: Add phy loopback support in net phy frameworkLin Yun Sheng2017-07-033-0/+57
|/
* net/mlx5: fix memcpy limit?Stephen Rothwell2017-07-031-1/+1
* ipv6: dad: don't remove dynamic addresses if link is downSabrina Dubroca2017-07-031-9/+9
* net: cdc_ncm: Reduce memory use when kernel memory lowJim Baxter2017-07-032-12/+45
* Merge branch 'qed-Add-iWARP-support-for-QL4xxxx'David S. Miller2017-07-0318-100/+3008
|\
| * qed: Add iWARP support for physical queue allocationKalderon, Michal2017-07-031-0/+4
| * qed: Add iWARP protocol support in context allocationKalderon, Michal2017-07-031-2/+11
| * qed: iWARP CM add error handlingKalderon, Michal2017-07-032-2/+190
| * qed: iWARP implement disconnect flowsKalderon, Michal2017-07-032-1/+91
| * qed: iWARP CM add active side connectKalderon, Michal2017-07-034-12/+265
| * qed: iWARP CM add passive side connectKalderon, Michal2017-07-039-20/+1039
| * qed: iWARP CM add listener functions and initial SYN processingKalderon, Michal2017-07-034-3/+343
| * qed: iWARP CM - setup a ll2 connection for handling SYN packetsKalderon, Michal2017-07-032-3/+220
| * qed: Add iWARP support in ll2 connectionsKalderon, Michal2017-07-032-2/+12
| * qed: Rename some ll2 related definesKalderon, Michal2017-07-033-17/+16
| * qed: Implement iWARP initialization, teardown and qp operationsKalderon, Michal2017-07-0311-40/+803
| * qed: Introduce iWARP personalityKalderon, Michal2017-07-037-27/+43
|/
* bpf: fix to bpf_setsockopsLawrence Brakmo2017-07-031-2/+1
* Merge branch 'bpf-Add-support-for-sock_ops'David S. Miller2017-07-0225-26/+1218
|\
| * bpf: update tools/include/uapi/linux/bpf.hLawrence Brakmo2017-07-021-1/+65
| * bpf: Sample bpf program to set sndcwnd clampLawrence Brakmo2017-07-022-0/+103
| * bpf: Adds support for setting sndcwnd clampLawrence Brakmo2017-07-022-0/+8
| * bpf: Sample BPF program to set initial cwndLawrence Brakmo2017-07-022-0/+89
| * bpf: Adds support for setting initial cwndLawrence Brakmo2017-07-022-1/+19
| * bpf: Sample BPF program to set congestion controlLawrence Brakmo2017-07-022-0/+84
| * bpf: Add support for changing congestion controlLawrence Brakmo2017-07-027-17/+58
| * bpf: Sample BPF program to set buffer sizesLawrence Brakmo2017-07-022-0/+87
| * bpf: Add TCP connection BPF callbacksLawrence Brakmo2017-07-024-1/+15
| * bpf: Add setsockopt helper function to bpfLawrence Brakmo2017-07-023-2/+94
| * bpf: Sample bpf program to set initial windowLawrence Brakmo2017-07-022-0/+70
| * bpf: Support for setting initial receive windowLawrence Brakmo2017-07-024-2/+28
| * bpf: Sample bpf program to set SYN/SYN-ACK RTOsLawrence Brakmo2017-07-022-0/+70
| * bpf: Support for per connection SYN/SYN-ACK RTOsLawrence Brakmo2017-07-024-2/+17
| * bpf: program to load and attach sock_ops BPF progsLawrence Brakmo2017-07-022-0/+100
| * bpf: BPF support for sock_opsLawrence Brakmo2017-07-029-3/+314
|/
* Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2017-07-0210-39/+60
|\
| * Bluetooth: btbcm: Add entry for BCM43430 UART bluetoothIan Molton2017-06-291-0/+1
| * Bluetooth: Add sockaddr length checks before accessing sa_family in bind and ...Mateusz Jurczyk2017-06-293-7/+7
| * bluetooth: remove WQ_MEM_RECLAIM from hci workqueuesTejun Heo2017-06-291-4/+3
| * Bluetooth: hci_bcm: Add active_low irq polarity quirk for Asus T100CHIHans de Goede2017-06-291-0/+9
| * Bluetooth: hidp: fix possible might sleep error in hidp_session_threadJeffy Chen2017-06-271-11/+22
| * Bluetooth: cmtp: fix possible might sleep error in cmtp_sessionJeffy Chen2017-06-271-7/+10
| * Bluetooth: bnep: fix possible might sleep error in bnep_sessionJeffy Chen2017-06-271-6/+5
| * Bluetooth: hci_bcm: Fix unwanted error reporting if no bcm devLoic Poulain2017-06-271-2/+1
| * Bluetooth: hci_serdev: make hci_serdev_client_ops staticColin Ian King2017-06-231-2/+2
* | sctp: Add peeloff-flags socket optionNeil Horman2017-07-022-15/+78