summaryrefslogtreecommitdiff
path: root/include/net
AgeCommit message (Expand)AuthorFilesLines
2021-06-22sctp: do state transition when a probe succeeds on HB ACK recv pathXin Long1-0/+1
2021-06-22sctp: do state transition when PROBE_COUNT == MAX_PROBES on HB send pathXin Long1-0/+1
2021-06-22sctp: do the basic send and recv for PLPMTUD probeXin Long2-1/+4
2021-06-22sctp: add the probe timer in transport for PLPMTUDXin Long5-1/+16
2021-06-22sctp: add the constants/variables and states and some APIs for transportXin Long3-3/+70
2021-06-22sctp: add probe_interval in sysctl and sock/asoc/transportXin Long3-0/+8
2021-06-22sctp: add pad chunk and its make function and event tableXin Long1-0/+1
2021-06-21net: dsa: export the dsa_port_is_{user,cpu,dsa} helpersVladimir Oltean1-0/+15
2021-06-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-7/+33
2021-06-18mptcp: receive checksum for MP_CAPABLE with dataGeliang Tang1-1/+2
2021-06-18mptcp: add csum_reqd in mptcp_out_optionsGeliang Tang1-2/+3
2021-06-18mptcp: generate the data checksumGeliang Tang1-0/+1
2021-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller3-2/+9
2021-06-16net/smc: Make SMC statistics network namespace awareGuvenc Gulce2-0/+20
2021-06-15net: bonding: Use per-cpu rr_tx_counterJussi Maki1-1/+1
2021-06-15net: inline function get_net_ns_by_fd if NET_NS is disabledChangbin Du1-1/+6
2021-06-15tcp: Add reuseport_migrate_sock() to select a new listener.Kuniyuki Iwashima1-0/+3
2021-06-15tcp: Keep TCP_CLOSE sockets in the reuseport group.Kuniyuki Iwashima1-0/+1
2021-06-15tcp: Add num_closed_socks to struct sock_reuseport.Kuniyuki Iwashima1-2/+3
2021-06-15net: Introduce net.ipv4.tcp_migrate_req.Kuniyuki Iwashima1-0/+1
2021-06-14net: core: devlink: add dropped stats traps fieldOleksandr Mazur1-0/+10
2021-06-12rtnetlink: add alloc() method to rtnl_link_opsJohannes Berg1-0/+8
2021-06-12net: make get_net_ns return error if NET_NS is disabledChangbin Du1-0/+7
2021-06-11af_vsock: rest of SEQPACKET supportArseny Krasnov1-0/+2
2021-06-11af_vsock: implement send logic for SEQPACKETArseny Krasnov1-0/+2
2021-06-11af_vsock: implement SEQPACKET receive loopArseny Krasnov1-0/+4
2021-06-11net: dsa: add support for the SJA1110 native tagging protocolVladimir Oltean1-0/+2
2021-06-11net: dsa: generalize overhead for taggers that use both headers and trailersVladimir Oltean1-3/+3
2021-06-11inet: annotate date races around sk->sk_txhashEric Dumazet1-3/+7
2021-06-11net: annotate data race in sock_error()Eric Dumazet1-1/+6
2021-06-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller3-0/+17
2021-06-10Merge tag 'mac80211-for-net-2021-06-09' of git://git.kernel.org/pub/scm/linux...David S. Miller1-2/+7
2021-06-08page_pool: Allow drivers to hint on SKB recyclingIlias Apalodimas1-0/+9
2021-06-07Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller5-9/+12
2021-06-07netfilter: flowtable: Set offload timeouts according to proto valuesOz Shlomo1-0/+2
2021-06-07netfilter: conntrack: Introduce udp offload timeout configurationOz Shlomo1-0/+4
2021-06-07netfilter: conntrack: Introduce tcp offload timeout configurationOz Shlomo1-0/+4
2021-06-07netfilter: nftables: add nf_ct_pernet() helper functionPablo Neira Ayuso1-0/+7
2021-06-05tcp: export timestamp helpers for mptcpFlorian Westphal1-0/+4
2021-06-05sock: expose so_timestamping options for mptcpFlorian Westphal1-0/+2
2021-06-05sock: expose so_timestamp options for mptcpFlorian Westphal1-0/+1
2021-06-04net: caif: add proper error handlingPavel Skripkin2-2/+2
2021-06-04net: caif: added cfserl_release functionPavel Skripkin1-0/+1
2021-06-03devlink: Allow setting parent node of rate objectsDmytro Linkin1-1/+13
2021-06-03devlink: Introduce rate nodesDmytro Linkin1-1/+13
2021-06-03devlink: Allow setting tx rate for devlink rate leaf objectsDmytro Linkin1-0/+10
2021-06-03devlink: Introduce rate objectDmytro Linkin1-0/+14
2021-06-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller4-57/+90
2021-06-02net/sched: act_vlan: Fix modify to allow 0Boris Sukholitko1-0/+1
2021-06-02net/tls: Fix use-after-free after the TLS device goes down and upMaxim Mikityanskiy1-0/+9