summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2020-05-23bridge: mrp: Restore port state when deleting MRP instanceHoratiu Vultur1-4/+9
2020-05-23bridge: mrp: Add br_mrp_unique_ifindex functionHoratiu Vultur1-0/+25
2020-05-23Merge tag 'rxrpc-fixes-20200520' of git://git.kernel.org/pub/scm/linux/kernel...David S. Miller13-122/+282
2020-05-23net: flow_offload: simplify hw stats check handlingEdward Cree1-0/+6
2020-05-23mpls: Add support for IPv6 tunnelsVadim Fedorenko1-1/+2
2020-05-23ip6_tunnel: add generic MPLS receive supportVadim Fedorenko1-0/+59
2020-05-23tunnel6: support for IPPROTO_MPLSVadim Fedorenko1-4/+83
2020-05-23ip6_tunnel: add MPLS transmit supportVadim Fedorenko1-2/+6
2020-05-23ip6_tunnel: simplify transmit pathVadim Fedorenko1-103/+79
2020-05-23sctp: Start shutdown on association restart if in SHUTDOWN-SENT state and soc...Jere Leppänen1-4/+5
2020-05-23tipc: block BH before using dst_cacheEric Dumazet1-1/+5
2020-05-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller1-5/+21
2020-05-23mptcp: use untruncated hash in ADD_ADDR HMACTodd Malsbary4-25/+24
2020-05-23nexthop: add support for notifiersRoopa Prabhu1-0/+27
2020-05-23vxlan: ecmp support for mac fdb entriesRoopa Prabhu1-0/+2
2020-05-23nexthop: support for fdb ecmp nexthopsRoopa Prabhu2-25/+112
2020-05-22batman-adv: use rcu_replace_pointer() where appropriateAntonio Quartulli3-6/+6
2020-05-22batman-adv: Revert "Drop lockdep.h include for soft-interface.c"Sven Eckelmann1-0/+1
2020-05-22flow_dissector: Drop BPF flow dissector prog ref on netns cleanupJakub Sitnicki1-5/+21
2020-05-22xsk: Explicitly inline functions and move definitionsBjörn Töpel3-143/+65
2020-05-22xdp: Simplify xdp_return_{frame, frame_rx_napi, buff}Björn Töpel1-12/+9
2020-05-22xsk: Remove MEM_TYPE_ZERO_COPY and corresponding codeBjörn Töpel6-306/+14
2020-05-22xsk: Introduce AF_XDP buffer allocation APIBjörn Töpel7-117/+592
2020-05-22xsk: Move defines only used by AF_XDP internals to xsk.hBjörn Töpel2-0/+16
2020-05-22xsk: Move driver interface to xdp_sock_drv.hMagnus Karlsson5-4/+5
2020-05-22xsk: Move xskmap.c to net/xdp/Björn Töpel3-1/+284
2020-05-22net: don't return invalid table id error when we fall back to PF_UNSPECSabrina Dubroca4-5/+4
2020-05-22net: ipip: fix wrong address family in init error pathVadim Fedorenko1-1/+1
2020-05-22net/tls: free record only on encryption errorVadim Fedorenko1-2/+4
2020-05-22net/tls: fix encryption error checkingVadim Fedorenko1-5/+6
2020-05-22ethtool: provide UAPI for PHY Signal Quality Index (SQI)Oleksij Rempel1-1/+74
2020-05-22net: qrtr: Fix passing invalid reference to qrtr_local_enqueue()Manivannan Sadhasivam1-1/+1
2020-05-22net: psample: Add tunnel supportChris Mi1-0/+157
2020-05-22ethtool: count header size in reply size estimateMichal Kubecek2-3/+2
2020-05-21net: nlmsg_cancel() if put fails for nhmsgStephen Worley1-0/+1
2020-05-21ax25: fix setsockopt(SO_BINDTODEVICE)Eric Dumazet1-2/+4
2020-05-21atm: switch do_atmif_sioc() to direct use of atm_dev_ioctl()Al Viro1-21/+4
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