aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/i40e/i40e_client.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2019-01-17vxlan: changelink: Delete remote after updatePetr Machata1-9/+8
2019-01-17vxlan: changelink: Postpone vxlan_config_apply()Petr Machata1-21/+14
2019-01-17vxlan: changelink: Inline vxlan_dev_configure()Petr Machata1-1/+5
2019-01-17vxlan: Allow vetoing of FDB notificationsPetr Machata1-18/+46
2019-01-17vxlan: Have vxlan_fdb_replace() save original rdst valuePetr Machata1-2/+4
2019-01-17vxlan: Split vxlan_fdb_update() in twoPetr Machata1-61/+97
2019-01-17vxlan: Move up vxlan_fdb_free(), vxlan_fdb_destroy()Petr Machata1-30/+29
2019-01-17tcp: less aggressive window probing on local congestionYuchung Cheng1-15/+7
2019-01-17tcp: retry more conservatively on local congestionYuchung Cheng1-5/+3
2019-01-17tcp: simplify window probe aborting on USER_TIMEOUTYuchung Cheng1-7/+7
2019-01-17tcp: create a helper to model exponential backoffYuchung Cheng1-13/+18
2019-01-17tcp: properly track retry time on passive Fast OpenYuchung Cheng1-0/+3
2019-01-17tcp: always set retrans_stamp on recoveryYuchung Cheng2-25/+7
2019-01-17tcp: always timestamp on every skb transmissionYuchung Cheng1-8/+8
2019-01-17tcp: exit if nothing to retransmit on RTO timeoutYuchung Cheng1-4/+2
2019-01-17net: phy: micrel: use phy_read_mmd and phy_write_mmdHeiner Kallweit1-32/+11
2019-01-17davicom: Annotate implicit fall through in dm9000_set_ioMathieu Malaterre1-0/+1
2019-01-17net/ipv6/udp_tunnel: prefer SO_BINDTOIFINDEX over SO_BINDTODEVICEDavid Herrmann1-12/+3
2019-01-17net/ipv4/udp_tunnel: prefer SO_BINDTOIFINDEX over SO_BINDTODEVICEDavid Herrmann1-12/+3
2019-01-17net: introduce SO_BINDTOIFINDEX sockoptDavid Herrmann9-10/+52
2019-01-17tls: Fix recvmsg() to be able to peek across multiple recordsVakul Garg2-71/+198
2019-01-17net: dsa: lantiq_gswip: drop bogus drvdata checkJohan Hovold1-3/+0
2019-01-17net: dsa: lantiq_gswip: fix OF child-node lookupsJohan Hovold1-7/+9
2019-01-17net: dsa: lantiq_gswip: fix use-after-free on failed probeJohan Hovold1-1/+4
2019-01-17sfc: extend MTD support for newer hardwareBert Kenward3-10/+63
2019-01-17selftests/tls: Fix recv partial/large_buff test casesVakul Garg1-5/+7
2019-01-17net: phy: check return code when requesting PHY driver moduleHeiner Kallweit1-5/+30
2019-01-17net/tls: Make function tls_sw_do_sendpage staticYueHaibing1-2/+2
2019-01-17net/tls: remove unused function tls_sw_sendpage_lockedYueHaibing1-10/+0
2019-01-17Optimize sk_msg_clone() by data merge to end dst sg entryVakul Garg1-8/+17
2019-01-17net: hns: Use struct_size() in devm_kzalloc()Gustavo A. R. Silva1-2/+3
2019-01-17net: phy: Add helpers to determine if PHY driver is genericFlorian Fainelli2-2/+35
2019-01-17net: dsa: Include platform_data header fileFlorian Fainelli2-2/+2
2019-01-17ARM: orion5x: Include platform_data/dsa.hFlorian Fainelli7-7/+7
2019-01-17net: dsa: Split platform data to header fileFlorian Fainelli3-60/+70
2019-01-17net-next/hinic: replace disable_irq_nosync/enable_irqXue Chaojing6-4/+73
2019-01-16net: dsa: Add ndo_get_phys_port_name() for CPU portFlorian Fainelli2-1/+60
2019-01-16Documentation: networking: dsa: Update documentationFlorian Fainelli1-13/+0
2019-01-16cxgb4/l2t: Use struct_size() in kvzalloc()Gustavo A. R. Silva1-1/+1
2019-01-16openvswitch: meter: Use struct_size() in kzalloc()Gustavo A. R. Silva1-2/+1
2019-01-16net: phy: don't include asm/irq.h directlyHeiner Kallweit3-6/+0
2019-01-16net: phy: improve logging in phylibHeiner Kallweit2-6/+3
2019-01-16net: phy: remove preliminary workaround for not loading PHY driverHeiner Kallweit1-8/+0
2019-01-16nfp: flower: enable MAC address sharing for offloadable devsJohn Hurley3-118/+237
2019-01-16nfp: flower: ensure MAC cleanup on address changeJohn Hurley2-10/+104
2019-01-16nfp: flower: add infastructure for non-repr priv dataJohn Hurley2-0/+88
2019-01-16nfp: flower: ensure deletion of old offloaded MACsJohn Hurley1-25/+74
2019-01-16nfp: flower: remove list infastructure from MAC offloadJohn Hurley3-132/+37
2019-01-16nfp: flower: ignore offload of VF and PF repr MAC addressesJohn Hurley1-5/+4
2019-01-16nfp: flower: tidy tunnel related private dataJohn Hurley2-94/+102