aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-07-16docs: networking: Add failover docs to indexTobin C. Harding
2018-07-16Merge branch 'hns3-next'David S. Miller
2018-07-16net: hns3: Fix comments for hclge_get_ring_chain_from_mbxFuyun Liang
2018-07-16net: hns3: Fix for using wrong mask and shift in hclge_get_ring_chain_from_mbxFuyun Liang
2018-07-16net: hns3: Fix for reset_level default assignment probelmYunsheng Lin
2018-07-16net: hns3: remove unnecessary ring configuration operation while resettingHuazhong Tan
2018-07-16net: hns3: Fix return value error in hns3_reset_notify_down_enetHuazhong Tan
2018-07-16net: hns3: Correct reset event status registerHuazhong Tan
2018-07-16net: hns3: Prevent to request reset frequentlyHuazhong Tan
2018-07-16net: hns3: Reset net device with rtnl_lockHuazhong Tan
2018-07-16net: hns3: Modify the order of initializing command queue registerHuazhong Tan
2018-07-16Merge branch 'TLS-offload-rx-netdev-and-mlx5'David S. Miller
2018-07-16net/mlx5e: IPsec, fix byte count in CQEBoris Pismenny
2018-07-16net/mlx5: Accel, add common metadata functionsBoris Pismenny
2018-07-16net/mlx5e: TLS, build TLS netdev from capabilitiesBoris Pismenny
2018-07-16net/mlx5e: TLS, add software statisticsBoris Pismenny
2018-07-16net/mlx5e: TLS, add Innova TLS rx data pathBoris Pismenny
2018-07-16net/mlx5e: TLS, add innova rx supportBoris Pismenny
2018-07-16net/mlx5: Accel, add TLS rx offload routinesBoris Pismenny
2018-07-16net/mlx5e: TLS, refactor variable namesBoris Pismenny
2018-07-16tls: Fix zerocopy_from_iter iov handlingBoris Pismenny
2018-07-16tls: Add rx inline crypto offloadBoris Pismenny
2018-07-16tls: Fill software context without allocationBoris Pismenny
2018-07-16tls: Split tls_sw_release_resources_rxBoris Pismenny
2018-07-16tls: Split decrypt_skb to two functionsBoris Pismenny
2018-07-16tls: Refactor tls_offload variable namesBoris Pismenny
2018-07-16tcp: Don't coalesce decrypted and encrypted SKBsBoris Pismenny
2018-07-16net: Add TLS rx resync NDOBoris Pismenny
2018-07-16net: Add TLS RX offload featureIlya Lesokhin
2018-07-16net: Add decrypted field to skbBoris Pismenny
2018-07-16Merge branch 'mvpp2-add-debugfs-interface'David S. Miller
2018-07-16net: mvpp2: debugfs: add classifier hit countersMaxime Chevallier
2018-07-16net: mvpp2: debugfs: add entries for classifier flowsMaxime Chevallier
2018-07-16net: mvpp2: debugfs: add hit counter stats for Header Parser entriesMaxime Chevallier
2018-07-16net: mvpp2: add a debugfs interface for the Header ParserMaxime Chevallier
2018-07-16net: mvpp2: switch to SPDX identifiersAntoine Tenart
2018-07-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2018-07-15Merge branch 'bpf-tcp-listen-cb'Daniel Borkmann
2018-07-15selftests/bpf: Test case for BPF_SOCK_OPS_TCP_LISTEN_CBAndrey Ignatov
2018-07-15selftests/bpf: Better verification in test_tcpbpfAndrey Ignatov
2018-07-15selftests/bpf: Switch test_tcpbpf_user to cgroup_helpersAndrey Ignatov
2018-07-15selftests/bpf: Fix const'ness in cgroup_helpersAndrey Ignatov
2018-07-15bpf: Sync bpf.h to tools/Andrey Ignatov
2018-07-15bpf: Add BPF_SOCK_OPS_TCP_LISTEN_CBAndrey Ignatov
2018-07-14Merge branch 'mlxsw-VRRP'David S. Miller
2018-07-14mlxsw: spectrum_router: Optimize processing of VRRP MACsIdo Schimmel
2018-07-14mlxsw: spectrum: Add VRRP trapsIdo Schimmel
2018-07-14mlxsw: spectrum_router: Direct macvlans' MACs to routerIdo Schimmel
2018-07-14mlxsw: spectrum: Enable macvlan upper devicesIdo Schimmel
2018-07-14tcp: remove redundant rcv_nxt updateYafang Shao