summaryrefslogtreecommitdiffstats
path: root/include/net
AgeCommit message (Expand)AuthorLines
2021-06-23cfg80211: remove CFG80211_MAX_NUM_DIFFERENT_CHANNELSJohannes Berg-2/+0
2021-06-22net/xfrm: Add inner_ipproto into sec_pathHuy Nguyen-0/+1
2021-06-22mptcp: add allow_join_id0 in mptcp_out_optionsGeliang Tang-1/+2
2021-06-22sctp: process sctp over udp icmp err on sctp sideXin Long-0/+2
2021-06-22sctp: do state transition when a probe succeeds on HB ACK recv pathXin Long-0/+1
2021-06-22sctp: do state transition when PROBE_COUNT == MAX_PROBES on HB send pathXin Long-0/+1
2021-06-22sctp: do the basic send and recv for PLPMTUD probeXin Long-1/+4
2021-06-22sctp: add the probe timer in transport for PLPMTUDXin Long-1/+16
2021-06-22sctp: add the constants/variables and states and some APIs for transportXin Long-3/+70
2021-06-22sctp: add probe_interval in sysctl and sock/asoc/transportXin Long-0/+8
2021-06-22sctp: add pad chunk and its make function and event tableXin Long-0/+1
2021-06-21net: dsa: export the dsa_port_is_{user,cpu,dsa} helpersVladimir Oltean-0/+15
2021-06-21net: sched: add barrier to ensure correct ordering for lockless qdiscYunsheng Lin-0/+12
2021-06-21xfrm: replay: remove last replay indirectionFlorian Westphal-7/+1
2021-06-21xfrm: replay: avoid replay indirectionFlorian Westphal-3/+1
2021-06-21xfrm: replay: remove recheck indirectionFlorian Westphal-3/+1
2021-06-21xfrm: replay: remove advance indirectionFlorian Westphal-1/+1
2021-06-21xfrm: replay: avoid xfrm replay notify indirectionFlorian Westphal-1/+10
2021-06-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-7/+33
2021-06-18mptcp: receive checksum for MP_CAPABLE with dataGeliang Tang-1/+2
2021-06-18mptcp: add csum_reqd in mptcp_out_optionsGeliang Tang-2/+3
2021-06-18mptcp: generate the data checksumGeliang Tang-0/+1
2021-06-18xsk: Fix missing validation for skb and unaligned modeMagnus Karlsson-2/+7
2021-06-18netfilter: conntrack: pass hook state to log functionsFlorian Westphal-8/+12
2021-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller-2/+9
2021-06-17netfilter: nf_tables: add last expressionPablo Neira Ayuso-0/+1
2021-06-16net/smc: Make SMC statistics network namespace awareGuvenc Gulce-0/+20
2021-06-16xfrm: delete xfrm4_output_finish xfrm6_output_finish declarationsAntony Antony-2/+0
2021-06-15net: bonding: Use per-cpu rr_tx_counterJussi Maki-1/+1
2021-06-15net: inline function get_net_ns_by_fd if NET_NS is disabledChangbin Du-1/+6
2021-06-15tcp: Add reuseport_migrate_sock() to select a new listener.Kuniyuki Iwashima-0/+3
2021-06-15tcp: Keep TCP_CLOSE sockets in the reuseport group.Kuniyuki Iwashima-0/+1
2021-06-15tcp: Add num_closed_socks to struct sock_reuseport.Kuniyuki Iwashima-2/+3
2021-06-15net: Introduce net.ipv4.tcp_migrate_req.Kuniyuki Iwashima-0/+1
2021-06-14net: core: devlink: add dropped stats traps fieldOleksandr Mazur-0/+10
2021-06-12rtnetlink: add alloc() method to rtnl_link_opsJohannes Berg-0/+8
2021-06-12net: make get_net_ns return error if NET_NS is disabledChangbin Du-0/+7
2021-06-11af_vsock: rest of SEQPACKET supportArseny Krasnov-0/+2
2021-06-11af_vsock: implement send logic for SEQPACKETArseny Krasnov-0/+2
2021-06-11af_vsock: implement SEQPACKET receive loopArseny Krasnov-0/+4
2021-06-11net: dsa: add support for the SJA1110 native tagging protocolVladimir Oltean-0/+2
2021-06-11net: dsa: generalize overhead for taggers that use both headers and trailersVladimir Oltean-3/+3
2021-06-11xfrm: remove hdr_offset indirectionFlorian Westphal-3/+0
2021-06-10inet: annotate date races around sk->sk_txhashEric Dumazet-3/+7
2021-06-10net: annotate data race in sock_error()Eric Dumazet-1/+6
2021-06-10csum_and_copy_to_iter(): massage into form closer to csum_and_copy_from_iter()Al Viro-6/+8
2021-06-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller-0/+17
2021-06-09Merge tag 'mac80211-for-net-2021-06-09' of git://git.kernel.org/pub/scm/linux...David S. Miller-2/+7
2021-06-09xfrm: remove description from xfrm_type structFlorian Westphal-2/+0
2021-06-07page_pool: Allow drivers to hint on SKB recyclingIlias Apalodimas-0/+9