summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2020-05-22nexthop: add support for notifiersRoopa Prabhu
2020-05-22vxlan: ecmp support for mac fdb entriesRoopa Prabhu
2020-05-22nexthop: support for fdb ecmp nexthopsRoopa Prabhu
2020-05-21ethtool: provide UAPI for PHY Signal Quality Index (SQI)Oleksij Rempel
2020-05-21net: psample: Add tunnel supportChris Mi
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-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-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-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
2020-05-17rds: convert get_user_pages() --> pin_user_pages()John Hubbard
2020-05-17net: allow __skb_ext_alloc to sleepFlorian Westphal
2020-05-17mptcp: remove inner wait loop from mptcp_sendmsg_fragFlorian Westphal
2020-05-17mptcp: fill skb page frag cache outside of mptcp_sendmsg_fragFlorian Westphal
2020-05-17mptcp: fill skb extension cache outside of mptcp_sendmsg_fragFlorian Westphal
2020-05-17mptcp: avoid blocking in tcp_sendpagesFlorian Westphal