summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-05-22net: psample: Add tunnel supportChris Mi2-0/+179
2020-05-21Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher...David S. Miller8-163/+184
2020-05-21Merge branch 'uaccess.net' of git://git.kernel.org/pub/scm/linux/kernel/git/v...David S. Miller12-472/+567
2020-05-21atm: switch do_atmif_sioc() to direct use of atm_dev_ioctl()Al Viro1-21/+4
2020-05-21atm: lift copyin from atm_dev_ioctl()Al Viro3-33/+31
2020-05-21atm: switch do_atm_iobuf() to direct use of atm_getnames()Al Viro1-22/+3
2020-05-21atm: move copyin from atm_getnames() into the callerAl Viro3-20/+20
2020-05-21atm: separate ATM_GETNAMES handling from the rest of atm_dev_ioctl()Al Viro3-44/+51
2020-05-21batadv_socket_read(): get rid of pointless access_ok()Al Viro1-3/+0
2020-05-21get rid of compat_mc_setsockopt()Al Viro2-94/+0
2020-05-21handle the group_source_req options directlyAl Viro2-4/+42
2020-05-21ipv6: take handling of group_source_req options into a helperAl Viro1-29/+36
2020-05-21ipv4: take handling of group_source_req options into a helperAl Viro1-39/+44
2020-05-21ipv[46]: do compat setsockopt for MCAST_{JOIN,LEAVE}_GROUP directlyAl Viro2-0/+59
2020-05-21ipv6: do compat setsockopt for MCAST_MSFILTER directlyAl Viro1-1/+47
2020-05-21ip6_mc_msfilter(): pass the address list separatelyAl Viro3-5/+7
2020-05-21ipv4: do compat setsockopt for MCAST_MSFILTER directlyAl Viro1-1/+47
2020-05-21set_mcast_msfilter(): take the guts of setsockopt(MCAST_MSFILTER) into a helperAl Viro1-33/+40
2020-05-21get rid of compat_mc_getsockopt()Al Viro4-88/+79
2020-05-21ip*_mc_gsfget(): lift copyout of struct group_filter into callersAl Viro6-31/+38
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-21rds: fix crash in rds_info_getsockopt()John Hubbard1-1/+2
2020-05-20net: unexport skb_gro_receive()Eric Dumazet1-2/+0
2020-05-20igc: Remove unused registersSasha Neftin2-9/+0
2020-05-20igc: Remove unused IGC_ICS_DRSTA defineSasha Neftin1-1/+0
2020-05-20igc: Dump ETQF registersAndre Guedes1-0/+3
2020-05-20igc: Refactor ethertype filtering codeAndre Guedes3-61/+103
2020-05-20Merge branch 'ndo_tunnel_ioctl'David S. Miller9-350/+342
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-20igc: Fix MAX_ETYPE_FILTER valueAndre Guedes1-1/+1
2020-05-20igc: Remove ethertype filter in PTP codeAndre Guedes3-16/+1
2020-05-20igc: Remove duplicated IGC_RXPBS macroAndre Guedes1-2/+0
2020-05-20Merge branch 'realtek-ethernet-use-generic-power-management'David S. Miller2-36/+15
2020-05-20realtek/8139cp: use generic power managementVaibhav Gupta1-17/+8
2020-05-20realtek/8139too: use generic power managementVaibhav Gupta1-19/+7
2020-05-20igc: Refactor VLAN priority filtering codeAndre Guedes3-51/+68
2020-05-20Merge branch 'nfp-flower-feature-bit-updates'David S. Miller4-42/+102
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-20igc: Return -EOPNOTSUPP when VLAN mask doesn't matchAndre Guedes1-1/+2
2020-05-20igc: Dump VLANPQF registerAndre Guedes1-0/+2