index
:
nova.git
nova
nova-next
topic/nova/allocator
wip/fw-loader
dakr's fork of freedesktop.org/drm/nova
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
ipv4
Age
Commit message (
Expand
)
Author
2024-05-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2024-05-13
tcp: rstreason: fully support in tcp_check_req()
Jason Xing
2024-05-13
tcp: rstreason: handle timewait cases in the receive path
Jason Xing
2024-05-13
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
2024-05-13
netlabel: fix RCU annotation for IPv4 options on socket creation
Davide Caratti
2024-05-13
tcp: socket option to check for MPTCP fallback to TCP
Matthieu Baerts (NGI0)
2024-05-13
net: gro: move L3 flush checks to tcp_gro_receive and udp_gro_receive_segment
Richard Gobert
2024-05-13
net: gro: use cb instead of skb->network_header
Richard Gobert
2024-05-13
inet: fix inet_fill_ifaddr() flags truncation
Eric Dumazet
2024-05-13
Merge tag 'nf-next-24-05-12' of git://git.kernel.org/pub/scm/linux/kernel/git...
Jakub Kicinski
2024-05-09
tcp: get rid of twsk_unique()
Eric Dumazet
2024-05-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2024-05-08
net/ipv4: add tracepoint for icmp_send
Peilin He
2024-05-07
net: annotate writes on dev->mtu from ndo_change_mtu()
Eric Dumazet
2024-05-07
rtnetlink: allow rtnl_fill_link_netnsid() to run under RCU protection
Eric Dumazet
2024-05-06
Merge tag 'ipsec-next-2024-05-03' of git://git.kernel.org/pub/scm/linux/kerne...
Jakub Kicinski
2024-05-06
netfilter: use NF_DROP instead of -NF_DROP
Jason Xing
2024-05-06
net: add heuristic for enabling TCP fraglist GRO
Felix Fietkau
2024-05-06
net: create tcp_gro_header_pull helper function
Felix Fietkau
2024-05-06
net: create tcp_gro_lookup helper function
Felix Fietkau
2024-05-06
net: add code for TCP fraglist GRO
Felix Fietkau
2024-05-06
net: add support for segmenting TCP fraglist GSO packets
Felix Fietkau
2024-05-06
net: move skb_gro_receive_list from udp to core
Felix Fietkau
2024-05-03
Merge tag 'ipsec-2024-05-02' of git://git.kernel.org/pub/scm/linux/kernel/git...
Jakub Kicinski
2024-05-03
net: ipv{6,4}: Remove the now superfluous sentinel elements from ctl_table array
Joel Granados
2024-05-02
tcp: Use refcount_inc_not_zero() in tcp_twsk_unique().
Kuniyuki Iwashima
2024-05-02
tcp: defer shutdown(SEND_SHUTDOWN) for TCP_SYN_RECV sockets
Eric Dumazet
2024-05-02
bpf: tcp: Allow to write tp->snd_cwnd_stamp in bpf_tcp_ca
Miao Xu
2024-05-02
tcp: Add new args for cong_control in tcp_congestion_ops
Miao Xu
2024-05-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2024-05-02
net: gro: add flush check in udp_gro_receive_segment
Richard Gobert
2024-05-02
net: gro: fix udp bad offset in socket lookup by adding {inner_}network_offse...
Richard Gobert
2024-05-02
ipv4: Fix uninit-value access in __ip_make_skb()
Shigeru Yoshida
2024-05-01
arp: Convert ioctl(SIOCGARP) to RCU.
Kuniyuki Iwashima
2024-05-01
arp: Get dev after calling arp_req_(delete|set|get)().
Kuniyuki Iwashima
2024-05-01
arp: Remove a nest in arp_req_get().
Kuniyuki Iwashima
2024-05-01
arp: Factorise ip_route_output() call in arp_req_set() and arp_req_delete().
Kuniyuki Iwashima
2024-05-01
arp: Validate netmask earlier for SIOCDARP and SIOCSARP in arp_ioctl().
Kuniyuki Iwashima
2024-05-01
arp: Move ATF_COM setting in arp_req_set().
Kuniyuki Iwashima
2024-04-30
net: add <net/proto_memory.h>
Eric Dumazet
2024-04-30
tcp: move tcp_out_of_memory() to net/ipv4/tcp.c
Eric Dumazet
2024-04-30
net: move sysctl_max_skb_frags to net_hotdata
Eric Dumazet
2024-04-30
inet: introduce dst_rtable() helper
Eric Dumazet
2024-04-29
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
2024-04-29
ipv6: introduce dst_rt6_info() helper
Eric Dumazet
2024-04-29
inet: use call_rcu_hurry() in inet_free_ifa()
Eric Dumazet
2024-04-26
tcp: fix tcp_grow_skb() vs tstamps
Eric Dumazet
2024-04-26
rstreason: make it work in trace world
Jason Xing
2024-04-26
tcp: support rstreason for passive reset
Jason Xing
2024-04-26
rstreason: prepare for active reset
Jason Xing
[next]