Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
a00d91ea264f974b3d57babce143ba157921629a
/
net
/
ipv4
0c9ab09
tcp: fix ssthresh and undo for consecutive short FRTO episodes
by Neal Cardwell
· 10 years ago
a26552a
tcp: don't allow syn packets without timestamps to pass tcp_tw_recycle logic
by Hannes Frederic Sowa
· 10 years ago
4fab907
tcp: fix tcp_release_cb() to dispatch via address family for mtu_reduced()
by Neal Cardwell
· 10 years ago
9d186ca
tcp: don't use timestamp from repaired skb-s to calculate RTT (v2)
by Andrey Vagin
· 10 years ago
490cc7d
net-timestamp: fix missing tcp fragmentation cases
by Willem de Bruijn
· 10 years ago
712a722
net-timestamp: fix missing ACK timestamp
by Willem de Bruijn
· 10 years ago
b7a71b5
ipv4: removed redundant conditional
by Niv Yehezkel
· 10 years ago
33caee3
Merge branch 'akpm' (patchbomb from Andrew Morton)
by Linus Torvalds
· 10 years ago
1d02328
list: fix order of arguments for hlist_add_after(_rcu)
by Ken Helias
· 10 years ago
9ea88a1
tcp: md5: check md5 signature without socket lock
by Dmitry Popov
· 10 years ago
f066e2b
net-timestamp: cumulative tcp timestamping fixes
by Willem de Bruijn
· 10 years ago
ae045e2
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Linus Torvalds
· 10 years ago
bb2cbf5
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security
by Linus Torvalds
· 10 years ago
d247b6a
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 10 years ago
e1c8a60
net-timestamp: ACK timestamp for bytestreams
by Willem de Bruijn
· 10 years ago
4ed2d76
net-timestamp: TCP timestamping
by Willem de Bruijn
· 10 years ago
09c2d25
net-timestamp: add key to disambiguate concurrent datagrams
by Willem de Bruijn
· 10 years ago
5ae344c
tcp: reduce spurious retransmits due to transient SACK reneging
by Neal Cardwell
· 10 years ago
64a124e
tcp: md5: remove unneeded check in tcp_v4_parse_md5_keys
by Dmitry Popov
· 10 years ago
47dfe40
Merge branch 'for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup
by Linus Torvalds
· 10 years ago
d4ad4d2
inet: frags: use kmem_cache for inet_frag_queue
by Nikolay Aleksandrov
· 10 years ago
2e404f6
inet: frags: use INET_FRAG_EVICTED to prevent icmp messages
by Nikolay Aleksandrov
· 10 years ago
f926e23
inet: frags: fix function declaration alignments in inet_fragment
by Nikolay Aleksandrov
· 10 years ago
06aa8b8
inet: frags: rename last_in to flags
by Nikolay Aleksandrov
· 10 years ago
188b121
ipv4: remove nested rcu_read_lock/unlock
by Duan Jiong
· 10 years ago
103ae67
Merge branch 'next' of git://git.infradead.org/users/pcmoore/selinux into next
by James Morris
· 10 years ago
4fbe63d
netlabel: shorter names for the NetLabel catmap funcs/structs
by Paul Moore
· 10 years ago
4b8feff
netlabel: fix the horribly broken catmap functions
by Paul Moore
· 10 years ago
41c3bd2
netlabel: fix a problem when setting bits below the previously lowest bit
by Paul Moore
· 10 years ago
4330487
net: use inet6_iif instead of IP6CB()->iif
by Duan Jiong
· 10 years ago
7304fe4
net: fix the counter ICMP_MIB_INERRORS/ICMP6_MIB_INERRORS
by Duan Jiong
· 10 years ago
a173e55
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
by David S. Miller
· 10 years ago
388070f
tcp: don't require root to read tcp_metrics
by Banerjee, Debabrata
· 10 years ago
ccda4a7
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next
by David S. Miller
· 10 years ago
1f74e61
tcp: Fix integer-overflow in TCP vegas
by Christoph Paasch
· 10 years ago
45a0769
tcp: Fix integer-overflows in TCP veno
by Christoph Paasch
· 10 years ago
95cb574
ip_tunnel(ipv4): fix tunnels with "local any remote $remote_ip"
by Dmitry Popov
· 10 years ago
f139c74
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 10 years ago
c54a5e0
ipv4: clean up cast warning in do_ip_getsockopt
by Karoly Kemeny
· 10 years ago
2744644
net/udp_offload: Use IS_ERR_OR_NULL
by Himangi Saraogi
· 10 years ago
5a8dbf0
net/ipv4: Use IS_ERR_OR_NULL
by Himangi Saraogi
· 10 years ago
20e61da
ipv4: fail early when creating netdev named all or default
by WANG Cong
· 10 years ago
04ca697
ip: make IP identifiers less predictable
by Eric Dumazet
· 10 years ago
1bab4c7
inet: frag: set limits and make init_net's high_thresh limit global
by Nikolay Aleksandrov
· 10 years ago
ab1c724
inet: frag: use seqlock for hash rebuild
by Florian Westphal
· 10 years ago
e3a57d1
inet: frag: remove periodic secret rebuild timer
by Florian Westphal
· 10 years ago
3fd588e
inet: frag: remove lru list
by Florian Westphal
· 10 years ago
434d305
inet: frag: don't account number of fragment queues
by Florian Westphal
· 10 years ago
b13d3cb
inet: frag: move eviction of queues to work queue
by Florian Westphal
· 10 years ago
86e93e4
inet: frag: move evictor calls into frag_find function
by Florian Westphal
· 10 years ago
fb3cfe6
inet: frag: remove hash size assumptions from callers
by Florian Westphal
· 10 years ago
36c7778
inet: frag: constify match, hashfn and constructor arguments
by Florian Westphal
· 10 years ago
d4da843
netfilter: kill remnants of ulog targets
by Paul Bolle
· 10 years ago
5bd3a76
netfilter: nf_conntrack: remove exceptional & on function name
by Himangi Saraogi
· 10 years ago
179542a
igmp: remove exceptional & on function name
by Himangi Saraogi
· 10 years ago
f5220d6
ipv4: Make IP_MULTICAST_ALL and IP_MSFILTER work on raw sockets
by Quentin Armitage
· 10 years ago
274f482
sock: remove skb argument from sk_rcvqueues_full
by Sorin Dumitru
· 10 years ago
8fd90bb
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 10 years ago
10ec947
ipv4: fix buffer overflow in ip_options_compile()
by Eric Dumazet
· 10 years ago
a8138f4
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
by David S. Miller
· 10 years ago
2dc41cf
udp: Use hash2 for long hash1 chains in __udp*_lib_mcast_deliver.
by David Held
· 10 years ago
5cf3d46
udp: Simplify __udp*_lib_mcast_deliver.
by David Held
· 10 years ago
c3caf11
net-gre-gro: Fix a bug that breaks the forwarding path
by Jerry Chu
· 10 years ago
1a98c69
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 10 years ago
11878b4
net-timestamp: SOCK_RAW and PING timestamping
by Willem de Bruijn
· 10 years ago
5ee2c94
tcp: Remove unnecessary arg from tcp_enter_cwr and tcp_init_cwnd_reduction
by Christoph Paasch
· 10 years ago
c835a67
net: set name_assign_type in alloc_netdev()
by Tom Gundersen
· 10 years ago
2cf669a
cgroup: replace cgroup_add_cftypes() with cgroup_add_legacy_cftypes()
by Tejun Heo
· 10 years ago
155e010
udp: Move udp_tunnel_segment into udp_offload.c
by Tom Herbert
· 10 years ago
8024e02
udp: Add udp_sock_create for UDP tunnels to open listener socket
by Tom Herbert
· 10 years ago
a2f983f
ipv4: remove the unnecessary variable in udp_mcast_next
by Li RongQing
· 10 years ago
d0a7ebb
GRE: enable offloads for GRE
by Amritha Nambiar
· 10 years ago
405fd70
ipconfig: Only bootp paths should reference ic_dev_xid.
by David S. Miller
· 10 years ago
21621e9
ipconfig: move ic_dev_xid under IPCONFIG_BOOTP
by Fabian Frederick
· 10 years ago
e005659
ip_tunnel: fix ip_tunnel_lookup
by Dmitry Popov
· 10 years ago
4f6ad60
ipconfig: add static to local variable
by Fabian Frederick
· 10 years ago
6e08d5e
tcp: fix false undo corner cases
by Yuchung Cheng
· 10 years ago
52ad353
igmp: fix the problem when mc leave group
by dingtianhong
· 10 years ago
b73c3d0
net: Save TX flow hash in sock and set in skbuf on xmit
by Tom Herbert
· 10 years ago
86c6a2c
tcp: switch snt_synack back to measuring transmit time of first SYNACK
by Neal Cardwell
· 10 years ago
68b7107
ipv4: icmp: Fix pMTU handling for rare case
by Edward Allcutt
· 10 years ago
5924f17
tcp: Fix divide by zero when pushing during tcp-repair
by Christoph Paasch
· 10 years ago
9fe516b
inet: move ipv6only in sock_common
by Eric Dumazet
· 10 years ago
7f50236
ipv4: irq safe sk_dst_[re]set() and ipv4_sk_update_pmtu() fix
by Eric Dumazet
· 10 years ago
24de3d3
netfilter: use IS_ENABLED() macro
by Duan Jiong
· 10 years ago
4135ab8
tcp: tcp_conn_request: fix build error when IPv6 is disabled
by Octavian Purdila
· 10 years ago
1759389
xfrm4: Remove duplicate semicolon
by Christoph Paasch
· 10 years ago
c187886
netfilter: fix several Kconfig problems in NF_LOG_*
by Pablo Neira Ayuso
· 10 years ago
1fb6f15
tcp: add tcp_conn_request
by Octavian Purdila
· 10 years ago
695da14
tcp: add queue_add_hash to tcp_request_sock_ops
by Octavian Purdila
· 10 years ago
2aec4a2
tcp: add mss_clamp to tcp_request_sock_ops
by Octavian Purdila
· 10 years ago
5db92c9
tcp: unify tcp_v4_rtx_synack and tcp_v6_rtx_synack
by Octavian Purdila
· 10 years ago
d6274bd
tcp: add send_synack method to tcp_request_sock_ops
by Octavian Purdila
· 10 years ago
936b8bd
tcp: add init_seq method to tcp_request_sock_ops
by Octavian Purdila
· 10 years ago
d94e041
tcp: add route_req method to tcp_request_sock_ops
by Octavian Purdila
· 10 years ago
fb7b37a
tcp: add init_cookie_seq method to tcp_request_sock_ops
by Octavian Purdila
· 10 years ago
16bea70
tcp: add init_req method to tcp_request_sock_ops
by Octavian Purdila
· 10 years ago
aa27fc5
tcp: tcp_v[46]_conn_request: fix snt_synack initialization
by Octavian Purdila
· 10 years ago
57b4755
tcp: cookie_v4_init_sequence: skb should be const
by Octavian Purdila
· 10 years ago
35b9395
netfilter: add generic ARP packet logger
by Pablo Neira Ayuso
· 10 years ago
Next »