summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | mpls: Add support for IPv6 tunnelsVadim Fedorenko2020-05-221-1/+2
* | | | | ip6_tunnel: add generic MPLS receive supportVadim Fedorenko2020-05-221-0/+59
* | | | | tunnel6: support for IPPROTO_MPLSVadim Fedorenko2020-05-221-4/+83
* | | | | ip6_tunnel: add MPLS transmit supportVadim Fedorenko2020-05-221-2/+6
* | | | | ip6_tunnel: simplify transmit pathVadim Fedorenko2020-05-221-103/+79
* | | | | nexthop: add support for notifiersRoopa Prabhu2020-05-221-0/+27
* | | | | vxlan: ecmp support for mac fdb entriesRoopa Prabhu2020-05-221-0/+2
* | | | | nexthop: support for fdb ecmp nexthopsRoopa Prabhu2020-05-222-25/+112
* | | | | ethtool: provide UAPI for PHY Signal Quality Index (SQI)Oleksij Rempel2020-05-211-1/+74
* | | | | net: psample: Add tunnel supportChris Mi2020-05-211-0/+157
* | | | | atm: switch do_atmif_sioc() to direct use of atm_dev_ioctl()Al Viro2020-05-201-21/+4
* | | | | atm: lift copyin from atm_dev_ioctl()Al Viro2020-05-203-33/+31
* | | | | atm: switch do_atm_iobuf() to direct use of atm_getnames()Al Viro2020-05-201-22/+3
* | | | | atm: move copyin from atm_getnames() into the callerAl Viro2020-05-203-20/+20
* | | | | atm: separate ATM_GETNAMES handling from the rest of atm_dev_ioctl()Al Viro2020-05-203-44/+51
* | | | | batadv_socket_read(): get rid of pointless access_ok()Al Viro2020-05-201-3/+0
* | | | | get rid of compat_mc_setsockopt()Al Viro2020-05-201-90/+0
* | | | | handle the group_source_req options directlyAl Viro2020-05-202-4/+42
* | | | | ipv6: take handling of group_source_req options into a helperAl Viro2020-05-201-29/+36
* | | | | ipv4: take handling of group_source_req options into a helperAl Viro2020-05-201-39/+44
* | | | | ipv[46]: do compat setsockopt for MCAST_{JOIN,LEAVE}_GROUP directlyAl Viro2020-05-202-0/+59
* | | | | ipv6: do compat setsockopt for MCAST_MSFILTER directlyAl Viro2020-05-201-1/+47
* | | | | ip6_mc_msfilter(): pass the address list separatelyAl Viro2020-05-202-4/+5
* | | | | ipv4: do compat setsockopt for MCAST_MSFILTER directlyAl Viro2020-05-201-1/+47
* | | | | set_mcast_msfilter(): take the guts of setsockopt(MCAST_MSFILTER) into a helperAl Viro2020-05-201-33/+40
* | | | | get rid of compat_mc_getsockopt()Al Viro2020-05-203-85/+79
* | | | | ip*_mc_gsfget(): lift copyout of struct group_filter into callersAl Viro2020-05-204-29/+36
* | | | | compat_ip{,v6}_setsockopt(): enumerate MCAST_... options explicitlyAl Viro2020-05-202-2/+18
* | | | | lift compat definitions of mcast [sg]etsockopt requests into net/compat.hAl Viro2020-05-201-25/+0
* | | | | rds: fix crash in rds_info_getsockopt()John Hubbard2020-05-201-1/+2
* | | | | net: unexport skb_gro_receive()Eric Dumazet2020-05-191-2/+0
* | | | | ipv6: use ->ndo_tunnel_ctl in addrconf_set_dstaddrChristoph Hellwig2020-05-191-7/+2
* | | | | ipv6: streamline addrconf_set_dstaddrChristoph Hellwig2020-05-191-49/+38
* | | | | ipv6: stub out even more of addrconf_set_dstaddr if SIT is disabledChristoph Hellwig2020-05-191-2/+3
* | | | | sit: impement ->ndo_tunnel_ctlChristoph Hellwig2020-05-191-39/+34
* | | | | sit: refactor ipip6_tunnel_ioctlChristoph Hellwig2020-05-191-158/+210
* | | | | impr: use ->ndo_tunnel_ctl in ipmr_new_tunnelChristoph Hellwig2020-05-191-11/+3
* | | | | net: add a new ndo_tunnel_ioctl methodChristoph Hellwig2020-05-194-62/+51
* | | | | ipv4: consolidate the VIFF_TUNNEL handling in ipmr_new_tunnelChristoph Hellwig2020-05-191-40/+13
* | | | | ipv4: streamline ipmr_new_tunnelChristoph Hellwig2020-05-191-37/+36
* | | | | net/af_iucv: clean up function prototypesJulian Wiedmann2020-05-191-57/+51
* | | | | net/af_iucv: remove a redundant zero initializationJulian Wiedmann2020-05-191-1/+0
* | | | | net/af_iucv: replace open-coded U16_MAXJulian Wiedmann2020-05-191-1/+2
* | | | | net/af_iucv: remove pm supportJulian Wiedmann2020-05-191-140/+1
* | | | | net/iucv: remove pm supportJulian Wiedmann2020-05-191-188/+0
* | | | | ipv4,appletalk: move SIOCADDRT and SIOCDELRT handling into ->compat_ioctlChristoph Hellwig2020-05-183-73/+76
* | | | | appletalk: factor out a atrtr_ioctl_addrt helperChristoph Hellwig2020-05-181-13/+20
* | | | | ipv6: move SIOCADDRT and SIOCDELRT handling into ->compat_ioctlChristoph Hellwig2020-05-187-46/+75
* | | | | ipv6: lift copy_from_user out of ipv6_route_ioctlChristoph Hellwig2020-05-182-34/+26
* | | | | rds: convert get_user_pages() --> pin_user_pages()John Hubbard2020-05-171-4/+2