summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
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
2020-05-17mptcp: break and restart in case mptcp sndbuf is fullFlorian Westphal
2020-05-17mptcp: move common nospace-pattern to a helperFlorian Westphal
2020-05-16ethtool: don't call set_channels in drivers if config didn't changeJakub Kicinski
2020-05-16ethtool: check if there is at least one channel for TX/RX in the coreJakub Kicinski
2020-05-16mptcp: Use 32-bit DATA_ACK when possibleChristoph Paasch
2020-05-16netns: enable to inherit devconf from current netnsNicolas Dichtel
2020-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds