summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* net/mlxfw: Properly handle dependancy with non-loadable mlx5Or Gerlitz2017-07-031-1/+1
* iucv: Convert sk_wmem_alloc accesses to refcount_t.David S. Miller2017-07-031-1/+1
* ctcm_fsms: Convert skb->user accesses to refcount_tDavid S. Miller2017-07-031-6/+6
* Merge branch 'bpf-misc-helper-verifier-improvements'David S. Miller2017-07-0310-208/+604
|\
| * bpf: add various test cases for verifier selftestDaniel Borkmann2017-07-031-0/+165
| * bpf, verifier: add additional patterns to evaluate_reg_imm_aluJohn Fastabend2017-07-031-0/+62
| * bpf: extend bpf_trace_printk to support %iJohn Fastabend2017-07-031-3/+4
| * bpf: export whether tail call has jited ownerDaniel Borkmann2017-07-031-1/+6
| * bpf: simplify narrower ctx accessDaniel Borkmann2017-07-035-195/+209
| * bpf: add bpf_skb_adjust_room helperDaniel Borkmann2017-07-033-7/+151
| * bpf, net: add skb_mac_header_len helperDaniel Borkmann2017-07-032-2/+7
|/
* net: cdc_mbim: apply "NDP to end" quirk to HP lt4132Tore Anderson2017-07-031-0/+7
* 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