summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
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 Viro1-90/+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 Viro2-4/+5
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 Viro3-85/+79
2020-05-21ip*_mc_gsfget(): lift copyout of struct group_filter into callersAl Viro4-29/+36
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 Viro1-25/+0
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-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 Hellwig4-62/+51
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-19net/af_iucv: clean up function prototypesJulian Wiedmann1-57/+51
2020-05-19net/af_iucv: remove a redundant zero initializationJulian Wiedmann1-1/+0
2020-05-19net/af_iucv: replace open-coded U16_MAXJulian Wiedmann1-1/+2
2020-05-19net/af_iucv: remove pm supportJulian Wiedmann1-140/+1
2020-05-19net/iucv: remove pm supportJulian Wiedmann1-188/+0
2020-05-19ipv4,appletalk: move SIOCADDRT and SIOCDELRT handling into ->compat_ioctlChristoph Hellwig3-73/+76
2020-05-19appletalk: factor out a atrtr_ioctl_addrt helperChristoph Hellwig1-13/+20
2020-05-19ipv6: move SIOCADDRT and SIOCDELRT handling into ->compat_ioctlChristoph Hellwig7-46/+75
2020-05-19ipv6: lift copy_from_user out of ipv6_route_ioctlChristoph Hellwig2-34/+26
2020-05-17rds: convert get_user_pages() --> pin_user_pages()John Hubbard1-4/+2
2020-05-17net: allow __skb_ext_alloc to sleepFlorian Westphal2-4/+8
2020-05-17mptcp: remove inner wait loop from mptcp_sendmsg_fragFlorian Westphal1-14/+0
2020-05-17mptcp: fill skb page frag cache outside of mptcp_sendmsg_fragFlorian Westphal1-1/+6
2020-05-17mptcp: fill skb extension cache outside of mptcp_sendmsg_fragFlorian Westphal1-4/+14
2020-05-17mptcp: avoid blocking in tcp_sendpagesFlorian Westphal1-3/+32
2020-05-17mptcp: break and restart in case mptcp sndbuf is fullFlorian Westphal1-0/+36
2020-05-17mptcp: move common nospace-pattern to a helperFlorian Westphal1-14/+13
2020-05-16ethtool: don't call set_channels in drivers if config didn't changeJakub Kicinski1-0/+6
2020-05-16ethtool: check if there is at least one channel for TX/RX in the coreJakub Kicinski2-2/+23
2020-05-16mptcp: Use 32-bit DATA_ACK when possibleChristoph Paasch3-9/+27
2020-05-16netns: enable to inherit devconf from current netnsNicolas Dichtel3-9/+41