summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-05-20handle the group_source_req options directlyAl Viro
2020-05-20ipv6: take handling of group_source_req options into a helperAl Viro
2020-05-20ipv4: take handling of group_source_req options into a helperAl Viro
2020-05-20ipv[46]: do compat setsockopt for MCAST_{JOIN,LEAVE}_GROUP directlyAl Viro
2020-05-20ipv6: do compat setsockopt for MCAST_MSFILTER directlyAl Viro
2020-05-20ip6_mc_msfilter(): pass the address list separatelyAl Viro
2020-05-20ipv4: do compat setsockopt for MCAST_MSFILTER directlyAl Viro
2020-05-20set_mcast_msfilter(): take the guts of setsockopt(MCAST_MSFILTER) into a helperAl Viro
2020-05-20get rid of compat_mc_getsockopt()Al Viro
2020-05-20ip*_mc_gsfget(): lift copyout of struct group_filter into callersAl Viro
2020-05-20compat_ip{,v6}_setsockopt(): enumerate MCAST_... options explicitlyAl Viro
2020-05-20lift compat definitions of mcast [sg]etsockopt requests into net/compat.hAl Viro
2020-05-20rds: fix crash in rds_info_getsockopt()John Hubbard
2020-05-19net: unexport skb_gro_receive()Eric Dumazet
2020-05-19Merge branch 'ndo_tunnel_ioctl'David S. Miller
2020-05-19ipv6: use ->ndo_tunnel_ctl in addrconf_set_dstaddrChristoph Hellwig
2020-05-19ipv6: streamline addrconf_set_dstaddrChristoph Hellwig
2020-05-19ipv6: stub out even more of addrconf_set_dstaddr if SIT is disabledChristoph Hellwig
2020-05-19sit: impement ->ndo_tunnel_ctlChristoph Hellwig
2020-05-19sit: refactor ipip6_tunnel_ioctlChristoph Hellwig
2020-05-19impr: use ->ndo_tunnel_ctl in ipmr_new_tunnelChristoph Hellwig
2020-05-19net: add a new ndo_tunnel_ioctl methodChristoph Hellwig
2020-05-19ipv4: consolidate the VIFF_TUNNEL handling in ipmr_new_tunnelChristoph Hellwig
2020-05-19ipv4: streamline ipmr_new_tunnelChristoph Hellwig
2020-05-19Merge branch 'realtek-ethernet-use-generic-power-management'David S. Miller
2020-05-19realtek/8139cp: use generic power managementVaibhav Gupta
2020-05-19realtek/8139too: use generic power managementVaibhav Gupta
2020-05-19Merge branch 'nfp-flower-feature-bit-updates'David S. Miller
2020-05-19nfp: flower: inform firmware of flower featuresLouis Peens
2020-05-19nfp: flower: renaming of feature bitsLouis Peens
2020-05-19Merge branch 'iucv-next'David S. Miller
2020-05-19net/af_iucv: clean up function prototypesJulian Wiedmann
2020-05-19net/af_iucv: remove a redundant zero initializationJulian Wiedmann
2020-05-19net/af_iucv: replace open-coded U16_MAXJulian Wiedmann
2020-05-19net/af_iucv: remove pm supportJulian Wiedmann
2020-05-19net/iucv: remove pm supportJulian Wiedmann
2020-05-19Merge branch 's390-next'David S. Miller
2020-05-19s390/net: remove pm support from iucv driversJulian Wiedmann
2020-05-19s390/net: remove pm ops from ccwgroup driversJulian Wiedmann
2020-05-19Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher...David S. Miller
2020-05-18r8169: work around an irq coalescing related tx timeoutHeiner Kallweit
2020-05-18r8169: improve rtl8169_mark_to_asicHeiner Kallweit
2020-05-18r8169: make rtl_rx better readableHeiner Kallweit
2020-05-18net: seeq: Use %pM format specifier for MAC addressesAndy Shevchenko
2020-05-18cxgb4: Use %pM format specifier for MAC addressesAndy Shevchenko
2020-05-18Merge branch 'move-the-SIOCDELRT-and-SIOCADDRT-compat_ioctl-handlers-v3'David S. Miller
2020-05-18ipv4,appletalk: move SIOCADDRT and SIOCDELRT handling into ->compat_ioctlChristoph Hellwig
2020-05-18appletalk: factor out a atrtr_ioctl_addrt helperChristoph Hellwig
2020-05-18ipv6: move SIOCADDRT and SIOCDELRT handling into ->compat_ioctlChristoph Hellwig
2020-05-18ipv6: lift copy_from_user out of ipv6_route_ioctlChristoph Hellwig