summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2020-05-23net: devres: provide devm_register_netdev()Bartosz Golaszewski
2020-05-23net: devres: define a separate devres structure for devm_alloc_etherdev()Bartosz Golaszewski
2020-05-23net: move devres helpers into a separate source fileBartosz Golaszewski
2020-05-23net: psample: fix build error when CONFIG_INET is not enabledRandy Dunlap
2020-05-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2020-05-22bridge: mrp: Restore port state when deleting MRP instanceHoratiu Vultur
2020-05-22bridge: mrp: Add br_mrp_unique_ifindex functionHoratiu Vultur
2020-05-22net: flow_offload: simplify hw stats check handlingEdward Cree
2020-05-22mpls: Add support for IPv6 tunnelsVadim Fedorenko
2020-05-22ip6_tunnel: add generic MPLS receive supportVadim Fedorenko
2020-05-22tunnel6: support for IPPROTO_MPLSVadim Fedorenko
2020-05-22ip6_tunnel: add MPLS transmit supportVadim Fedorenko
2020-05-22ip6_tunnel: simplify transmit pathVadim Fedorenko
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-21xsk: Explicitly inline functions and move definitionsBjörn Töpel
2020-05-21xdp: Simplify xdp_return_{frame, frame_rx_napi, buff}Björn Töpel
2020-05-21xsk: Remove MEM_TYPE_ZERO_COPY and corresponding codeBjörn Töpel
2020-05-21xsk: Introduce AF_XDP buffer allocation APIBjörn Töpel
2020-05-21xsk: Move defines only used by AF_XDP internals to xsk.hBjörn Töpel
2020-05-21xsk: Move driver interface to xdp_sock_drv.hMagnus Karlsson
2020-05-21xsk: Move xskmap.c to net/xdp/Björn Töpel
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