summaryrefslogtreecommitdiff
path: root/include/net
AgeCommit message (Expand)Author
2020-05-31cfg80211: handle 6 GHz capability of new stationRajkumar Manoharan
2020-05-31cfg80211: add a helper to identify 6 GHz PSCsJohannes Berg
2020-05-30Merge tag 'mlx5-cleanup-2020-05-29' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller
2020-05-29net: Make mpls_entry_encode() available for generic usersEli Cohen
2020-05-29tcp: tcp_init_buffer_space can be staticFlorian Westphal
2020-05-29default csum_and_copy_to_user(): don't bother with access_ok()Al Viro
2020-05-29take the dummy csum_and_copy_from_user() into net/checksum.hAl Viro
2020-05-29net: add a new bind_add methodChristoph Hellwig
2020-05-29sctp: add sctp_sock_set_nodelayChristoph Hellwig
2020-05-29Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2020-05-29Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2020-05-28rxrpc: add rxrpc_sock_set_min_security_levelChristoph Hellwig
2020-05-28ipv6: add ip6_sock_set_recvpktinfoChristoph Hellwig
2020-05-28ipv6: add ip6_sock_set_addr_preferencesChristoph Hellwig
2020-05-28ipv6: add ip6_sock_set_recverrChristoph Hellwig
2020-05-28ipv6: add ip6_sock_set_v6onlyChristoph Hellwig
2020-05-28ipv4: add ip_sock_set_pktinfoChristoph Hellwig
2020-05-28ipv4: add ip_sock_set_mtu_discoverChristoph Hellwig
2020-05-28ipv4: add ip_sock_set_recverrChristoph Hellwig
2020-05-28ipv4: add ip_sock_set_freebindChristoph Hellwig
2020-05-28ipv4: add ip_sock_set_tosChristoph Hellwig
2020-05-28net: add sock_set_reuseportChristoph Hellwig
2020-05-28net: add sock_set_rcvbufChristoph Hellwig
2020-05-28net: add sock_set_keepaliveChristoph Hellwig
2020-05-28net: add sock_enable_timestampsChristoph Hellwig
2020-05-28net: add sock_bindtoindexChristoph Hellwig
2020-05-28net: add sock_set_sndtimeoChristoph Hellwig
2020-05-28net: add sock_set_priorityChristoph Hellwig
2020-05-28net: add sock_no_lingerChristoph Hellwig
2020-05-28net: add sock_set_reuseaddrChristoph Hellwig
2020-05-28tcp: ipv6: support RFC 6069 (TCP-LD)Eric Dumazet
2020-05-27sctp: fix typo sctp_ulpevent_nofity_peer_addr_changeJonas Falkevik
2020-05-27net/tls: Add force_resync for driver resyncTariq Toukan
2020-05-27netfilter: nf_tables: delete devices from flowtablePablo Neira Ayuso
2020-05-27netfilter: nf_tables: add devices to existing flowtablePablo Neira Ayuso
2020-05-27netfilter: ctnetlink: add kernel side filtering for dumpRomain Bellan
2020-05-27nl80211: Add support to configure TID specific Tx rate configurationTamizh Chelvam
2020-05-27nl80211: add ability to report TX status for control port TXMarkus Theil
2020-05-27mac80211: Replace zero-length array with flexible-arrayGustavo A. R. Silva
2020-05-27cfg80211: Replace zero-length array with flexible-arrayGustavo A. R. Silva
2020-05-27cfg80211: add KHz variants of frame RX APIThomas Pedersen
2020-05-27cfg80211: add support for TID specific AMSDU configurationSergey Matyukevich
2020-05-27cfg80211: fix mask type in cfg80211_tid_cfg structureSergey Matyukevich
2020-05-26Merge tag 'mac80211-next-for-net-next-2020-04-25' of git://git.kernel.org/pub...David S. Miller
2020-05-26ipv4: nexthop version of fib_info_nh_uses_devDavid Ahern
2020-05-26ipv4: Refactor nhc evaluation in fib_table_lookupDavid Ahern
2020-05-26nexthop: Expand nexthop_is_multipath in a few placesDavid Ahern
2020-05-26nexthops: don't modify published nexthop groupsNikolay Aleksandrov
2020-05-26flow_dissector: Parse multiple MPLS Label Stack EntriesGuillaume Nault
2020-05-25net/tls: fix race condition causing kernel panicVinay Kumar Yadav