summaryrefslogtreecommitdiff
path: root/include/net
AgeCommit message (Expand)AuthorFilesLines
2020-05-27netfilter: nf_tables: add devices to existing flowtablePablo Neira Ayuso1-0/+6
2020-05-27netfilter: ctnetlink: add kernel side filtering for dumpRomain Bellan1-2/+4
2020-05-27nl80211: Add support to configure TID specific Tx rate configurationTamizh Chelvam1-12/+17
2020-05-27nl80211: add ability to report TX status for control port TXMarkus Theil1-1/+19
2020-05-27mac80211: Replace zero-length array with flexible-arrayGustavo A. R. Silva1-5/+5
2020-05-27cfg80211: Replace zero-length array with flexible-arrayGustavo A. R. Silva1-4/+4
2020-05-27cfg80211: add KHz variants of frame RX APIThomas Pedersen1-5/+49
2020-05-27cfg80211: add support for TID specific AMSDU configurationSergey Matyukevich1-1/+3
2020-05-27cfg80211: fix mask type in cfg80211_tid_cfg structureSergey Matyukevich1-1/+1
2020-05-27Merge tag 'mac80211-next-for-net-next-2020-04-25' of git://git.kernel.org/pub...David S. Miller3-26/+150
2020-05-27ipv4: nexthop version of fib_info_nh_uses_devDavid Ahern2-0/+35
2020-05-27ipv4: Refactor nhc evaluation in fib_table_lookupDavid Ahern2-0/+35
2020-05-27nexthop: Expand nexthop_is_multipath in a few placesDavid Ahern1-16/+25
2020-05-27nexthops: don't modify published nexthop groupsNikolay Aleksandrov1-0/+1
2020-05-27flow_dissector: Parse multiple MPLS Label Stack EntriesGuillaume Nault1-1/+13
2020-05-26net/tls: fix race condition causing kernel panicVinay Kumar Yadav1-0/+4
2020-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller3-3/+3
2020-05-24Merge tag 'mlx5-updates-2020-05-22' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller1-0/+7
2020-05-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller4-288/+380
2020-05-23net: Add netif_is_bareudp() API to identify bareudp devicesEli Cohen1-0/+7
2020-05-23switchdev: mrp: Remove the variable mrp_ring_stateHoratiu Vultur1-1/+0
2020-05-23Merge tag 'rxrpc-fixes-20200520' of git://git.kernel.org/pub/scm/linux/kernel...David S. Miller1-1/+1
2020-05-23net: flow_offload: simplify hw stats check handlingEdward Cree1-4/+7
2020-05-23nexthop: add support for notifiersRoopa Prabhu2-0/+13
2020-05-23vxlan: ecmp support for mac fdb entriesRoopa Prabhu1-0/+25
2020-05-23nexthop: support for fdb ecmp nexthopsRoopa Prabhu2-0/+33
2020-05-22xsk: Explicitly inline functions and move definitionsBjörn Töpel1-7/+91
2020-05-22xsk: Remove MEM_TYPE_ZERO_COPY and corresponding codeBjörn Töpel3-202/+1
2020-05-22xsk: Introduce AF_XDP buffer allocation APIBjörn Töpel4-1/+225
2020-05-22xsk: Move defines only used by AF_XDP internals to xsk.hBjörn Töpel1-14/+0
2020-05-22xsk: Move driver interface to xdp_sock_drv.hMagnus Karlsson2-206/+225
2020-05-22xsk: Move xskmap.c to net/xdp/Björn Töpel1-20/+0
2020-05-22xsk: Fix xsk_umem_xdp_frame_sz()Björn Töpel1-1/+1
2020-05-22net: don't return invalid table id error when we fall back to PF_UNSPECSabrina Dubroca1-1/+0
2020-05-21get rid of compat_mc_setsockopt()Al Viro1-4/+0
2020-05-21ip6_mc_msfilter(): pass the address list separatelyAl Viro1-1/+2
2020-05-21get rid of compat_mc_getsockopt()Al Viro1-3/+0
2020-05-21ip*_mc_gsfget(): lift copyout of struct group_filter into callersAl Viro1-1/+1
2020-05-21lift 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-20net: add a new ndo_tunnel_ioctl methodChristoph Hellwig1-1/+2
2020-05-19net/af_iucv: clean up function prototypesJulian Wiedmann1-8/+0
2020-05-19ipv4,appletalk: move SIOCADDRT and SIOCDELRT handling into ->compat_ioctlChristoph Hellwig1-0/+18
2020-05-19ipv6: move SIOCADDRT and SIOCDELRT handling into ->compat_ioctlChristoph Hellwig1-0/+2
2020-05-19ipv6: lift copy_from_user out of ipv6_route_ioctlChristoph Hellwig1-1/+2
2020-05-19net 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