Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
eed530b6c67624db3f2cf477bac7c4d005d8f7ba
/
net
/
ipv4
eed530b
tcp: early retransmit
by Yuchung Cheng
· 13 years ago
1fbc340
tcp: early retransmit: tcp_enter_recovery()
by Yuchung Cheng
· 13 years ago
329033f
tcp: makes tcp_try_coalesce aware of skb->head_frag
by Eric Dumazet
· 13 years ago
6746960
ipv6: RTAX_FEATURE_ALLFRAG causes inefficient TCP segment sizing
by Eric Dumazet
· 13 years ago
de248a7
tcp repair: Fix unaligned access when repairing options (v2)
by Pavel Emelyanov
· 13 years ago
8dcf01f
net: sock_diag_handler structs can be const
by Shan Wei
· 13 years ago
38ba0a6
net: skb_can_coalesce returns a boolean
by Eric Dumazet
· 13 years ago
783c175
tcp: tcp_try_coalesce returns a boolean
by Eric Dumazet
· 13 years ago
f240019
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 13 years ago
1402d36
tcp: introduce tcp_try_coalesce
by Eric Dumazet
· 13 years ago
da882c1
tcp: sk_add_backlog() is too agressive for TCP
by Eric Dumazet
· 13 years ago
f545a38
net: add a limit parameter to sk_add_backlog()
by Eric Dumazet
· 13 years ago
ac807fa
tcp: Fix build warning after tcp_{v4,v6}_init_sock consolidation.
by David S. Miller
· 13 years ago
900f65d
tcp: move duplicate code from tcp_v4_init_sock()/tcp_v6_init_sock()
by Neal Cardwell
· 13 years ago
b139ba4
tcp: Repair connection-time negotiated parameters
by Pavel Emelyanov
· 13 years ago
5e6a3ce
tcp: Report mss_clamp with TCP_MAXSEG option in repair mode
by Pavel Emelyanov
· 13 years ago
c0e88ff
tcp: Repair socket queues
by Pavel Emelyanov
· 13 years ago
ee99528
tcp: Initial repair mode
by Pavel Emelyanov
· 13 years ago
370816a
tcp: Move code around
by Pavel Emelyanov
· 13 years ago
4a17fd5
sock: Introduce named constants for sk_reuse
by Pavel Emelyanov
· 13 years ago
a5347fe
net: Delete all remaining instances of ctl_path
by Eric W. Biederman
· 13 years ago
ec8f23c
net: Convert all sysctl registrations to register_net_sysctl
by Eric W. Biederman
· 13 years ago
f99e8f7
net: Convert nf_conntrack_proto to use register_net_sysctl
by Eric W. Biederman
· 13 years ago
8607ddb
net ipv4: Convert devinet to use register_net_sysctl
by Eric W. Biederman
· 13 years ago
4e5ca78
net ipv4: Remove the unneeded registration of an empty net/ipv4/neigh
by Eric W. Biederman
· 13 years ago
5dd3df1
net: Move all of the network sysctls without a namespace into init_net.
by Eric W. Biederman
· 13 years ago
4344475
net: Kill register_sysctl_rotable
by Eric W. Biederman
· 13 years ago
cbf8f7b
ipv4: dont drop packet in defrag but consume it
by Eric Dumazet
· 13 years ago
7426a56
net: fix compile error of leaking kmemleak.h header
by Shan Wei
· 13 years ago
22b4a4f
tcp: fix retransmit of partially acked frames
by Eric Dumazet
· 13 years ago
7f59388
net/ipv4:Remove two memleak reports by kmemleak_not_leak.
by majianpeng
· 13 years ago
4d846f0
tcp: fix tcp_grow_window() for large incoming frames
by Eric Dumazet
· 13 years ago
95c9617
net: cleanup unsigned to unsigned int
by Eric Dumazet
· 13 years ago
5e73ea1
ipv4: fix checkpatch errors
by Daniel Baluta
· 13 years ago
a8cb05b
tcp: Remove redundant code entering quickack mode
by Vijay Subramanian
· 13 years ago
aacd928
tcp: bind() use stronger condition for bind_conflict
by Alex Copot
· 13 years ago
c72e118
inet: makes syn_ack_timeout mandatory
by Eric Dumazet
· 13 years ago
fd4f2ce
tcp: RFC6298 supersedes RFC2988bis
by Eric Dumazet
· 13 years ago
87b6d21
tunnel: implement 64 bits statistics
by stephen hemminger
· 13 years ago
447167b
udp: intoduce udp_encap_needed static_key
by Eric Dumazet
· 13 years ago
011e3c6
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 13 years ago
174808a
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 13 years ago
a21d457
tcp: avoid order-1 allocations on wifi and tx path
by Eric Dumazet
· 13 years ago
94fb175
Merge tag 'dmaengine-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/dmaengine
by Linus Torvalds
· 13 years ago
18a223e
tcp: fix tcp_rcv_rtt_update() use of an unscaled RTT sample
by Neal Cardwell
· 13 years ago
5fb84b1
tcp: restore correct limit
by Eric Dumazet
· 13 years ago
06eb4ea
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 13 years ago
07153c6
netfilter: nf_ct_ipv4: packets with wrong ihl are invalid
by Jozsef Kadlecsik
· 13 years ago
8430eac
netfilter: nf_ct_ipv4: handle invalid IPv4 and IPv6 packets consistently
by Jozsef Kadlecsik
· 13 years ago
35f9c09
tcp: tcp_sendpages() should call tcp_push() once
by Eric Dumazet
· 13 years ago
a2bd114
netdma: adding alignment check for NETDMA ops
by Dave Jiang
· 13 years ago
ce713ee
net: replace continue with break to reduce unnecessary loop in xxx_xmarksources
by RongQing.Li
· 13 years ago
d4a9686
net/route: export symbol ip_tos2prio
by Amir Vadai
· 13 years ago
2f53384
tcp: allow splice() to build full TSO packets
by Eric Dumazet
· 13 years ago
ed359a3
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 13 years ago
d317e4f
netfilter: ipv4: Stop using NLA_PUT*().
by David S. Miller
· 13 years ago
f3756b7
ipv4: Stop using NLA_PUT*().
by David S. Miller
· 13 years ago
0195c00
Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-asm_system
by Linus Torvalds
· 13 years ago
9ffc93f
Remove all #inclusions of asm/system.h
by David Howells
· 13 years ago
4e7b2f1
net/ipv4: fix IPv4 multicast over network namespaces
by Benjamin LaHaise
· 13 years ago
eaddcd7
bonding: remove entries for master_ip and vlan_ip and query devices instead
by Andy Gospodarek
· 13 years ago
523f610
netfilter: remove forward module param confusion.
by Rusty Russell
· 13 years ago
3b59bf0
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Linus Torvalds
· 13 years ago
0d9cabd
Merge branch 'for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup
by Linus Torvalds
· 13 years ago
9c2b957
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 13 years ago
5928a2b
Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 13 years ago
c862815
tcp: reduce out_of_order memory use
by Eric Dumazet
· 13 years ago
e86b2919
tcp: introduce tcp_data_queue_ofo
by Eric Dumazet
· 13 years ago
4da0bd73
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 13 years ago
124d37e
arp: allow arp processing to honor per interface arp_accept sysctl
by Neil Horman
· 13 years ago
afd46503
net: ipv4: Standardize prefixes for message logging
by Joe Perches
· 13 years ago
35239e2
Merge branch 'perf/urgent' into perf/core
by Ingo Molnar
· 13 years ago
058bd4d
net: Convert printks to pr_<level>
by Joe Perches
· 13 years ago
dfd25ff
tcp: fix syncookie regression
by Eric Dumazet
· 13 years ago
6a91395
ipv4: Make ip_rcv_options() return bool.
by David S. Miller
· 13 years ago
ba57b4d
ipv4: Make ip_call_ra_chain() return bool.
by David S. Miller
· 13 years ago
b2d3298
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 13 years ago
ac3f48d
route: Remove redirect_genid
by Steffen Klassert
· 13 years ago
5faa5df
inetpeer: Invalidate the inetpeer tree along with the routing cache
by Steffen Klassert
· 13 years ago
c75a312
Merge branch 'master' of git://1984.lsi.us.es/net-next
by David S. Miller
· 13 years ago
b4fb05e
tcp: md5: correct a RCU lockdep splat
by Eric Dumazet
· 13 years ago
5097846
netfilter: add cttimeout infrastructure for fine timeout tuning
by Pablo Neira Ayuso
· 13 years ago
2c8503f
netfilter: nf_conntrack: pass timeout array to l4->new and l4->packet
by Pablo Neira Ayuso
· 13 years ago
6939c33
netfilter: merge ipt_LOG and ip6_LOG into xt_LOG
by Richard Weinberger
· 13 years ago
544d5c7
netfilter: ctnetlink: allow to set expectfn for expectations
by Pablo Neira Ayuso
· 13 years ago
4648dc9
tcp: fix tcp_shift_skb_data() to not shift SACKed data below snd_una
by Neal Cardwell
· 13 years ago
f6a1ad4
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 13 years ago
737f24b
Merge branch 'perf/urgent' into perf/core
by Ingo Molnar
· 13 years ago
c0638c2
tcp: don't fragment SACKed skbs in tcp_mark_head_lost()
by Neal Cardwell
· 13 years ago
b4017c5
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 13 years ago
4c90d3b
tcp: fix false reordering signal in tcp_shifted_skb
by Neal Cardwell
· 13 years ago
bdd4431
Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcu
by Ingo Molnar
· 13 years ago
ff4783c
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 13 years ago
203738e
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 13 years ago
80d326f
netlink: add netlink_dump_control structure for netlink_dump_start()
by Pablo Neira Ayuso
· 13 years ago
bff5285
gre: fix spelling in comments
by stephen hemminger
· 13 years ago
c5905af
static keys: Introduce 'struct static_key', static_key_true()/false() and static_key_slow_[inc|dec]()
by Ingo Molnar
· 13 years ago
0360689
ipsec: be careful of non existing mac headers
by Eric Dumazet
· 13 years ago
a5e7424
ipv4: ping: Fix recvmsg MSG_OOB error handling.
by David S. Miller
· 13 years ago
3f518bf
datagram: Add offset argument to __skb_recv_datagram
by Pavel Emelyanov
· 13 years ago
Next »