aboutsummaryrefslogtreecommitdiffstats
path: root/include/net
AgeCommit message (Expand)AuthorFilesLines
2020-05-28rxrpc: add rxrpc_sock_set_min_security_levelChristoph Hellwig1-0/+2
2020-05-28ipv6: add ip6_sock_set_recvpktinfoChristoph Hellwig1-0/+7
2020-05-28ipv6: add ip6_sock_set_addr_preferencesChristoph Hellwig1-0/+67
2020-05-28ipv6: add ip6_sock_set_recverrChristoph Hellwig1-0/+7
2020-05-28ipv6: add ip6_sock_set_v6onlyChristoph Hellwig1-0/+11
2020-05-28ipv4: add ip_sock_set_pktinfoChristoph Hellwig1-0/+1
2020-05-28ipv4: add ip_sock_set_mtu_discoverChristoph Hellwig1-0/+1
2020-05-28ipv4: add ip_sock_set_recverrChristoph Hellwig1-0/+1
2020-05-28ipv4: add ip_sock_set_freebindChristoph Hellwig1-0/+1
2020-05-28ipv4: add ip_sock_set_tosChristoph Hellwig1-0/+2
2020-05-28net: add sock_set_reuseportChristoph Hellwig1-0/+1
2020-05-28net: add sock_set_rcvbufChristoph Hellwig1-0/+1
2020-05-28net: add sock_set_keepaliveChristoph Hellwig1-0/+1
2020-05-28net: add sock_enable_timestampsChristoph Hellwig1-0/+1
2020-05-28net: add sock_bindtoindexChristoph Hellwig1-0/+1
2020-05-28net: add sock_set_sndtimeoChristoph Hellwig1-0/+1
2020-05-28net: add sock_set_priorityChristoph Hellwig1-0/+1
2020-05-28net: add sock_no_lingerChristoph Hellwig1-0/+1
2020-05-28net: add sock_set_reuseaddrChristoph Hellwig1-0/+2
2020-05-28tcp: ipv6: support RFC 6069 (TCP-LD)Eric Dumazet1-0/+1
2020-05-27sctp: fix typo sctp_ulpevent_nofity_peer_addr_changeJonas Falkevik1-1/+1
2020-05-27net/tls: Add force_resync for driver resyncTariq Toukan1-1/+11
2020-05-26Merge tag 'mac80211-next-for-net-next-2020-04-25' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextDavid S. Miller3-26/+150
2020-05-26flow_dissector: Parse multiple MPLS Label Stack EntriesGuillaume Nault1-1/+13
2020-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller3-3/+3
2020-05-23Merge tag 'mlx5-updates-2020-05-22' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linuxDavid S. Miller1-0/+7
2020-05-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller4-288/+380
2020-05-22net: Add netif_is_bareudp() API to identify bareudp devicesEli Cohen1-0/+7
2020-05-22switchdev: mrp: Remove the variable mrp_ring_stateHoratiu Vultur1-1/+0
2020-05-22Merge tag 'rxrpc-fixes-20200520' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fsDavid S. Miller1-1/+1
2020-05-22net: flow_offload: simplify hw stats check handlingEdward Cree1-4/+7
2020-05-22nexthop: add support for notifiersRoopa Prabhu2-0/+13
2020-05-22vxlan: ecmp support for mac fdb entriesRoopa Prabhu1-0/+25
2020-05-22nexthop: support for fdb ecmp nexthopsRoopa Prabhu2-0/+33
2020-05-21xsk: Explicitly inline functions and move definitionsBjörn Töpel1-7/+91
2020-05-21xsk: Remove MEM_TYPE_ZERO_COPY and corresponding codeBjörn Töpel3-202/+1
2020-05-21xsk: Introduce AF_XDP buffer allocation APIBjörn Töpel4-1/+225
2020-05-21xsk: Move defines only used by AF_XDP internals to xsk.hBjörn Töpel1-14/+0
2020-05-21xsk: Move driver interface to xdp_sock_drv.hMagnus Karlsson2-206/+225
2020-05-21xsk: Move xskmap.c to net/xdp/Björn Töpel1-20/+0
2020-05-21xsk: Fix xsk_umem_xdp_frame_sz()Björn Töpel1-1/+1
2020-05-21net: don't return invalid table id error when we fall back to PF_UNSPECSabrina Dubroca1-1/+0
2020-05-20get rid of compat_mc_setsockopt()Al Viro1-4/+0
2020-05-20ip6_mc_msfilter(): pass the address list separatelyAl Viro1-1/+2
2020-05-20get rid of compat_mc_getsockopt()Al Viro1-3/+0
2020-05-20ip*_mc_gsfget(): lift copyout of struct group_filter into callersAl Viro1-1/+1
2020-05-20lift compat definitions of mcast [sg]etsockopt requests into net/compat.hAl Viro1-0/+24
2020-05-19net: add a new ndo_tunnel_ioctl methodChristoph Hellwig1-1/+2
2020-05-19net/af_iucv: clean up function prototypesJulian Wiedmann1-8/+0
2020-05-18ipv4,appletalk: move SIOCADDRT and SIOCDELRT handling into ->compat_ioctlChristoph Hellwig1-0/+18