| Age | Commit message (Expand) | Author | Files | Lines |
| 2017-06-29 | bpf: Add syscall lookup support for fd array and htab | Martin KaFai Lau | 1 | -0/+3 |
| 2017-06-27 | net/mlx5e: IPSec, Innova IPSec offload infrastructure | Ilan Tayari | 2 | -4/+18 |
| 2017-06-27 | net/mlx5: Accel, Add IPSec acceleration interface | Ilan Tayari | 1 | -0/+67 |
| 2017-06-27 | net/mlx5: FPGA, Add SBU infrastructure | Ilan Tayari | 4 | -0/+18 |
| 2017-06-27 | net/mlx5: FPGA, Add SBU bypass and reset flows | Ilan Tayari | 1 | -0/+9 |
| 2017-06-27 | net/mlx5: FPGA, Add FW commands for FPGA QPs | Ilan Tayari | 2 | -0/+204 |
| 2017-06-27 | net/mlx5: Add support for multiple RoCE enable | Ilan Tayari | 1 | -0/+1 |
| 2017-06-27 | net/mlx5: Add reserved-gids support | Ilan Tayari | 1 | -0/+17 |
| 2017-06-25 | net: Remove ndo_dfwd_start_xmit | Mintz, Yuval | 1 | -9/+0 |
| 2017-06-23 | net: phy: Support "internal" PHY interface | Florian Fainelli | 1 | -0/+3 |
| 2017-06-23 | Merge tag 'mlx5-updates-2017-06-23' of git://git.kernel.org/pub/scm/linux/ker... | David S. Miller | 3 | -3/+106 |
| 2017-06-23 | bpf: possibly avoid extra masking for narrower load in verifier | Yonghong Song | 2 | -2/+12 |
| 2017-06-23 | xdp: add reporting of offload mode | Jakub Kicinski | 1 | -3/+4 |
| 2017-06-23 | xdp: add HW offload mode flag for installing programs | Jakub Kicinski | 1 | -0/+1 |
| 2017-06-23 | xdp: pass XDP flags into install handlers | Jakub Kicinski | 1 | -0/+1 |
| 2017-06-22 | net/mlx5: Fix offset of hca cap reserved field | Or Gerlitz | 1 | -1/+1 |
| 2017-06-22 | net/mlx5: Enhance MCAM reg to allow query on access reg support | Or Gerlitz | 2 | -0/+16 |
| 2017-06-22 | net/mlx5: Add MCC (Management Component Control) register definitions | Or Gerlitz | 2 | -0/+85 |
| 2017-06-22 | net/mlx5e: Add header re-write offloading of IPv6 hop-limit | Or Gerlitz | 1 | -0/+1 |
| 2017-06-22 | net/mlx5e: Offload TC matching on ip ttl | Or Gerlitz | 1 | -2/+3 |
| 2017-06-22 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 4 | -30/+30 |
| 2017-06-21 | qed*: Rename qed_roce_if.h to qed_rdma_if.h | Kalderon, Michal | 1 | -2/+2 |
| 2017-06-21 | qede: Fix compilation without QED_RDMA | Chad Dupuis | 1 | -1/+1 |
| 2017-06-20 | net: introduce __skb_put_[zero, data, u8] | yuan linyu | 1 | -0/+22 |
| 2017-06-20 | qed*: Set rdma generic functions prefix | Michal Kalderon | 1 | -18/+19 |
| 2017-06-20 | qed*: qede_roce.[ch] -> qede_rdma.[ch] | Michal Kalderon | 1 | -0/+5 |
| 2017-06-20 | qed: Chain support for external PBL | Mintz, Yuval | 2 | -1/+9 |
| 2017-06-19 | mm: larger stack guard gap, between vmas | Hugh Dickins | 1 | -28/+25 |
| 2017-06-16 | Merge tag 'mlx5-updates-2017-06-16' of git://git.kernel.org/pub/scm/linux/ker... | David S. Miller | 3 | -7/+16 |
| 2017-06-16 | net: Add IFLA_XDP_PROG_ID | Martin KaFai Lau | 1 | -2/+5 |
| 2017-06-16 | networking: add and use skb_put_u8() | Johannes Berg | 1 | -0/+5 |
| 2017-06-16 | networking: make skb_push & __skb_push return void pointers | Johannes Berg | 2 | -5/+4 |
| 2017-06-16 | networking: make skb_pull & friends return void pointers | Johannes Berg | 1 | -7/+7 |
| 2017-06-16 | networking: make skb_put & friends return void pointers | Johannes Berg | 1 | -4/+4 |
| 2017-06-16 | networking: introduce and use skb_put_data() | Johannes Berg | 2 | -1/+11 |
| 2017-06-16 | Merge tag 'configfs-for-4.12' of git://git.infradead.org/users/hch/configfs | Linus Torvalds | 1 | -1/+2 |
| 2017-06-16 | Merge branch 'for-linus' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -0/+2 |
| 2017-06-16 | Merge branch 'dmi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -1/+1 |
| 2017-06-16 | net/mlx5: Add fast unload support in shutdown flow | Majd Dibbiny | 1 | -3/+11 |
| 2017-06-16 | net/mlx5: Expose command polling interface | Majd Dibbiny | 1 | -0/+3 |
| 2017-06-16 | net/mlx5e: Move and optimize query out of buffer function | Gal Pressman | 1 | -2/+0 |
| 2017-06-16 | net/mlx5: Fix some spelling mistakes | Or Gerlitz | 1 | -2/+2 |
| 2017-06-15 | skbuff: make skb_put_zero() return void | Johannes Berg | 1 | -2/+2 |
| 2017-06-15 | tls: kernel TLS support | Dave Watson | 1 | -0/+1 |
| 2017-06-15 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 10 | -18/+51 |
| 2017-06-15 | firmware: dmi_scan: Make dmi_walk and dmi_walk_early return real error codes | Andy Lutomirski | 1 | -1/+1 |
| 2017-06-15 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 1 | -5/+10 |
| 2017-06-14 | block: Fix a blk_exit_rl() regression | Bart Van Assche | 1 | -0/+2 |
| 2017-06-14 | net: update undefined ->ndo_change_mtu() comment | Magnus Damm | 1 | -2/+1 |
| 2017-06-14 | bpf: permits narrower load from bpf program context fields | Yonghong Song | 2 | -1/+2 |