aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-05-29net: Make mpls_entry_encode() available for generic usersEli Cohen1-0/+17
2020-05-29tcp: tcp_init_buffer_space can be staticFlorian Westphal1-1/+0
2020-05-29default csum_and_copy_to_user(): don't bother with access_ok()Al Viro1-4/+2
2020-05-29take the dummy csum_and_copy_from_user() into net/checksum.hAl Viro1-6/+2
2020-05-29net: add a new bind_add methodChristoph Hellwig1-1/+5
2020-05-29sctp: add sctp_sock_set_nodelayChristoph Hellwig1-0/+7
2020-05-29Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsecDavid S. Miller1-0/+1
2020-05-29Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-nextDavid S. Miller2-9/+28
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-27netfilter: nf_tables: delete devices from flowtablePablo Neira Ayuso1-0/+1
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-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-26ipv4: nexthop version of fib_info_nh_uses_devDavid Ahern2-0/+35
2020-05-26ipv4: Refactor nhc evaluation in fib_table_lookupDavid Ahern2-0/+35
2020-05-26nexthop: Expand nexthop_is_multipath in a few placesDavid Ahern1-16/+25
2020-05-26nexthops: don't modify published nexthop groupsNikolay Aleksandrov1-0/+1
2020-05-26flow_dissector: Parse multiple MPLS Label Stack EntriesGuillaume Nault1-1/+13
2020-05-25net/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-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