summaryrefslogtreecommitdiff
path: root/include/net
AgeCommit message (Expand)AuthorFilesLines
2021-04-07Bluetooth: Add support for reading AOSP vendor capabilitiesMarcel Holtmann1-0/+11
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-03tcp: reorder tcp_congestion_ops for better cache localityEric Dumazet1-15/+27
2021-04-03net: reorganize fields in netns_mibEric Dumazet1-10/+20
2021-04-03mptcp: 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-02include: 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-04-01Revert "net: correct sk_acceptq_is_full()"Eric Dumazet1-1/+5
2021-04-01ipv6: move ip6_dst_ops first in netns_ipv6Eric Dumazet1-1/+3
2021-04-01ipv6: convert elligible sysctls to u8Eric Dumazet1-12/+12
2021-04-01tcp: convert tcp_comp_sack_nr sysctl to u8Eric Dumazet1-1/+1
2021-04-01ipv4: convert igmp_link_local_mcast_reports sysctl to u8Eric Dumazet1-1/+1
2021-04-01ipv4: convert fib_multipath_{use_neigh|hash_policy} sysctls to u8Eric Dumazet1-2/+2
2021-04-01ipv4: convert udp_l3mdev_accept sysctl to u8Eric Dumazet1-1/+1
2021-04-01ipv4: convert fib_notify_on_flag_change sysctl to u8Eric Dumazet1-1/+1
2021-04-01inet: shrink netns_ipv4 by another cache lineEric Dumazet1-3/+3
2021-04-01inet: shrink inet_timewait_death_row by 48 bytesEric Dumazet1-2/+5
2021-04-01Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2-3/+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-31udp: fixup csum for GSO receive slow pathPaolo Abeni1-0/+23
2021-03-30net: let skb_orphan_partial wake-up waiters.Paolo Abeni1-0/+9
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-29nexthop: Rename artifacts related to legacy multipath nexthop groupsPetr Machata1-2/+2
2021-03-27mld: add mc_lock for protecting per-interface mld dataTaehee Yoo1-0/+1
2021-03-27mld: add new workqueues for process mld eventsTaehee Yoo2-1/+11
2021-03-27mld: convert ifmcaddr6 to RCUTaehee Yoo1-3/+4
2021-03-27mld: convert ip6_sf_list to RCUTaehee Yoo1-3/+4
2021-03-27mld: convert ipv6_mc_socklist->sflist to RCUTaehee Yoo1-2/+2
2021-03-27mld: get rid of inet6_dev->mc_lockTaehee Yoo1-1/+0
2021-03-27mld: 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-26sch_red: fix off-by-one checks in red_check_params()Eric Dumazet1-2/+2
2021-03-26tcp: convert elligible sysctls to u8Eric Dumazet1-34/+34
2021-03-26inet: convert tcp_early_demux and udp_early_demux to u8Eric Dumazet1-2/+2
2021-03-26ipv4: convert ip_forward_update_priority sysctl to u8Eric Dumazet1-1/+1
2021-03-26ipv4: shrink netns_ipv4 with sysctl conversionsEric Dumazet1-16/+16
2021-03-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller7-4/+52
2021-03-25tcp_metrics: tcpm_hash_bucket is strictly localEric Dumazet1-1/+0
2021-03-24net: flow_offload: add FLOW_ACTION_PPPOE_PUSHPablo Neira Ayuso1-0/+4