summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2020-05-21flow_dissector: Drop BPF flow dissector prog ref on netns cleanupJakub Sitnicki1-5/+21
2020-05-21xsk: Explicitly inline functions and move definitionsBjörn Töpel3-143/+65
2020-05-21xdp: Simplify xdp_return_{frame, frame_rx_napi, buff}Björn Töpel1-12/+9
2020-05-21xsk: Remove MEM_TYPE_ZERO_COPY and corresponding codeBjörn Töpel6-306/+14
2020-05-21xsk: Introduce AF_XDP buffer allocation APIBjörn Töpel7-117/+592
2020-05-21xsk: Move defines only used by AF_XDP internals to xsk.hBjörn Töpel2-0/+16
2020-05-21xsk: Move driver interface to xdp_sock_drv.hMagnus Karlsson5-4/+5
2020-05-21xsk: Move xskmap.c to net/xdp/Björn Töpel3-1/+284
2020-05-21net: don't return invalid table id error when we fall back to PF_UNSPECSabrina Dubroca4-5/+4
2020-05-21net: ipip: fix wrong address family in init error pathVadim Fedorenko1-1/+1
2020-05-21net/tls: free record only on encryption errorVadim Fedorenko1-2/+4
2020-05-21net/tls: fix encryption error checkingVadim Fedorenko1-5/+6
2020-05-21ethtool: provide UAPI for PHY Signal Quality Index (SQI)Oleksij Rempel1-1/+74
2020-05-21net: qrtr: Fix passing invalid reference to qrtr_local_enqueue()Manivannan Sadhasivam1-1/+1
2020-05-21net: psample: Add tunnel supportChris Mi1-0/+157
2020-05-21ethtool: count header size in reply size estimateMichal Kubecek2-3/+2
2020-05-20net: nlmsg_cancel() if put fails for nhmsgStephen Worley1-0/+1
2020-05-20ax25: fix setsockopt(SO_BINDTODEVICE)Eric Dumazet1-2/+4
2020-05-20atm: switch do_atmif_sioc() to direct use of atm_dev_ioctl()Al Viro1-21/+4
2020-05-20atm: lift copyin from atm_dev_ioctl()Al Viro3-33/+31
2020-05-20atm: switch do_atm_iobuf() to direct use of atm_getnames()Al Viro1-22/+3
2020-05-20atm: move copyin from atm_getnames() into the callerAl Viro3-20/+20
2020-05-20atm: separate ATM_GETNAMES handling from the rest of atm_dev_ioctl()Al Viro3-44/+51
2020-05-20batadv_socket_read(): get rid of pointless access_ok()Al Viro1-3/+0
2020-05-20get rid of compat_mc_setsockopt()Al Viro1-90/+0
2020-05-20handle the group_source_req options directlyAl Viro2-4/+42
2020-05-20ipv6: take handling of group_source_req options into a helperAl Viro1-29/+36
2020-05-20ipv4: take handling of group_source_req options into a helperAl Viro1-39/+44
2020-05-20ipv[46]: do compat setsockopt for MCAST_{JOIN,LEAVE}_GROUP directlyAl Viro2-0/+59
2020-05-20ipv6: do compat setsockopt for MCAST_MSFILTER directlyAl Viro1-1/+47
2020-05-20ip6_mc_msfilter(): pass the address list separatelyAl Viro2-4/+5
2020-05-20ipv4: do compat setsockopt for MCAST_MSFILTER directlyAl Viro1-1/+47
2020-05-20set_mcast_msfilter(): take the guts of setsockopt(MCAST_MSFILTER) into a helperAl Viro1-33/+40
2020-05-20get rid of compat_mc_getsockopt()Al Viro3-85/+79
2020-05-20ip*_mc_gsfget(): lift copyout of struct group_filter into callersAl Viro4-29/+36
2020-05-20compat_ip{,v6}_setsockopt(): enumerate MCAST_... options explicitlyAl Viro2-2/+18
2020-05-20lift compat definitions of mcast [sg]etsockopt requests into net/compat.hAl Viro1-25/+0
2020-05-20rds: fix crash in rds_info_getsockopt()John Hubbard1-1/+2
2020-05-20rxrpc: Fix ack discardDavid Howells1-4/+26
2020-05-20rxrpc: Trace discarded ACKsDavid Howells1-2/+10
2020-05-19net: unexport skb_gro_receive()Eric Dumazet1-2/+0
2020-05-19sctp: Don't add the shutdown timer if its already been addedNeil Horman1-3/+11
2020-05-19ipv6: use ->ndo_tunnel_ctl in addrconf_set_dstaddrChristoph Hellwig1-7/+2
2020-05-19ipv6: streamline addrconf_set_dstaddrChristoph Hellwig1-49/+38
2020-05-19ipv6: stub out even more of addrconf_set_dstaddr if SIT is disabledChristoph Hellwig1-2/+3
2020-05-19sit: impement ->ndo_tunnel_ctlChristoph Hellwig1-39/+34
2020-05-19sit: refactor ipip6_tunnel_ioctlChristoph Hellwig1-158/+210
2020-05-19impr: use ->ndo_tunnel_ctl in ipmr_new_tunnelChristoph Hellwig1-11/+3
2020-05-19net: add a new ndo_tunnel_ioctl methodChristoph Hellwig4-62/+51
2020-05-19ipv4: consolidate the VIFF_TUNNEL handling in ipmr_new_tunnelChristoph Hellwig1-40/+13