summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-06-04net: hns: Fix the process of adding broadcast addresses to tcamXi Wang1-5/+18
2018-06-04net: sched: return error code when tcf proto is not foundVlad Buslov1-2/+2
2018-06-04team: use netdev_features_t instead of u32Dan Carpenter1-1/+2
2018-06-04net_failover: Use netdev_features_t instead of u32Dan Carpenter1-1/+2
2018-06-04qed: use dma_zalloc_coherent instead of allocator/memsetYueHaibing1-4/+3
2018-06-04wan/fsl_ucc_hdlc: use dma_zalloc_coherent instead of allocator/memsetYueHaibing1-7/+4
2018-06-04Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller15-147/+102
2018-06-04docs: networking: fix minor typos in various documentation filesOlivier Gayot8-16/+16
2018-06-04net: do not allow changing SO_REUSEADDR/SO_REUSEPORT on bound socketsMaciej Żenczykowski1-1/+14
2018-06-04net-tcp: extend tcp_tw_reuse sysctl to enable loopback only optimizationMaciej Żenczykowski3-7/+43
2018-06-04qed: Add srq core support for RoCE and iWARPYuval Bason9-8/+234
2018-06-04Merge branch 'bnx2-warnings'David S. Miller1-22/+22
2018-06-04net: ethernet: bnx2: Replace NULL comparisonVarsha Rao1-21/+21
2018-06-04net: ethernet: bnx2: Remove extra parenthesesVarsha Rao1-1/+1
2018-06-04net: gemini: fix spelling mistake: "it" -> "is"YueHaibing1-3/+3
2018-06-04cls_flower: Fix comparing of old filter mask with new filterPaul Blakey1-1/+1
2018-06-04cls_flower: Fix missing free of rhashtablePaul Blakey1-0/+2
2018-06-04net: skbuff.h: drop unneeded <linux/slab.h>Randy Dunlap1-2/+0
2018-06-04net: chelsio: Use zeroing memory allocator instead of allocator/memsetYueHaibing3-10/+3
2018-06-04rxrpc: Fix handling of call quietly cancelled out on serverDavid Howells5-3/+53
2018-06-04Allow ethtool to change tun link settingsChas Williams1-2/+25
2018-06-04Merge branch 'sh_eth-fix-and-clean-up-sh_eth_soft_swap'David S. Miller2-12/+11
2018-06-04sh_eth: use DIV_ROUND_UP() in sh_eth_soft_swap()Sergei Shtylyov1-1/+1
2018-06-04sh_eth: uninline sh_eth_soft_swap()Sergei Shtylyov2-12/+11
2018-06-04sh_eth: make sh_eth_soft_swap() work on ARMSergei Shtylyov1-1/+1
2018-06-04Merge branch 'mlxsw-Fixes-in-offloading-of-mirror-to-gretap'David S. Miller2-2/+4
2018-06-04mlxsw: spectrum_span: Suppress VLAN on BRIDGE_VLAN_INFO_UNTAGGEDPetr Machata1-1/+3
2018-06-04mlxsw: spectrum_switchdev: Postpone respin on object deletionPetr Machata1-1/+1
2018-06-04ipv6: omit traffic class when calculating flow hashMichal Kubecek3-3/+8
2018-06-04Revert "ipv6: omit traffic class when calculating flow hash"David S. Miller3-8/+3
2018-06-04ipv6: omit traffic class when calculating flow hashMichal Kubecek3-3/+8
2018-06-04net: mvpp2: mvpp2_percpu_read_relaxed() can be statickbuild test robot1-1/+1
2018-06-04net/packet: refine check for priv area sizeEric Dumazet1-1/+1
2018-06-04net: aquantia: make function aq_fw2x_get_mac_permanent staticColin Ian King1-1/+1
2018-06-04MAINTAINERS: TCP gets its first maintainerEric Dumazet1-0/+13
2018-06-04vrf: check the original netdevice for generating redirectStephen Suryaputra2-1/+8
2018-06-04net: ethernet: mlx4: Remove unnecessary parenthesesVarsha Rao1-2/+2
2018-06-04net: stmmac: Add Flexible PPS supportJose Abreu10-3/+145
2018-06-04Merge branch 'qed-next'David S. Miller2-2/+4
2018-06-04qed: Fix use of incorrect shmem address.Sudarsana Reddy Kalluru1-2/+3
2018-06-04qed: Fix shared memory inconsistency between driver and the MFW.Sudarsana Reddy Kalluru1-0/+1
2018-06-04Merge branch 'selftests-mirror_vlan-fixes'David S. Miller1-2/+2
2018-06-04selftests: forwarding: mirror_vlan: Change test descriptionPetr Machata1-1/+1
2018-06-04selftests: forwarding: mirror_vlan: Uninstall trapPetr Machata1-1/+1
2018-06-04Merge branch 'selftests-net-various'David S. Miller6-4/+581
2018-06-04selftests/net: add packet socket packet_snd testWillem de Bruijn4-2/+498
2018-06-04selftests/net: udpgso: test small gso_size boundary conditionsWillem de Bruijn1-2/+75
2018-06-04selftests/net: enable msg_zerocopy testWillem de Bruijn2-1/+9
2018-06-04net: virtio: simplify the virtnet_find_vqsTonghao Zhang1-5/+1
2018-06-03Merge tag 'wireless-drivers-next-for-davem-2018-05-31' of git://git.kernel.or...David S. Miller133-1157/+2282