aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/fib_semantics.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2019-01-27tcp: Refactor pingpong codeWei Wang9-18/+35
2019-01-27net: ipv4: ip_input: fix blank line coding style issuesYang Wei1-1/+1
2019-01-27net: phy: at803x: Use helpers to access MMD PHY registersCarlo Caione1-13/+3
2019-01-26net: lmc: remove -I. header search pathMasahiro Yamada1-1/+1
2019-01-26atheros: atl2: replace dev_kfree_skb_any() by dev_consume_skb_any()Yang Wei1-1/+1
2019-01-26ip_gre: Refactor collect metatdata mode tunnel xmit to ip_md_tunnel_xmitwenxu1-93/+19
2019-01-26ip_tunnel: Fix route fl4 init in ip_md_tunnel_xmitwenxu1-2/+3
2019-01-26ip_tunnel: Add tnl_update_pmtu in ip_md_tunnel_xmitwenxu3-12/+29
2019-01-26ip_tunnel: Add ip tunnel dst_cache in ip_md_tunnel_xmitwenxu1-5/+15
2019-01-26lan743x: Provide Read/Write Access to on chip OTPBryan Whitehead2-52/+182
2019-01-26net: hns3: don't allow vf to enable promisc modeJian Shen2-18/+21
2019-01-26net: hns3: add initialization for nic stateJian Shen1-2/+4
2019-01-26net: hns3: add 8 BD limit for tx flowPeng Li1-1/+27
2019-01-26net: hns3: call hns3_nic_set_real_num_queue with netdev downYunsheng Lin2-12/+13
2019-01-26net: hns3: remove dcb_ops->map_update in hclge_dcbYunsheng Lin3-14/+6
2019-01-26net: hns3: do reinitialization while mqprio configuration changedYunsheng Lin2-17/+21
2019-01-26net: hns3: After setting the loopback, add the status of getting MACliuzhongzhu1-1/+22
2019-01-26net: hns3: fix broadcast promisc issue for revision 0x20Jian Shen2-3/+11
2019-01-26net: hns3: fix return value handle issue for hclge_set_loopback()Jian Shen2-4/+7
2019-01-26net: hns3: add error handling in hclge_ieee_setetsYunsheng Lin1-2/+13
2019-01-26net: hns3: clear pci private data when unload hns3 driverJian Shen1-0/+1
2019-01-26net: hns3: don't update packet statistics for packets dropped by hardwareJian Shen1-3/+0
2019-01-26r8169: enable EEE per default on RTL8168fHeiner Kallweit1-33/+2
2019-01-26r8169: add EEE support for RTL8168fHeiner Kallweit1-0/+47
2019-01-26Documentation: net: phy: switch documentation to rst formatHeiner Kallweit3-429/+448
2019-01-25tcp: allow zerocopy with fastopenWillem de Bruijn3-7/+6
2019-01-25ptp: fix debugfs_simple_attr.cocci warningsYueHaibing1-8/+8
2019-01-25r8169: enable EEE per default on chip versions from RTL8168gHeiner Kallweit1-0/+14
2019-01-25r8169: add general EEE support for chip versions from RTL8168gHeiner Kallweit1-10/+192
2019-01-25selftests: net: ip_defrag: cover new IPv6 defrag behaviorPeter Oskolkov2-34/+51
2019-01-25net: IP6 defrag: use rbtrees in nf_conntrack_reasm.cPeter Oskolkov1-189/+71
2019-01-25net: IP6 defrag: use rbtrees for IPv6 defragPeter Oskolkov2-173/+71
2019-01-25net: IP defrag: encapsulate rbtree defrag code into callable functionsPeter Oskolkov3-264/+334
2019-01-25s390/qeth: remove VLAN tracking for L2 devicesJulian Wiedmann4-63/+18
2019-01-25s390/qeth: detach netdevice while card is offlineJulian Wiedmann4-102/+20
2019-01-25s390/qeth: delay netdevice registrationJulian Wiedmann3-40/+43
2019-01-25s390/qeth: remove TX disable from online pathJulian Wiedmann2-3/+0
2019-01-25s390/qeth: register MAC address earlierJulian Wiedmann1-8/+12
2019-01-25s390/qeth: consolidate open/stop netdev opsJulian Wiedmann4-124/+84
2019-01-25s390/qeth: remove bogus netif_wake_queue()Julian Wiedmann1-2/+0
2019-01-25s390/qeth: streamline TX buffer managementJulian Wiedmann1-19/+14
2019-01-25Documentation: net: phy: reflect latest changes to phylib APIHeiner Kallweit1-8/+10
2019-01-25qed: Revert error handling changes.David S. Miller18-743/+202
2019-01-25net/mlx5e: Reuse fold sw stats in representorsSaeed Mahameed3-27/+10
2019-01-25net/mlx5e: Present the representors SW stats when state is not openedTariq Toukan1-10/+7
2019-01-25net/mlx5e: Separate between ethtool and netdev software stats foldingSaeed Mahameed3-12/+25
2019-01-25net/mlx5: Add trace points for flow tables create/destroyOr Gerlitz3-0/+39
2019-01-25net/mlx5e: Return the allocated flow directly from __mlx5e_add_fdb_flowJason Gunthorpe1-15/+14
2019-01-25net/mlx5e: Expand XPS cpumask to cover all online cpusMoshe Shemesh2-2/+33
2019-01-25net/mlx5e: Take CQ decompress fields into a separate structureTariq Toukan2-61/+81