summaryrefslogtreecommitdiffstats
path: root/include/net
AgeCommit message (Expand)AuthorFilesLines
2021-04-19mac80211: make ieee80211_vif_to_wdev work when the vif isn't in the driverEmmanuel Grumbach1-4/+1
2021-04-19nl80211/cfg80211: add a flag to negotiate for LMR feedback in NDP rangingAvraham Stern1-1/+4
2021-04-19cfg80211: constify ieee80211_get_response_rate returnJoe Perches1-1/+1
2021-04-19cfg80211: fix a few kernel-doc warningsRandy Dunlap1-2/+2
2021-04-19cfg80211: fix an htmldoc warningEmmanuel Grumbach1-1/+1
2021-04-08mac80211: Allow concurrent monitor iface and ethernet rx decapSriram R1-0/+7
2021-04-08cfg80211: allow specifying a reason for hw_rfkillEmmanuel Grumbach1-1/+10
2021-04-07mptcp: use mptcp_addr_info in mptcp_out_optionsGeliang Tang1-8/+13
2021-04-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller11-74/+45
2021-04-06net: remove obsolete members from struct netFlorian Westphal5-27/+0
2021-04-06netfilter: conntrack: move ecache dwork to net_generic infraFlorian Westphal2-21/+16
2021-04-06netfilter: conntrack: move sysctl pointer to net_generic infraFlorian Westphal1-0/+3
2021-04-06netfilter: nf_tables: use net_generic infra for transaction dataFlorian Westphal1-0/+11
2021-04-06netfilter: nf_defrag_ipv6: use net_generic infraFlorian Westphal1-0/+6
2021-04-02tcp: reorder tcp_congestion_ops for better cache localityEric Dumazet1-15/+27
2021-04-02net: reorganize fields in netns_mibEric Dumazet1-10/+20
2021-04-02mptcp: add mptcp reset option supportFlorian Westphal1-2/+16
2021-04-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller4-3/+7
2021-04-01include: net: Remove repeated struct declarationWan Jiabing1-1/+0
2021-04-01skmsg: Extract __tcp_bpf_recvmsg() and tcp_bpf_wait_data()Cong Wang1-2/+0
2021-04-01udp: Implement ->read_sock() for sockmapCong Wang1-0/+2
2021-04-01sock: Introduce sk->sk_prot->psock_update_sk_prot()Cong Wang3-0/+5
2021-03-31ipv6: move ip6_dst_ops first in netns_ipv6Eric Dumazet1-1/+3
2021-03-31ipv6: convert elligible sysctls to u8Eric Dumazet1-12/+12
2021-03-31tcp: convert tcp_comp_sack_nr sysctl to u8Eric Dumazet1-1/+1
2021-03-31ipv4: convert igmp_link_local_mcast_reports sysctl to u8Eric Dumazet1-1/+1
2021-03-31ipv4: convert fib_multipath_{use_neigh|hash_policy} sysctls to u8Eric Dumazet1-2/+2
2021-03-31ipv4: convert udp_l3mdev_accept sysctl to u8Eric Dumazet1-1/+1
2021-03-31ipv4: convert fib_notify_on_flag_change sysctl to u8Eric Dumazet1-1/+1
2021-03-31inet: shrink netns_ipv4 by another cache lineEric Dumazet1-3/+3
2021-03-31inet: shrink inet_timewait_death_row by 48 bytesEric Dumazet1-2/+5
2021-03-31netfilter: flowtable: dst_check() from garbage collector pathPablo Neira Ayuso1-1/+4
2021-03-31netfilter: nft_log: perform module load from nf_tablesFlorian Westphal1-0/+5
2021-03-31netfilter: nf_log_common: merge with nf_log_syslogFlorian Westphal1-24/+0
2021-03-31netfilter: nf_log_bridge: merge with nf_log_syslogFlorian Westphal1-1/+0
2021-03-30udp: fixup csum for GSO receive slow pathPaolo Abeni1-0/+23
2021-03-30ipv6: add ipv6_dev_find to stubsAndreas Roeseler1-0/+2
2021-03-30net: add sysctl for enabling RFC 8335 PROBE messagesAndreas Roeseler1-0/+1
2021-03-28nexthop: Rename artifacts related to legacy multipath nexthop groupsPetr Machata1-2/+2
2021-03-26mld: add mc_lock for protecting per-interface mld dataTaehee Yoo1-0/+1
2021-03-26mld: add new workqueues for process mld eventsTaehee Yoo2-1/+11
2021-03-26mld: convert ifmcaddr6 to RCUTaehee Yoo1-3/+4
2021-03-26mld: convert ip6_sf_list to RCUTaehee Yoo1-3/+4
2021-03-26mld: convert ipv6_mc_socklist->sflist to RCUTaehee Yoo1-2/+2
2021-03-26mld: get rid of inet6_dev->mc_lockTaehee Yoo1-1/+0
2021-03-26mld: convert from timer to delayed workTaehee Yoo1-4/+4
2021-03-26bpf: struct sock is declared twice in bpf_sk_storage headerWan Jiabing1-1/+0
2021-03-25tcp: convert elligible sysctls to u8Eric Dumazet1-34/+34
2021-03-25inet: convert tcp_early_demux and udp_early_demux to u8Eric Dumazet1-2/+2
2021-03-25ipv4: convert ip_forward_update_priority sysctl to u8Eric Dumazet1-1/+1