aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/net (follow)
AgeCommit message (Expand)AuthorFilesLines
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-20Bluetooth: Consolidate encryption handling in hci_encrypt_cfmLuiz Augusto von Dentz1-2/+18
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
2020-05-18ipv6: move SIOCADDRT and SIOCDELRT handling into ->compat_ioctlChristoph Hellwig1-0/+2
2020-05-18ipv6: lift copy_from_user out of ipv6_route_ioctlChristoph Hellwig1-1/+2
2020-05-18net sched: fix reporting the first-time use timestampRoman Mashak1-1/+2
2020-05-18Bluetooth: L2CAP: Replace zero-length array with flexible-arrayGustavo A. R. Silva1-3/+3
2020-05-16mptcp: Use 32-bit DATA_ACK when possibleChristoph Paasch1-1/+4
2020-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller4-4/+15
2020-05-15inet_connection_sock: factor out destroy helper.Paolo Abeni1-0/+8
2020-05-15mptcp: add new sock flag to deal with join subflowsPaolo Abeni1-7/+10
2020-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2-1/+37
2020-05-15net: sched: implement terse dump support in actVlad Buslov2-1/+2
2020-05-15net: sched: introduce terse dump flagVlad Buslov1-0/+4
2020-05-14xdp: For Intel AF_XDP drivers add XDP frame_szJesper Dangaard Brouer1-0/+11
2020-05-14xdp: Xdp_frame add member frame_sz and handle in convert_to_xdp_frameJesper Dangaard Brouer1-1/+13
2020-05-14xdp: Add frame size to xdp_buffJesper Dangaard Brouer1-0/+13
2020-05-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller4-5/+17
2020-05-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2-1/+2
2020-05-13bpf: Enable bpf_iter targets registering ctx argument typesYonghong Song1-0/+7
2020-05-13Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-nextDavid S. Miller4-22/+72
2020-05-13Bluetooth: Add hook for driver to prevent wake from suspendAbhishek Pandit-Subedi1-0/+1
2020-05-13Bluetooth: Rename BT_SUSPEND_COMPLETEAbhishek Pandit-Subedi1-1/+1
2020-05-12net: dsa: provide an option for drivers to always receive bridge VLANsRussell King1-0/+7
2020-05-12tcp: fix SO_RCVLOWAT hangs with fat skbsEric Dumazet1-0/+13
2020-05-11ipv6: Replace zero-length array with flexible-arrayGustavo A. R. Silva1-1/+1
2020-05-11rxrpc: Fix the excessive initial retransmission timeoutDavid Howells1-1/+1
2020-05-11netfilter: flowtable: Add pending bit for offload workPaul Blakey1-0/+1
2020-05-11Bluetooth: Introduce debug feature when dynamic debug is disabledMarcel Holtmann1-0/+11
2020-05-11Bluetooth: Add support for experimental features configurationMarcel Holtmann2-0/+28