summaryrefslogtreecommitdiffstats
path: root/net/ipv4 (follow)
Commit message (Expand)AuthorAgeFilesLines
* ipv6: tcp: drop silly ICMPv6 packet too big messagesEric Dumazet2021-07-081-0/+1
* ipmr: Fix indentation issueRoy, UjjaL2021-07-081-1/+1
* tcp: fix tcp_init_transfer() to not reset icsk_ca_initializedNguyen Dinh Phi2021-07-061-1/+1
* udp: properly flush normal packet at GRO timePaolo Abeni2021-07-031-2/+4
* tcp: annotate data races around tp->mtu_infoEric Dumazet2021-07-021-2/+2
* udp: annotate data races around unix_sk(sk)->gso_sizeEric Dumazet2021-07-011-3/+3
* Merge tag 'net-next-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2021-07-0139-161/+593
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-06-306-8/+72
| |\
| | * net: lwtunnel: handle MTU calculation in forwadingVadim Fedorenko2021-06-281-1/+2
| | * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2021-06-233-6/+67
| | |\
| | | * udp: Fix a memory leak in udp_read_sock()Cong Wang2021-06-211-0/+2
| | | * skmsg: Improve udp_bpf_recvmsg() accuracyCong Wang2021-06-212-6/+65
| | * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2021-06-231-1/+1
| | |\ \
| | | * | xfrm: xfrm_state_mtu should return at least 1280 for ipv6Sabrina Dubroca2021-04-191-1/+1
| | * | | net/ipv4: swap flow ports when validating sourceMiao Wang2021-06-221-0/+2
| * | | | tcp_yeah: check struct yeah size at compile timeEric Dumazet2021-06-291-1/+1
| * | | | net: sock: introduce sk_error_reportAlexander Aring2021-06-297-11/+11
| * | | | ipv6: ICMPV6: add response to ICMPV6 RFC 8335 PROBE messagesAndreas Roeseler2021-06-281-22/+41
| * | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/gitDavid S. Miller2021-06-285-7/+1
| |\ \ \ \
| | * | | | xfrm: remove description from xfrm_type structFlorian Westphal2021-06-095-5/+0
| | * | | | esp: drop unneeded assignment in esp4_gro_receive()Yang Li2021-05-141-2/+1
| * | | | | gre: let mac_header point to outer header only when necessaryGuillaume Nault2021-06-281-1/+6
| * | | | | ipip: allow redirecting ipip and mplsip packets to eth devicesGuillaume Nault2021-06-281-0/+2
| * | | | | net: ip: avoid OOM kills with large UDP sends over loopbackJakub Kicinski2021-06-241-14/+18
| * | | | | tcp: Add stats for socket migration.Kuniyuki Iwashima2021-06-233-2/+18
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-06-198-9/+43
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2021-06-175-21/+205
| |\ \ \ \ \
| | * | | | | tcp: Migrate TCP_NEW_SYN_RECV requests at receiving the final ACK.Kuniyuki Iwashima2021-06-153-11/+47
| | * | | | | tcp: Migrate TCP_NEW_SYN_RECV requests at retransmitting SYN+ACKs.Kuniyuki Iwashima2021-06-151-6/+69
| | * | | | | tcp: Migrate TCP_ESTABLISHED/TCP_SYN_RECV sockets in accept queues.Kuniyuki Iwashima2021-06-151-1/+69
| | * | | | | tcp: Keep TCP_CLOSE sockets in the reuseport group.Kuniyuki Iwashima2021-06-152-3/+11
| | * | | | | net: Introduce net.ipv4.tcp_migrate_req.Kuniyuki Iwashima2021-06-151-0/+9
| * | | | | | inet_diag: add support for tw_markMaciej Żenczykowski2021-06-161-2/+10
| * | | | | | ipv4: Fix spelling mistakesZheng Yongjun2021-06-074-6/+6
| * | | | | | Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-06-071-5/+8
| |\ \ \ \ \ \
| * | | | | | | tcp: export timestamp helpers for mptcpFlorian Westphal2021-06-041-6/+4
| * | | | | | | icmp: fix lib conflict with trinityAndreas Roeseler2021-06-041-1/+1
| * | | | | | | net: tcp better handling of reordering then loss casesYuchung Cheng2021-06-031-19/+26
| * | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2021-06-021-1/+1
| |\ \ \ \ \ \ \
| | * | | | | | | netfilter: nf_tables: add and use nft_sk helperFlorian Westphal2021-05-291-1/+1
| * | | | | | | | net: Return the correct errno codeZheng Yongjun2021-06-021-1/+1
| |/ / / / / / /
| * | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-05-271-0/+2
| |\ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | |
| * | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2021-05-192-13/+4
| |\ \ \ \ \ \ \
| | * | | | | | | skmsg: Remove unused parameters of sk_msg_wait_data()Cong Wang2021-05-182-13/+4
| * | | | | | | | net: Add notifications when multipath hash field changeIdo Schimmel2021-05-191-1/+17
| * | | | | | | | cipso: correct comments of cipso_v4_cache_invalidate()Zheng Yejian2021-05-181-2/+1
| * | | | | | | | ipv4: Add custom multipath hash policyIdo Schimmel2021-05-182-1/+123
| * | | | | | | | ipv4: Add a sysctl to control multipath hash fieldsIdo Schimmel2021-05-182-0/+18
| * | | | | | | | ipv4: Calculate multipath hash inside switch statementIdo Schimmel2021-05-181-2/+4
| * | | | | | | | net: Remove the member netns_okYejune Deng2021-05-187-19/+0