summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2020-05-21ice: Add support for tunnel offloadsTony Nguyen
2020-05-21ice: report netlist version in .info_getJacob Keller
2020-05-21Merge branch 'provide-KAPI-for-SQI'David S. Miller
2020-05-21net: phy: tja11xx: add SQI supportOleksij Rempel
2020-05-21ethtool: provide UAPI for PHY Signal Quality Index (SQI)Oleksij Rempel
2020-05-21Merge branch 'qed-next'David S. Miller
2020-05-21qed: Add XRC to RoCEYuval Basson
2020-05-21qed: changes to ILT to support XRCYuval Basson
2020-05-21net: psample: Add tunnel supportChris Mi
2020-05-20Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher...David S. Miller
2020-05-20Merge branch 'uaccess.net' of git://git.kernel.org/pub/scm/linux/kernel/git/v...David S. Miller
2020-05-20atm: switch do_atmif_sioc() to direct use of atm_dev_ioctl()Al Viro
2020-05-20atm: lift copyin from atm_dev_ioctl()Al Viro
2020-05-20atm: switch do_atm_iobuf() to direct use of atm_getnames()Al Viro
2020-05-20atm: move copyin from atm_getnames() into the callerAl Viro
2020-05-20atm: separate ATM_GETNAMES handling from the rest of atm_dev_ioctl()Al Viro
2020-05-20batadv_socket_read(): get rid of pointless access_ok()Al Viro
2020-05-20get rid of compat_mc_setsockopt()Al Viro
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-19igc: Remove unused registersSasha Neftin
2020-05-19igc: Remove unused IGC_ICS_DRSTA defineSasha Neftin
2020-05-19igc: Dump ETQF registersAndre Guedes
2020-05-19igc: Refactor ethertype filtering codeAndre Guedes
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-19igc: Fix MAX_ETYPE_FILTER valueAndre Guedes
2020-05-19igc: Remove ethertype filter in PTP codeAndre Guedes
2020-05-19igc: Remove duplicated IGC_RXPBS macroAndre Guedes
2020-05-19Merge branch 'realtek-ethernet-use-generic-power-management'David S. Miller