aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-05-01tcp: send in-queue bytes in cmsg upon readSoheil Hassas Yeganeh3-5/+43
2018-05-01Merge branch 'hns3-fixes'David S. Miller7-74/+153
2018-05-01net: hns3: Remove packet statistics in the range of 8192~12287Xi Wang2-10/+6
2018-05-01net: hns3: Fix for packet loss due wrong filter config in VLAN tblsYunsheng Lin3-24/+70
2018-05-01net: hns3: fix a dead loop in hclge_cmd_csq_cleanHuazhong Tan1-0/+19
2018-05-01net: hns3: Fix to support autoneg only for port attached with phyFuyun Liang1-6/+6
2018-05-01net: hns3: fix for phy_addr error in hclge_mac_mdio_configHuazhong Tan2-7/+12
2018-05-01net: hns3: Fixes the error legs in hclge_init_ae_dev functionHuazhong Tan1-21/+34
2018-05-01net: hns3: Fixes the out of bounds access in hclge_map_tqpHuazhong Tan1-2/+5
2018-05-01net: hns3: fix to correctly fetch l4 protocol outer headerHuazhong Tan1-1/+1
2018-05-01net: hns3: Remove error log when getting pfc stats failsYunsheng Lin1-4/+1
2018-05-01connector: add parent pid and tgid to coredump and exit eventsStefan Strogin2-0/+8
2018-05-01net: core: Inline netdev_features_size_check()Florian Fainelli2-7/+2
2018-05-01udp: disable gso with no_check_txWillem de Bruijn2-0/+8
2018-05-01cls_flower: Support multiple masks per priorityPaul Blakey1-101/+174
2018-05-01Merge branch 'sctp-unify-sctp_make_op_error_fixed-and-sctp_make_op_error_space'David S. Miller2-84/+52
2018-05-01sctp: add sctp_make_op_error_limited and reuse inner functionsMarcelo Ricardo Leitner1-84/+46
2018-05-01sctp: allow sctp_init_cause to return errorsMarcelo Ricardo Leitner2-4/+10
2018-05-01Merge branch 'net-stmmac-dwmac-meson-100M-phy-mode-support-for-AXG-SoC'David S. Miller2-16/+105
2018-05-01net: stmmac: dwmac-meson: extend phy mode settingYixun Lan1-16/+104
2018-05-01dt-bindings: net: meson-dwmac: new compatible name for AXG SoCYixun Lan1-0/+1
2018-05-01Merge branch 'netns-uevent-filtering'David S. Miller1-52/+126
2018-05-01netns: restrict ueventsChristian Brauner1-42/+95
2018-05-01uevent: add alloc_uevent_skb() helperChristian Brauner1-13/+34
2018-05-01Merge branch 'tls-offload-netdev-and-mlx5-support'David S. Miller43-191/+3355
2018-05-01MAINTAINERS: Update TLS maintainersBoris Pismenny1-1/+1
2018-05-01MAINTAINERS: Update mlx5 innova driver maintainersBoris Pismenny1-13/+4
2018-05-01net/mlx5e: TLS, Add error statisticsIlya Lesokhin8-10/+178
2018-05-01net/mlx5e: TLS, Add Innova TLS TX offload data pathIlya Lesokhin10-16/+455
2018-05-01net/mlx5e: TLS, Add Innova TLS TX supportIlya Lesokhin5-0/+254
2018-05-01net/mlx5: Accel, Add TLS tx offload interfaceIlya Lesokhin9-18/+878
2018-05-01net/mlx5e: Move defines out of ipsec codeIlya Lesokhin4-7/+6
2018-05-01net/tls: Add generic NIC offload infrastructureIlya Lesokhin6-5/+1332
2018-05-01net/tls: Split conf to rx + txBoris Pismenny3-129/+163
2018-05-01net: Add TLS TX offload featuresIlya Lesokhin2-0/+3
2018-05-01net: Add TLS offload netdev opsIlya Lesokhin1-0/+24
2018-05-01net: Add Software fallback infrastructure for socket dependent offloadsIlya Lesokhin3-0/+28
2018-05-01net: Rename and export copy_skb_headerIlya Lesokhin2-4/+6
2018-05-01tcp: Add clean acked data hookIlya Lesokhin3-0/+35
2018-05-01Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queueDavid S. Miller21-129/+401
2018-04-30Merge branch 'mlxsw-SPAN-Support-routes-pointing-at-bridges'David S. Miller10-36/+326
2018-04-30mlxsw: spectrum_span: Allow bridge for gretap mirrorPetr Machata2-6/+90
2018-04-30mlxsw: Respin SPAN on switchdev eventsPetr Machata1-4/+59
2018-04-30mlxsw: spectrum: Register SPAN before switchdevPetr Machata1-12/+12
2018-04-30mlxsw: spectrum_switchdev: Publish two functionsPetr Machata2-1/+51
2018-04-30mlxsw: spectrum: Extract mlxsw_sp_stp_spms_state()Petr Machata2-13/+14
2018-04-30net: bridge: Publish bridge accessor functionsPetr Machata4-0/+100
2018-04-30i40e: use %pI4b instead of byte swapping before dev_errJacob Keller1-4/+2
2018-04-30i40e/i40evf: take into account queue map from vf when handling queuesHarshitha Ramamurthy3-13/+99
2018-04-30i40e: avoid overflow in i40e_ptp_adjfreq()Jacob Keller2-15/+28