summaryrefslogtreecommitdiffstats
path: root/include/net
AgeCommit message (Expand)AuthorLines
2020-05-21xsk: Remove MEM_TYPE_ZERO_COPY and corresponding codeBjörn Töpel-202/+1
2020-05-21xsk: Introduce AF_XDP buffer allocation APIBjörn Töpel-1/+225
2020-05-21xsk: Move defines only used by AF_XDP internals to xsk.hBjörn Töpel-14/+0
2020-05-21xsk: Move driver interface to xdp_sock_drv.hMagnus Karlsson-206/+225
2020-05-21xsk: Move xskmap.c to net/xdp/Björn Töpel-20/+0
2020-05-21xsk: Fix xsk_umem_xdp_frame_sz()Björn Töpel-1/+1
2020-05-21net: don't return invalid table id error when we fall back to PF_UNSPECSabrina Dubroca-1/+0
2020-05-20get rid of compat_mc_setsockopt()Al Viro-4/+0
2020-05-20ip6_mc_msfilter(): pass the address list separatelyAl Viro-1/+2
2020-05-20get rid of compat_mc_getsockopt()Al Viro-3/+0
2020-05-20ip*_mc_gsfget(): lift copyout of struct group_filter into callersAl Viro-1/+1
2020-05-20lift compat definitions of mcast [sg]etsockopt requests into net/compat.hAl Viro-0/+24
2020-05-20Bluetooth: Consolidate encryption handling in hci_encrypt_cfmLuiz Augusto von Dentz-2/+18
2020-05-19net: add a new ndo_tunnel_ioctl methodChristoph Hellwig-1/+2
2020-05-19net/af_iucv: clean up function prototypesJulian Wiedmann-8/+0
2020-05-18ipv4,appletalk: move SIOCADDRT and SIOCDELRT handling into ->compat_ioctlChristoph Hellwig-0/+18
2020-05-18ipv6: move SIOCADDRT and SIOCDELRT handling into ->compat_ioctlChristoph Hellwig-0/+2
2020-05-18ipv6: lift copy_from_user out of ipv6_route_ioctlChristoph Hellwig-1/+2
2020-05-18net sched: fix reporting the first-time use timestampRoman Mashak-1/+2
2020-05-18Bluetooth: L2CAP: Replace zero-length array with flexible-arrayGustavo A. R. Silva-3/+3
2020-05-16mptcp: Use 32-bit DATA_ACK when possibleChristoph Paasch-1/+4
2020-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-4/+15
2020-05-15inet_connection_sock: factor out destroy helper.Paolo Abeni-0/+8
2020-05-15mptcp: add new sock flag to deal with join subflowsPaolo Abeni-7/+10
2020-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller-1/+37
2020-05-15net: sched: implement terse dump support in actVlad Buslov-1/+2
2020-05-15net: sched: introduce terse dump flagVlad Buslov-0/+4
2020-05-14xdp: For Intel AF_XDP drivers add XDP frame_szJesper Dangaard Brouer-0/+11
2020-05-14xdp: Xdp_frame add member frame_sz and handle in convert_to_xdp_frameJesper Dangaard Brouer-1/+13
2020-05-14xdp: Add frame size to xdp_buffJesper Dangaard Brouer-0/+13
2020-05-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller-5/+17
2020-05-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller-1/+2
2020-05-13bpf: Enable bpf_iter targets registering ctx argument typesYonghong Song-0/+7
2020-05-13Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller-22/+72
2020-05-13Bluetooth: Add hook for driver to prevent wake from suspendAbhishek Pandit-Subedi-0/+1
2020-05-13Bluetooth: Rename BT_SUSPEND_COMPLETEAbhishek Pandit-Subedi-1/+1
2020-05-12net: dsa: provide an option for drivers to always receive bridge VLANsRussell King-0/+7
2020-05-12tcp: fix SO_RCVLOWAT hangs with fat skbsEric Dumazet-0/+13
2020-05-11ipv6: Replace zero-length array with flexible-arrayGustavo A. R. Silva-1/+1
2020-05-11rxrpc: Fix the excessive initial retransmission timeoutDavid Howells-1/+1
2020-05-11netfilter: flowtable: Add pending bit for offload workPaul Blakey-0/+1
2020-05-11Bluetooth: Introduce debug feature when dynamic debug is disabledMarcel Holtmann-0/+11
2020-05-11Bluetooth: Add support for experimental features configurationMarcel Holtmann-0/+28
2020-05-11Bluetooth: Introduce HCI_MGMT_HDEV_OPTIONAL optionMarcel Holtmann-0/+1
2020-05-11Bluetooth: replace zero-length array with flexible-array memberMarcel Holtmann-21/+21
2020-05-10net: dsa: introduce a dsa_switch_find functionVladimir Oltean-0/+1
2020-05-10net: dsa: permit cross-chip bridging between all trees in the systemVladimir Oltean-4/+6
2020-05-10net: bridge: allow enslaving some DSA master network devicesVladimir Oltean-1/+1
2020-05-10netfilter: conntrack: avoid gcc-10 zero-length-bounds warningArnd Bergmann-1/+1
2020-05-09Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Saeed Mahameed-1/+6