| Commit message (Expand) | Author | Files | Lines |
2017-07-03 | vxlan: correctly set vxlan->net when creating the device in a netns | Sabrina Dubroca | 1 | -3/+6 |
2017-07-03 | net: hns: Use phy_driver to setup Phy loopback | Lin Yun Sheng | 2 | -71/+35 |
2017-07-03 | net: phy: Add phy loopback support in net phy framework | Lin Yun Sheng | 3 | -0/+57 |
2017-07-03 | net/mlx5: fix memcpy limit? | Stephen Rothwell | 1 | -1/+1 |
2017-07-03 | ipv6: dad: don't remove dynamic addresses if link is down | Sabrina Dubroca | 1 | -9/+9 |
2017-07-03 | net: cdc_ncm: Reduce memory use when kernel memory low | Jim Baxter | 2 | -12/+45 |
2017-07-03 | qed: Add iWARP support for physical queue allocation | Kalderon, Michal | 1 | -0/+4 |
2017-07-03 | qed: Add iWARP protocol support in context allocation | Kalderon, Michal | 1 | -2/+11 |
2017-07-03 | qed: iWARP CM add error handling | Kalderon, Michal | 2 | -2/+190 |
2017-07-03 | qed: iWARP implement disconnect flows | Kalderon, Michal | 2 | -1/+91 |
2017-07-03 | qed: iWARP CM add active side connect | Kalderon, Michal | 4 | -12/+265 |
2017-07-03 | qed: iWARP CM add passive side connect | Kalderon, Michal | 9 | -20/+1039 |
2017-07-03 | qed: iWARP CM add listener functions and initial SYN processing | Kalderon, Michal | 4 | -3/+343 |
2017-07-03 | qed: iWARP CM - setup a ll2 connection for handling SYN packets | Kalderon, Michal | 2 | -3/+220 |
2017-07-03 | qed: Add iWARP support in ll2 connections | Kalderon, Michal | 2 | -2/+12 |
2017-07-03 | qed: Rename some ll2 related defines | Kalderon, Michal | 3 | -17/+16 |
2017-07-03 | qed: Implement iWARP initialization, teardown and qp operations | Kalderon, Michal | 11 | -40/+803 |
2017-07-03 | qed: Introduce iWARP personality | Kalderon, Michal | 7 | -27/+43 |
2017-07-03 | bpf: fix to bpf_setsockops | Lawrence Brakmo | 1 | -2/+1 |
2017-07-02 | bpf: update tools/include/uapi/linux/bpf.h | Lawrence Brakmo | 1 | -1/+65 |
2017-07-02 | bpf: Sample bpf program to set sndcwnd clamp | Lawrence Brakmo | 2 | -0/+103 |
2017-07-02 | bpf: Adds support for setting sndcwnd clamp | Lawrence Brakmo | 2 | -0/+8 |
2017-07-02 | bpf: Sample BPF program to set initial cwnd | Lawrence Brakmo | 2 | -0/+89 |
2017-07-02 | bpf: Adds support for setting initial cwnd | Lawrence Brakmo | 2 | -1/+19 |
2017-07-02 | bpf: Sample BPF program to set congestion control | Lawrence Brakmo | 2 | -0/+84 |
2017-07-02 | bpf: Add support for changing congestion control | Lawrence Brakmo | 7 | -17/+58 |
2017-07-02 | bpf: Sample BPF program to set buffer sizes | Lawrence Brakmo | 2 | -0/+87 |
2017-07-02 | bpf: Add TCP connection BPF callbacks | Lawrence Brakmo | 4 | -1/+15 |
2017-07-02 | bpf: Add setsockopt helper function to bpf | Lawrence Brakmo | 3 | -2/+94 |
2017-07-02 | bpf: Sample bpf program to set initial window | Lawrence Brakmo | 2 | -0/+70 |
2017-07-02 | bpf: Support for setting initial receive window | Lawrence Brakmo | 4 | -2/+28 |
2017-07-02 | bpf: Sample bpf program to set SYN/SYN-ACK RTOs | Lawrence Brakmo | 2 | -0/+70 |
2017-07-02 | bpf: Support for per connection SYN/SYN-ACK RTOs | Lawrence Brakmo | 4 | -2/+17 |
2017-07-02 | bpf: program to load and attach sock_ops BPF progs | Lawrence Brakmo | 2 | -0/+100 |
2017-07-02 | bpf: BPF support for sock_ops | Lawrence Brakmo | 9 | -3/+314 |
2017-07-02 | sctp: Add peeloff-flags socket option | Neil Horman | 2 | -15/+78 |
2017-07-02 | sfc: correct comment on efx_mcdi_process_event | Edward Cree | 1 | -1/+1 |
2017-07-02 | sfc: change Unknown MCDI event message to print full event. | Jon Cooper | 1 | -2/+3 |
2017-07-01 | net/mlx5: fix spelling mistake: "Allodating" -> "Allocating" | Colin Ian King | 1 | -1/+1 |
2017-07-01 | arm: sunxi: Revert changes merged through net-next. | Maxime Ripard | 14 | -175/+1 |
2017-07-01 | datapath: Avoid using stack larger than 1024. | Tonghao Zhang | 1 | -23/+58 |
2017-07-01 | sctp: remove the typedef sctp_init_chunk_t | Xin Long | 7 | -27/+27 |
2017-07-01 | sctp: remove the typedef sctp_inithdr_t | Xin Long | 4 | -13/+13 |
2017-07-01 | sctp: remove the typedef sctp_data_chunk_t | Xin Long | 6 | -10/+10 |
2017-07-01 | sctp: remove the typedef sctp_datahdr_t | Xin Long | 2 | -8/+11 |
2017-07-01 | sctp: remove the typedef sctp_param_action_t | Xin Long | 1 | -2/+2 |
2017-07-01 | sctp: remove the typedef sctp_param_t | Xin Long | 3 | -11/+9 |
2017-07-01 | sctp: remove the typedef sctp_paramhdr_t | Xin Long | 10 | -71/+79 |
2017-07-01 | sctp: remove the typedef sctp_cid_action_t | Xin Long | 1 | -2/+2 |
2017-07-01 | sctp: remove the typedef sctp_cid_t | Xin Long | 7 | -14/+16 |