Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm
/
f4be969c03cbf88acdbaf7a29680e0a2e1b468aa
/
net
/
ipv4
f4be969
netfilter: add protocol independent NAT core
by Patrick McHardy
· 12 years ago
472459c
netfilter: nf_nat: add protoff argument to packet mangling functions
by Patrick McHardy
· 12 years ago
1befbdb
netfilter: nf_ct_sip: fix IPv6 address parsing
by Patrick McHardy
· 12 years ago
5e3a1fb
netfilter: nfnetlink_queue: fix compilation with CONFIG_NF_NAT=m and CONFIG_NF_CT_NETLINK=y
by Pablo Neira Ayuso
· 12 years ago
6640261
netfilter: nf_ct_helper: implement variable length helper private data
by Pablo Neira Ayuso
· 12 years ago
740ba7b
netfilter: nfnetlink_queue: add NAT TCP sequence adjustment if packet mangled
by Pablo Neira Ayuso
· 12 years ago
973ce62
netfilter: add user-space connection tracking helper infrastructure
by Pablo Neira Ayuso
· 13 years ago
f39e855
netfilter: remove ip_queue support
by Pablo Neira Ayuso
· 13 years ago
886af69
udp: avoid ufo handling on IP payload compression packets
by Alexey Kodanev
· 8 years ago
950864c
udp: consistently apply ufo or fragmentation
by Willem de Bruijn
· 7 years ago
50bf4c0
udp: only allow UFO for packets from SOCK_DGRAM sockets
by Michal Kubeček
· 10 years ago
dc7c41f
tcp: do not lock listener to process SYN packets
by Eric Dumazet
· 9 years ago
07de809
netfilter: x_tables: don't move to non-existent next rule
by Florian Westphal
· 8 years ago
5d85af1
net: tcp: fix rtable leak in tcp_is_local[6]
by liping.zhang
· 9 years ago
8e5087e
net: fix iterating over hashtable in tcp_nuke_addr()
by Dmitry Torokhov
· 9 years ago
50366dd
tcp: make challenge acks less predictable
by Eric Dumazet
· 8 years ago
826c8c4
tcp: md5: fix lockdep annotation
by Eric Dumazet
· 9 years ago
576e5ae
net: avoid to hang up on sending due to sysctl configuration overflow.
by bingtian.ly@taobao.com
· 12 years ago
9dfb3ff
inet: frags: fix defragmented packet's IP header for af_packet
by Edward Hyunkoo Jee
· 9 years ago
fd74bec
Patch for 3.2.x, 3.4.x IP identifier regression
by Jeffrey Knockel
· 10 years ago
3c72560
ipv4: disable bh while doing route gc
by Marcelo Ricardo Leitner
· 10 years ago
7d68222
ipv4: avoid parallel route cache gc executions
by Marcelo Ricardo Leitner
· 10 years ago
5ee6dc0
ipv4: move route garbage collector to work queue
by Marcelo Ricardo Leitner
· 10 years ago
23b4663
tcp: Fix integer-overflow in TCP vegas
by Christoph Paasch
· 10 years ago
4a99ddc
tcp: Fix integer-overflows in TCP veno
by Christoph Paasch
· 10 years ago
b27a1c6
ip: make IP identifiers less predictable
by Eric Dumazet
· 10 years ago
f884404
inetpeer: get rid of ip_id_count
by Eric Dumazet
· 10 years ago
c08793e
Revert: "net: ip, ipv6: handle gso skbs in forwarding path"
by Greg Kroah-Hartman
· 10 years ago
cd88c7f
ipv4: fix buffer overflow in ip_options_compile()
by Eric Dumazet
· 10 years ago
af9635f
tcp: fix false undo corner cases
by Yuchung Cheng
· 10 years ago
ab12bfe
igmp: fix the problem when mc leave group
by dingtianhong
· 10 years ago
0a0f295
tcp: fix tcp_match_skb_to_sack() for unaligned SACK at end of an skb
by Neal Cardwell
· 10 years ago
e89aff5
net: tunnels - enable module autoloading
by Tom Gundersen
· 11 years ago
2998269
netfilter: ipv4: defrag: set local_df flag on defragmented skb
by Florian Westphal
· 11 years ago
6d3d957
ipv4: initialise the itag variable in __mkroute_input
by Li RongQing
· 11 years ago
df210f6
ipv4: fib_semantics: increment fib_info_cnt after fib_info allocation
by Sergey Popovich
· 11 years ago
e15ad2e
net: ipv4: ip_forward: fix inverted local_df test
by Florian Westphal
· 11 years ago
df7c784
tcp_cubic: fix the range of delayed_ack
by Liu Yu
· 11 years ago
6c3734b
netfilter: Can't fail and free after table replacement
by Thomas Graf
· 11 years ago
5735d67
net: ip, ipv6: handle gso skbs in forwarding path
by Florian Westphal
· 11 years ago
e0c7f9c
net: avoid reference counter overflows on fib_rules in multicast forwarding
by Hannes Frederic Sowa
· 11 years ago
6846187
inet_diag: fix inet_diag_dump_icsk() timewait socket state logic
by Neal Cardwell
· 11 years ago
4e74fc9
net: inet_diag: zero out uninitialized idiag_{src,dst} fields
by Daniel Borkmann
· 11 years ago
376a527
Revert "net: update consumers of MSG_MORE to recognize MSG_SENDPAGE_NOTLAST"
by Greg Kroah-Hartman
· 11 years ago
bda3e91
net: update consumers of MSG_MORE to recognize MSG_SENDPAGE_NOTLAST
by Shawn Landden
· 11 years ago
3615740
inet: fix possible seqlock deadlocks
by Eric Dumazet
· 11 years ago
1f0bd0c
net: update consumers of MSG_MORE to recognize MSG_SENDPAGE_NOTLAST
by Shawn Landden
· 11 years ago
ff4fe08
inet: fix addr_len/msg->msg_namelen assignment in recv_error and rxpmtu functions
by Hannes Frederic Sowa
· 11 years ago
a6b8db0
inet: prevent leakage of uninitialized memory to user in recv syscalls
by Hannes Frederic Sowa
· 11 years ago
c347d01
ipv4: fix possible seqlock deadlock
by Eric Dumazet
· 11 years ago
a1d16c8
inet: fix possible memory corruption with UDP_CORK and UFO
by Hannes Frederic Sowa
· 11 years ago
aecc497
ipv4: fix ineffective source address selection
by Jiri Benc
· 11 years ago
e152937
net: do not call sock_put() on TIMEWAIT sockets
by Eric Dumazet
· 11 years ago
4c1e744
tcp: do not forget FIN in tcp_shifted_skb()
by Eric Dumazet
· 11 years ago
896e6cb
tcp: must unclone packets before mangling them
by Eric Dumazet
· 11 years ago
b91c790
ipv4 igmp: use in_dev_put in timer handlers instead of __in_dev_put
by Salam Noureddine
· 11 years ago
2bbe1a3
ip: generate unique IP identificator if local fragmentation is allowed
by Ansis Atteka
· 11 years ago
6519f25
ip: use ip_hdr() in __ip_make_skb() to retrieve IP header
by Ansis Atteka
· 11 years ago
854eafe
tcp: cubic: fix bug in bictcp_acked()
by Eric Dumazet
· 11 years ago
b37ecfd
tcp: cubic: fix overflow error in bictcp_update()
by Eric Dumazet
· 11 years ago
c2a016a
fib_trie: remove potential out of bound access
by Eric Dumazet
· 11 years ago
7b621d6
sysctl net: Keep tcp_syn_retries inside the boundary
by Michal Tesar
· 11 years ago
f2e6f75
ipv6: call udp_push_pending_frames when uncorking a socket with AF_INET pending data
by Hannes Frederic Sowa
· 11 years ago
d75ff32
ipv4: Fixed MD5 key lookups when adding/ removing MD5 to/ from TCP sockets.
by Aydin Arik
· 11 years ago
e816a41
ip_tunnel: fix kernel panic with icmp_dest_unreach
by Eric Dumazet
· 11 years ago
f76399b
tcp: xps: fix reordering issues
by Eric Dumazet
· 12 years ago
0d06c25
tcp: bug fix in proportional rate reduction.
by Nandita Dukkipati
· 12 years ago
c47ba75
tcp: fix tcp_md5_hash_skb_data()
by Eric Dumazet
· 12 years ago
583dccf
net: drop dst before queueing fragments
by Eric Dumazet
· 12 years ago
b7650ea
tcp: call tcp_replace_ts_recent() from tcp_ack()
by Eric Dumazet
· 12 years ago
ee75c45
esp4: fix error return code in esp_output()
by Wei Yongjun
· 12 years ago
20f2f7d
tcp: Reallocate headroom if it would overflow csum_start
by Thomas Graf
· 12 years ago
27c43bb
tcp: incoming connections might use wrong route under synflood
by Dmitry Popov
· 12 years ago
b86b771
tcp: undo spurious timeout after SACK reneging
by Yuchung Cheng
· 12 years ago
c81123c
tcp: preserve ACK clocking in TSO
by Eric Dumazet
· 12 years ago
3176a54
inet: limit length of fragment queue hash table bucket lists
by Hannes Frederic Sowa
· 12 years ago
d186256
tcp: fix skb_availroom()
by Eric Dumazet
· 12 years ago
0ae508e
net/ipv4: Ensure that location of timestamp option is stored
by David Ward
· 12 years ago
c6e71c2
tcp: fix double-counted receiver RTT when leaving receiver fast path
by Neal Cardwell
· 12 years ago
1fb5f30
ipv6: use a stronger hash for tcp
by Eric Dumazet
· 12 years ago
d5569ab
tcp: fix for zero packets_in_flight was too broad
by Ilpo Järvinen
· 12 years ago
19ed8f1
tcp: frto should not set snd_cwnd to 0
by Eric Dumazet
· 12 years ago
870e6cd
net: prevent setting ttl=0 via IP_TTL
by Cong Wang
· 12 years ago
d19c2b2
tcp: RFC 5961 5.2 Blind Data Injection Attack Mitigation
by Eric Dumazet
· 12 years ago
0776c355
tcp: tcp_replace_ts_recent() should not be called from tcp_validate_incoming()
by Eric Dumazet
· 12 years ago
d740010
tcp: refine SYN handling in tcp_validate_incoming
by Eric Dumazet
· 12 years ago
dd0e5c2
tcp: implement RFC 5961 4.2
by Eric Dumazet
· 12 years ago
9c5a046
tcp: implement RFC 5961 3.2
by Eric Dumazet
· 12 years ago
efba1bb
inet: Fix kmemleak in tcp_v4/6_syn_recv_sock and dccp_v4/6_request_recv_sock
by Christoph Paasch
· 12 years ago
4120d9c
inet_diag: validate port comparison byte code to prevent unsafe reads
by Neal Cardwell
· 12 years ago
14889d4
inet_diag: avoid unsafe and nonsensical prefix matches in inet_diag_bc_run()
by Neal Cardwell
· 12 years ago
63e9df2
inet_diag: validate byte code to prevent oops in inet_diag_bc_run()
by Neal Cardwell
· 12 years ago
159a877
inet_diag: fix oops for IPv4 AF_INET6 TCP SYN-RECV state
by Neal Cardwell
· 12 years ago
955c7be
ipv4: ip_check_defrag must not modify skb before unsharing
by Johannes Berg
· 12 years ago
5b6df9a
netfilter: nf_nat: don't check for port change on ICMP tuples
by Ulrich Weber
· 12 years ago
2398b64
ipv4: avoid undefined behavior in do_ip_setsockopt()
by Xi Wang
· 12 years ago
2e991e7
net: inet_diag -- Return error code if protocol handler is missed
by Cyrill Gorcunov
· 12 years ago
0739a84
net: fix divide by zero in tcp algorithm illinois
by Jesper Dangaard Brouer
· 12 years ago
e8fe45b
tcp: resets are misrouted
by Alexey Kuznetsov
· 12 years ago
6b19688
netfilter: nf_nat_sip: fix via header translation with multiple parameters
by Patrick McHardy
· 12 years ago
Next »