summaryrefslogtreecommitdiffstats
path: root/fs (unfollow)
Commit message (Expand)AuthorFilesLines
2020-05-21compat_ip{,v6}_setsockopt(): enumerate MCAST_... options explicitlyAl Viro2-2/+18
2020-05-21lift compat definitions of mcast [sg]etsockopt requests into net/compat.hAl Viro2-25/+24
2020-05-20rds: fix crash in rds_info_getsockopt()John Hubbard1-1/+2
2020-05-20net: unexport skb_gro_receive()Eric Dumazet1-2/+0
2020-05-20ipv6: use ->ndo_tunnel_ctl in addrconf_set_dstaddrChristoph Hellwig1-7/+2
2020-05-20ipv6: streamline addrconf_set_dstaddrChristoph Hellwig1-49/+38
2020-05-20ipv6: stub out even more of addrconf_set_dstaddr if SIT is disabledChristoph Hellwig1-2/+3
2020-05-20sit: impement ->ndo_tunnel_ctlChristoph Hellwig1-39/+34
2020-05-20sit: refactor ipip6_tunnel_ioctlChristoph Hellwig1-158/+210
2020-05-20impr: use ->ndo_tunnel_ctl in ipmr_new_tunnelChristoph Hellwig1-11/+3
2020-05-20net: add a new ndo_tunnel_ioctl methodChristoph Hellwig6-63/+59
2020-05-20ipv4: consolidate the VIFF_TUNNEL handling in ipmr_new_tunnelChristoph Hellwig1-40/+13
2020-05-20ipv4: streamline ipmr_new_tunnelChristoph Hellwig1-37/+36
2020-05-20realtek/8139cp: use generic power managementVaibhav Gupta1-17/+8
2020-05-20realtek/8139too: use generic power managementVaibhav Gupta1-19/+7
2020-05-20nfp: flower: inform firmware of flower featuresLouis Peens2-30/+87
2020-05-20nfp: flower: renaming of feature bitsLouis Peens4-14/+17
2020-05-19net/af_iucv: clean up function prototypesJulian Wiedmann2-65/+51
2020-05-19net/af_iucv: remove a redundant zero initializationJulian Wiedmann1-1/+0
2020-05-19net/af_iucv: replace open-coded U16_MAXJulian Wiedmann1-1/+2
2020-05-19net/af_iucv: remove pm supportJulian Wiedmann1-140/+1
2020-05-19net/iucv: remove pm supportJulian Wiedmann1-188/+0
2020-05-19s390/net: remove pm support from iucv driversJulian Wiedmann2-168/+1
2020-05-19s390/net: remove pm ops from ccwgroup driversJulian Wiedmann4-140/+0
2020-05-19r8169: work around an irq coalescing related tx timeoutHeiner Kallweit1-0/+9
2020-05-19r8169: improve rtl8169_mark_to_asicHeiner Kallweit1-3/+2
2020-05-19r8169: make rtl_rx better readableHeiner Kallweit1-51/+48
2020-05-19net: seeq: Use %pM format specifier for MAC addressesAndy Shevchenko1-4/+1
2020-05-19cxgb4: Use %pM format specifier for MAC addressesAndy Shevchenko1-14/+6
2020-05-19ipv4,appletalk: move SIOCADDRT and SIOCDELRT handling into ->compat_ioctlChristoph Hellwig4-73/+94
2020-05-19appletalk: factor out a atrtr_ioctl_addrt helperChristoph Hellwig1-13/+20
2020-05-19ipv6: move SIOCADDRT and SIOCDELRT handling into ->compat_ioctlChristoph Hellwig8-46/+77
2020-05-19ipv6: lift copy_from_user out of ipv6_route_ioctlChristoph Hellwig3-35/+28
2020-05-19igc: Remove unneeded registerSasha Neftin1-1/+0
2020-05-19igc: Remove unneeded definitionSasha Neftin1-1/+0
2020-05-19igc: Use netdev log helpers in igc_base.cAndre Guedes1-3/+3
2020-05-19igc: Use netdev log helpers in igc_dump.cAndre Guedes1-55/+54
2020-05-19igc: Use netdev log helpers in igc_ptp.cAndre Guedes1-7/+5
2020-05-19igc: Use netdev log helpers in igc_ethtool.cAndre Guedes1-20/+21
2020-05-19net: phy: simplify phy_link_change argumentsDoug Berger4-16/+13
2020-05-19igc: add support to eeprom, registers and link self-testsVitaly Lifshits7-3/+285
2020-05-19igc: Use netdev log helpers in igc_main.cAndre Guedes1-61/+50
2020-05-19igc: Add ECN support for TSOSasha Neftin1-0/+1
2020-05-17rds: convert get_user_pages() --> pin_user_pages()John Hubbard1-4/+2
2020-05-17net: allow __skb_ext_alloc to sleepFlorian Westphal3-5/+9
2020-05-17mptcp: remove inner wait loop from mptcp_sendmsg_fragFlorian Westphal1-14/+0
2020-05-17mptcp: fill skb page frag cache outside of mptcp_sendmsg_fragFlorian Westphal1-1/+6
2020-05-17mptcp: fill skb extension cache outside of mptcp_sendmsg_fragFlorian Westphal1-4/+14
2020-05-17mptcp: avoid blocking in tcp_sendpagesFlorian Westphal1-3/+32
2020-05-17mptcp: break and restart in case mptcp sndbuf is fullFlorian Westphal1-0/+36