| Commit message (Expand) | Author | Age | Files | Lines |
* | net/mlxfw: Properly handle dependancy with non-loadable mlx5 | Or Gerlitz | 2017-07-03 | 1 | -1/+1 |
* | iucv: Convert sk_wmem_alloc accesses to refcount_t. | David S. Miller | 2017-07-03 | 1 | -1/+1 |
* | ctcm_fsms: Convert skb->user accesses to refcount_t | David S. Miller | 2017-07-03 | 1 | -6/+6 |
* | Merge branch 'bpf-misc-helper-verifier-improvements' | David S. Miller | 2017-07-03 | 10 | -208/+604 |
|\ |
|
| * | bpf: add various test cases for verifier selftest | Daniel Borkmann | 2017-07-03 | 1 | -0/+165 |
| * | bpf, verifier: add additional patterns to evaluate_reg_imm_alu | John Fastabend | 2017-07-03 | 1 | -0/+62 |
| * | bpf: extend bpf_trace_printk to support %i | John Fastabend | 2017-07-03 | 1 | -3/+4 |
| * | bpf: export whether tail call has jited owner | Daniel Borkmann | 2017-07-03 | 1 | -1/+6 |
| * | bpf: simplify narrower ctx access | Daniel Borkmann | 2017-07-03 | 5 | -195/+209 |
| * | bpf: add bpf_skb_adjust_room helper | Daniel Borkmann | 2017-07-03 | 3 | -7/+151 |
| * | bpf, net: add skb_mac_header_len helper | Daniel Borkmann | 2017-07-03 | 2 | -2/+7 |
|/ |
|
* | net: cdc_mbim: apply "NDP to end" quirk to HP lt4132 | Tore Anderson | 2017-07-03 | 1 | -0/+7 |
* | Documentation: fix wrong example command | Matteo Croce | 2017-07-03 | 1 | -2/+2 |
* | vxlan: correctly set vxlan->net when creating the device in a netns | Sabrina Dubroca | 2017-07-03 | 1 | -3/+6 |
* | Merge branch 'hns-phy-loopback' | David S. Miller | 2017-07-03 | 5 | -71/+92 |
|\ |
|
| * | net: hns: Use phy_driver to setup Phy loopback | Lin Yun Sheng | 2017-07-03 | 2 | -71/+35 |
| * | net: phy: Add phy loopback support in net phy framework | Lin Yun Sheng | 2017-07-03 | 3 | -0/+57 |
|/ |
|
* | net/mlx5: fix memcpy limit? | Stephen Rothwell | 2017-07-03 | 1 | -1/+1 |
* | ipv6: dad: don't remove dynamic addresses if link is down | Sabrina Dubroca | 2017-07-03 | 1 | -9/+9 |
* | net: cdc_ncm: Reduce memory use when kernel memory low | Jim Baxter | 2017-07-03 | 2 | -12/+45 |
* | Merge branch 'qed-Add-iWARP-support-for-QL4xxxx' | David S. Miller | 2017-07-03 | 18 | -100/+3008 |
|\ |
|
| * | qed: Add iWARP support for physical queue allocation | Kalderon, Michal | 2017-07-03 | 1 | -0/+4 |
| * | qed: Add iWARP protocol support in context allocation | Kalderon, Michal | 2017-07-03 | 1 | -2/+11 |
| * | qed: iWARP CM add error handling | Kalderon, Michal | 2017-07-03 | 2 | -2/+190 |
| * | qed: iWARP implement disconnect flows | Kalderon, Michal | 2017-07-03 | 2 | -1/+91 |
| * | qed: iWARP CM add active side connect | Kalderon, Michal | 2017-07-03 | 4 | -12/+265 |
| * | qed: iWARP CM add passive side connect | Kalderon, Michal | 2017-07-03 | 9 | -20/+1039 |
| * | qed: iWARP CM add listener functions and initial SYN processing | Kalderon, Michal | 2017-07-03 | 4 | -3/+343 |
| * | qed: iWARP CM - setup a ll2 connection for handling SYN packets | Kalderon, Michal | 2017-07-03 | 2 | -3/+220 |
| * | qed: Add iWARP support in ll2 connections | Kalderon, Michal | 2017-07-03 | 2 | -2/+12 |
| * | qed: Rename some ll2 related defines | Kalderon, Michal | 2017-07-03 | 3 | -17/+16 |
| * | qed: Implement iWARP initialization, teardown and qp operations | Kalderon, Michal | 2017-07-03 | 11 | -40/+803 |
| * | qed: Introduce iWARP personality | Kalderon, Michal | 2017-07-03 | 7 | -27/+43 |
|/ |
|
* | bpf: fix to bpf_setsockops | Lawrence Brakmo | 2017-07-03 | 1 | -2/+1 |
* | Merge branch 'bpf-Add-support-for-sock_ops' | David S. Miller | 2017-07-02 | 25 | -26/+1218 |
|\ |
|
| * | bpf: update tools/include/uapi/linux/bpf.h | Lawrence Brakmo | 2017-07-02 | 1 | -1/+65 |
| * | bpf: Sample bpf program to set sndcwnd clamp | Lawrence Brakmo | 2017-07-02 | 2 | -0/+103 |
| * | bpf: Adds support for setting sndcwnd clamp | Lawrence Brakmo | 2017-07-02 | 2 | -0/+8 |
| * | bpf: Sample BPF program to set initial cwnd | Lawrence Brakmo | 2017-07-02 | 2 | -0/+89 |
| * | bpf: Adds support for setting initial cwnd | Lawrence Brakmo | 2017-07-02 | 2 | -1/+19 |
| * | bpf: Sample BPF program to set congestion control | Lawrence Brakmo | 2017-07-02 | 2 | -0/+84 |
| * | bpf: Add support for changing congestion control | Lawrence Brakmo | 2017-07-02 | 7 | -17/+58 |
| * | bpf: Sample BPF program to set buffer sizes | Lawrence Brakmo | 2017-07-02 | 2 | -0/+87 |
| * | bpf: Add TCP connection BPF callbacks | Lawrence Brakmo | 2017-07-02 | 4 | -1/+15 |
| * | bpf: Add setsockopt helper function to bpf | Lawrence Brakmo | 2017-07-02 | 3 | -2/+94 |
| * | bpf: Sample bpf program to set initial window | Lawrence Brakmo | 2017-07-02 | 2 | -0/+70 |
| * | bpf: Support for setting initial receive window | Lawrence Brakmo | 2017-07-02 | 4 | -2/+28 |
| * | bpf: Sample bpf program to set SYN/SYN-ACK RTOs | Lawrence Brakmo | 2017-07-02 | 2 | -0/+70 |
| * | bpf: Support for per connection SYN/SYN-ACK RTOs | Lawrence Brakmo | 2017-07-02 | 4 | -2/+17 |
| * | bpf: program to load and attach sock_ops BPF progs | Lawrence Brakmo | 2017-07-02 | 2 | -0/+100 |