aboutsummaryrefslogtreecommitdiffstats
path: root/net/hsr (unfollow)
AgeCommit message (Expand)AuthorFilesLines
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-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-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-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-04selftests: forwarding: mirror_vlan: Change test descriptionPetr Machata1-1/+1
2018-06-04selftests: forwarding: mirror_vlan: Uninstall trapPetr Machata1-1/+1
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-03vlan: use non-archaic spelling of failesThadeu Lima de Souza Cascardo1-2/+2
2018-06-03net: axienet: remove stale comment of axienet_openYueHaibing1-1/+0
2018-06-03net/ncsi: Avoid GFP_KERNEL in response handlerSamuel Mendoza-Jonas1-2/+2
2018-06-03net: netcp: ethss: remove unnecessary pointer set to NULLYueHaibing1-1/+0
2018-06-03net/smc: fix error return code in smc_setsockopt()Wei Yongjun1-1/+1
2018-06-03net/mlx5: Make function mlx5_fpga_tls_send_teardown_cmd() staticWei Yongjun1-2/+2
2018-06-03hv_netvsc: fix error return code in netvsc_probe()Wei Yongjun1-1/+3
2018-06-03net: phy: consider PHY_IGNORE_INTERRUPT in state machine PHY_NOLINK handlingHeiner Kallweit1-1/+1
2018-06-03netfilter: nf_tables: handle chain name lookups via rhltableFlorian Westphal2-16/+104
2018-06-03netfilter: nf_tables: add connlimit supportPablo Neira Ayuso4-1/+327
2018-06-03netfilter: nf_tables: add destroy_clone expressionPablo Neira Ayuso3-2/+13
2018-06-03netfilter: nf_tables: garbage collection for stateful expressionsPablo Neira Ayuso3-2/+32
2018-06-03netfilter: nf_tables: pass ctx to nf_tables_expr_destroy()Pablo Neira Ayuso2-4/+16
2018-06-03netfilter: nf_conncount: expose connection list interfacePablo Neira Ayuso2-13/+34
2018-06-03netfilter: nf_tables: pass context to object destroy indirectionPablo Neira Ayuso4-9/+12
2018-06-03netfilter: Libify xt_TPROXYMáté Eckl9-339/+436
2018-06-03netfilter: Decrease code duplication regarding transparent socket optionMáté Eckl4-29/+6
2018-06-02mm: fix the NULL mapping case in __isolate_lru_page()Hugh Dickins1-1/+1