index
:
linux.git
dev
master
v4.9.13
Unnamed repository; edit this file 'description' to name the repository.
Lucas Castro
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
ipv4
Age
Commit message (
Expand
)
Author
2022-02-05
tcp: add missing tcp_skb_can_collapse() test in tcp_shift_skb_data()
Eric Dumazet
2022-02-05
tcp: fix mem under-charging with zerocopy sendmsg()
Eric Dumazet
2022-02-01
ipv4: tcp: send zero IPID in SYNACK messages
Eric Dumazet
2022-02-01
ipv4: raw: lock the socket in raw_bind()
Eric Dumazet
2022-02-01
ipv4: fix ip option filtering for locally generated fragments
Jakub Kicinski
2022-02-01
ping: fix the sk_bound_dev_if match in ping_lookup
Xin Long
2022-01-27
gre: Don't accidentally set RTO_ONLINK in gre_fill_metadata_dst()
Guillaume Nault
2022-01-27
inet: frags: annotate races around fqdir->dead and fqdir->high_thresh
Eric Dumazet
2022-01-27
ipv4: avoid quadratic behavior in netns dismantle
Eric Dumazet
2022-01-27
ipv4: update fib_info_cnt under spinlock protection
Eric Dumazet
2022-01-27
bpf, sockmap: Fix return codes from tcp_bpf_recvmsg_parser()
John Fastabend
2022-01-27
netfilter: ipt_CLUSTERIP: fix refcount leak in clusterip_tg_check()
Xin Xiong
2021-12-31
lwtunnel: Validate RTA_ENCAP_TYPE attribute length
David Ahern
2021-12-31
ipv4: Check attribute length for RTA_FLOW in multipath route
David Ahern
2021-12-31
ipv4: Check attribute length for RTA_GATEWAY in multipath route
David Ahern
2021-12-29
net: fix use-after-free in tw_timer_handler
Muchun Song
2021-12-27
net: udp: fix alignment problem in udp4_seq_show()
yangxingwu
2021-12-20
inet: fully convert sk->sk_rx_dst to RCU rules
Eric Dumazet
2021-12-10
inet_diag: fix kernel-infoleak for UDP sockets
Eric Dumazet
2021-12-09
udp: using datalen to cap max gso segments
Jianguo Wu
2021-12-03
tcp: fix another uninit-value (sk_rx_queue_mapping)
Eric Dumazet
2021-12-03
inet: use #ifdef CONFIG_SOCK_RX_QUEUE_MAPPING consistently
Eric Dumazet
2021-12-02
ipv4: convert fib_num_tclassid_users to atomic_t
Eric Dumazet
2021-11-29
ipv6: fix memory leak in fib6_rule_suppress
msizanoen1
2021-11-24
tcp_cubic: fix spurious Hystart ACK train detections for not-cwnd-limited flows
Eric Dumazet
2021-11-23
net: nexthop: fix null pointer dereference when IPv6 is not enabled
Nikolay Aleksandrov
2021-11-22
net: nexthop: release IPv6 per-cpu dsts when replacing a nexthop group
Nikolay Aleksandrov
2021-11-16
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Jakub Kicinski
2021-11-16
udp: Validate checksum in udp_read_sock()
Cong Wang
2021-11-15
bpf: Forbid bpf_ktime_get_coarse_ns and bpf_timer_* in tracing progs
Dmitrii Banshchikov
2021-11-15
net: return correct error code
liuguoqiang
2021-11-12
tcp: Fix uninitialized access in skb frags array for Rx 0cp.
Arjun Roy
2021-11-11
Merge tag 'net-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
2021-11-09
bpf, sockmap: Fix race in ingress receive verdict with redirect to self
John Fastabend
2021-11-09
bpf, sockmap: Remove unhash handler for BPF sockmap usage
John Fastabend
2021-11-06
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2021-11-06
include/linux/mm.h: move nr_free_buffer_pages from swap.h to mm.h
Mianhan Liu
2021-11-04
tcp: Use BIT() for OPTION_* constants
Leonard Crestez
2021-11-03
net: avoid double accounting for pure zerocopy skbs
Talal Ahmad
2021-11-02
net: add and use skb_unclone_keeptruesize() helper
Eric Dumazet
2021-11-01
Revert "net: avoid double accounting for pure zerocopy skbs"
Jakub Kicinski
2021-11-01
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
2021-11-01
net: arp: introduce arp_evict_nocarrier sysctl parameter
James Prestwood
2021-11-01
net: avoid double accounting for pure zerocopy skbs
Talal Ahmad
2021-11-01
tcp: rename sk_wmem_free_skb
Talal Ahmad
2021-11-01
bpf: Factor out helpers for ctx access checking
Hou Tao
2021-11-01
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
2021-10-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-10-28
net: ipconfig: Release the rtnl_lock while waiting for carrier
Maxime Chevallier
2021-10-28
tcp: do not clear TCP_SKB_CB(skb)->sacked if already zero
Eric Dumazet
[next]