aboutsummaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)AuthorFilesLines
2021-07-13net: Use nlmsg_unicast() instead of netlink_unicast()Gravatar Yajun Deng 4-14/+6
2021-07-09mptcp: avoid processing packet if a subflow resetGravatar Jianguo Wu 1-4/+15
2021-07-09net: ip_tunnel: fix mtu calculation for ETHER tunnel devicesGravatar Hangbin Liu 1-3/+15
2021-07-09tcp: call sk_wmem_schedule before sk_mem_charge in zerocopy pathGravatar Talal Ahmad 1-0/+3
2021-07-08ipv6: tcp: drop silly ICMPv6 packet too big messagesGravatar Eric Dumazet 1-0/+1
2021-07-07ipmr: Fix indentation issueGravatar Roy, UjjaL 1-1/+1
2021-07-06tcp: fix tcp_init_transfer() to not reset icsk_ca_initializedGravatar Nguyen Dinh Phi 1-1/+1
2021-07-02udp: properly flush normal packet at GRO timeGravatar Paolo Abeni 1-2/+4
2021-07-02tcp: annotate data races around tp->mtu_infoGravatar Eric Dumazet 1-2/+2
2021-07-01udp: annotate data races around unix_sk(sk)->gso_sizeGravatar Eric Dumazet 1-3/+3
2021-06-30Merge tag 'net-next-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Gravatar Linus Torvalds 39-161/+593
2021-06-29Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-2/+2
2021-06-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 6-8/+72
2021-06-29tcp_yeah: check struct yeah size at compile timeGravatar Eric Dumazet 1-1/+1
2021-06-29net: sock: introduce sk_error_reportGravatar Alexander Aring 7-11/+11
2021-06-29net/ipv5/tcp: use vma_lookup() in tcp_zerocopy_receive()Gravatar Liam Howlett 1-2/+2
2021-06-28Merge tag 'fallthrough-fixes-clang-5.14-rc1' of git://git.kernel.org/pub/scm/...Gravatar Linus Torvalds 5-0/+5
2021-06-28ipv6: ICMPV6: add response to ICMPV6 RFC 8335 PROBE messagesGravatar Andreas Roeseler 1-22/+41
2021-06-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/gitGravatar David S. Miller 5-7/+1
2021-06-28gre: let mac_header point to outer header only when necessaryGravatar Guillaume Nault 1-1/+6
2021-06-28ipip: allow redirecting ipip and mplsip packets to eth devicesGravatar Guillaume Nault 1-0/+2
2021-06-28net: lwtunnel: handle MTU calculation in forwadingGravatar Vadim Fedorenko 1-1/+2
2021-06-24net: ip: avoid OOM kills with large UDP sends over loopbackGravatar Jakub Kicinski 1-14/+18
2021-06-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfGravatar David S. Miller 3-6/+67
2021-06-23tcp: Add stats for socket migration.Gravatar Kuniyuki Iwashima 3-2/+18
2021-06-23Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...Gravatar David S. Miller 1-1/+1
2021-06-22net/ipv4: swap flow ports when validating sourceGravatar Miao Wang 1-0/+2
2021-06-21udp: Fix a memory leak in udp_read_sock()Gravatar Cong Wang 1-0/+2
2021-06-21skmsg: Improve udp_bpf_recvmsg() accuracyGravatar Cong Wang 2-6/+65
2021-06-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 8-9/+43
2021-06-18icmp: don't send out ICMP messages with a source address of 0.0.0.0Gravatar Toke Høiland-Jørgensen 1-0/+7
2021-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextGravatar David S. Miller 5-21/+205
2021-06-16net: ipv4: fix memory leak in ip_mc_add1_srcGravatar Chengyang Fan 1-0/+1
2021-06-16inet_diag: add support for tw_markGravatar Maciej Żenczykowski 1-2/+10
2021-06-15tcp: Migrate TCP_NEW_SYN_RECV requests at receiving the final ACK.Gravatar Kuniyuki Iwashima 3-11/+47
2021-06-15tcp: Migrate TCP_NEW_SYN_RECV requests at retransmitting SYN+ACKs.Gravatar Kuniyuki Iwashima 1-6/+69
2021-06-15tcp: Migrate TCP_ESTABLISHED/TCP_SYN_RECV sockets in accept queues.Gravatar Kuniyuki Iwashima 1-1/+69
2021-06-15tcp: Keep TCP_CLOSE sockets in the reuseport group.Gravatar Kuniyuki Iwashima 2-3/+11
2021-06-15net: Introduce net.ipv4.tcp_migrate_req.Gravatar Kuniyuki Iwashima 1-0/+9
2021-06-14ipv4: Fix device used for dst_alloc with local routesGravatar David Ahern 1-1/+14
2021-06-10ping: Check return value of function 'ping_queue_rcv_skb'Gravatar Zheng Yongjun 1-5/+7
2021-06-09udp: fix race between close() and udp_abort()Gravatar Paolo Abeni 1-0/+10
2021-06-09inet: annotate data race in inet_send_prepare() and inet_dgram_connect()Gravatar Eric Dumazet 1-2/+2
2021-06-09xfrm: remove description from xfrm_type structGravatar Florian Westphal 5-5/+0
2021-06-08net: ipv4: Remove unneed BUG() functionGravatar Zheng Yongjun 1-1/+1
2021-06-08net: ipv4: fix memory leak in netlbl_cipsov4_add_stdGravatar Nanyong Sun 1-0/+1
2021-06-07ipv4: Fix spelling mistakesGravatar Zheng Yongjun 4-6/+6
2021-06-07Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netGravatar David S. Miller 1-5/+8
2021-06-04tcp: export timestamp helpers for mptcpGravatar Florian Westphal 1-6/+4
2021-06-03icmp: fix lib conflict with trinityGravatar Andreas Roeseler 1-1/+1