Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
7486d6da09d4d76d49c68826c97578246936092b
/
net
/
ipv4
5e30025
Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 11 years ago
dcd6077
inet: fix a UFO regression
by Eric Dumazet
· 11 years ago
827da44
net: Explicitly initialize u64_stats_sync structures for lockdep
by John Stultz
· 11 years ago
482fc60
ipv4: introduce new IP_MTU_DISCOVER mode IP_PMTUDISC_INTERFACE
by Hannes Frederic Sowa
· 11 years ago
9f9843a7
tcp: properly handle stretch acks in slow start
by Yuchung Cheng
· 11 years ago
0d41cca
tcp: enable sockets to use MSG_FASTOPEN by default
by Yuchung Cheng
· 11 years ago
f8785c5
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nftables
by David S. Miller
· 11 years ago
72c39a0
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
by David S. Miller
· 11 years ago
394efd1
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 11 years ago
ca0e8bd
netfilter: nf_tables: remove duplicated include from nf_tables_ipv4.c
by Wei Yongjun
· 11 years ago
296c106
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next
by David S. Miller
· 11 years ago
2e19ef0
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec
by David S. Miller
· 11 years ago
84502b5
xfrm: Fix null pointer dereference when decoding sessions
by Steffen Klassert
· 11 years ago
c968601
tcp: temporarily disable Fast Open on SYN timeout
by Yuchung Cheng
· 11 years ago
1c5ad13
net: esp{4,6}: get rid of struct esp_data
by Mathias Krause
· 11 years ago
123b0d1
net: esp{4,6}: remove padlen from struct esp_data
by Mathias Krause
· 11 years ago
daba287
ipv4: fix DO and PROBE pmtu mode regarding local fragmentation with UFO/CORK
by Hannes Frederic Sowa
· 11 years ago
0d08c42
tcp: gso: fix truesize tracking
by Eric Dumazet
· 11 years ago
eeb1b73
xfrm: Increase the garbage collector threshold
by Steffen Klassert
· 11 years ago
8c3a897
inet: restore gso for vxlan
by Eric Dumazet
· 11 years ago
2f715c1
tcp: do not rearm RTO when future data are sacked
by Yuchung Cheng
· 11 years ago
2909d87
tcp: only take RTT from timestamps if new data is acked
by Yuchung Cheng
· 11 years ago
bc15afa
tcp: fix SYNACK RTT estimation in Fast Open
by Yuchung Cheng
· 11 years ago
7088ad7
inet: remove old fragmentation hash initializing
by Hannes Frederic Sowa
· 11 years ago
e7b519b
ipv4: initialize ip4_frags hash secret as late as possible
by Hannes Frederic Sowa
· 11 years ago
afb14c7
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
by David S. Miller
· 11 years ago
c3fa32b
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 11 years ago
b416c14
netfilter: x_tables: fix ordering of jumpstack allocation and table update
by Will Deacon
· 11 years ago
02cf4eb
tcp: initialize passive-side sk_pacing_rate after 3WHS
by Neal Cardwell
· 11 years ago
61c1db7
ipv6: sit: add GSO/TSO support
by Eric Dumazet
· 11 years ago
fd2d535
ipv4: Allow unprivileged users to use per net sysctls
by Eric W. Biederman
· 11 years ago
0a6fa23
ipv4: Use math to point per net sysctls into the appropriate struct net.
by Eric W. Biederman
· 11 years ago
2e685cad
tcp_memcontrol: Kill struct tcp_memcontrol
by Eric W. Biederman
· 11 years ago
a4fe34b
tcp_memcontrol: Remove the per netns control.
by Eric W. Biederman
· 11 years ago
f594d63
tcp_memcontrol: Remove setting cgroup settings via sysctl
by Eric W. Biederman
· 11 years ago
cd91cce
tcp_memcontrol: Remove tcp_max_memory
by Eric W. Biederman
· 11 years ago
222e83d
tcp: switch tcp_fastopen key generation to net_get_random_once
by Hannes Frederic Sowa
· 11 years ago
1bbdcee
inet: convert inet_ehash_secret and ipv6_hash_secret to net_get_random_once
by Hannes Frederic Sowa
· 11 years ago
b23a002
inet: split syncookie keys for ipv4 and ipv6 and initialize with net_get_random_once
by Hannes Frederic Sowa
· 11 years ago
65cd803
ipv4: split inet_ehashfn to hash functions per compilation unit
by Hannes Frederic Sowa
· 11 years ago
cb32f51
ipip: add GSO/TSO support
by Eric Dumazet
· 11 years ago
3347c96
ipv4: gso: make inet_gso_segment() stackable
by Eric Dumazet
· 11 years ago
2d26f0a
ipv4: generalize gre_handle_offloads
by Eric Dumazet
· 11 years ago
e93b7d7
ip_output: do skb ufo init for peeked non ufo skb as well
by Jiri Pirko
· 11 years ago
7e58487
net: ipv4/ipv6: Remove extern from function prototypes
by Joe Perches
· 11 years ago
47d27aa
ipv4: gso: send_check() & segment() cleanups
by Eric Dumazet
· 11 years ago
675297c
tcp: remove redundant code in __tcp_retransmit_skb()
by Neal Cardwell
· 11 years ago
9877b25
fib: Use const struct nl_info * in rtmsg_fib
by Joe Perches
· 11 years ago
77dfca7
fib_trie: remove duplicated rcu lock
by baker.zhang
· 11 years ago
28be6e0
tcp: rename tcp_tso_segment()
by Eric Dumazet
· 11 years ago
0baf2b3
ipv4: shrink rt_cache_stat
by Eric Dumazet
· 11 years ago
8f26fb1
tcp: remove the sk_can_gso() check from tcp_set_skb_tso_segs()
by Eric Dumazet
· 11 years ago
c52e2421
tcp: must unclone packets before mangling them
by Eric Dumazet
· 11 years ago
031afe4
tcp: fix incorrect ca_state in tail loss probe
by Yuchung Cheng
· 11 years ago
da33edc
Merge branch 'net-next' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nftables
by David S. Miller
· 11 years ago
c1d607c
inet_diag: use sock_gen_put()
by Eric Dumazet
· 11 years ago
d86946d
netfilter: ipt_CLUSTERIP: use proper net namespace to operate CLUSTERIP
by Gao feng
· 11 years ago
f58d786
netfilter: ipt_CLUSTERIP: create proc entry under proper ipt_CLUSTERIP directory
by Gao feng
· 11 years ago
b5ef0f8
netfilter: ipt_CLUSTERIP: add parameter net in clusterip_config_find_get
by Gao feng
· 11 years ago
f1e8077
netfilter: ipt_CLUSTERIP: make clusterip_lock per net namespace
by Gao feng
· 11 years ago
26a89e4
netfilter: ipt_CLUSTERIP: make clusterip_list per net namespace
by Gao feng
· 11 years ago
ce4ff76
netfilter: ipt_CLUSTERIP: make proc directory per net namespace
by Gao feng
· 11 years ago
ed683f1
netfilter: nf_tables: add ARP filtering support
by Pablo Neira Ayuso
· 11 years ago
99633ab
netfilter: nf_tables: complete net namespace support
by Pablo Neira Ayuso
· 11 years ago
eb31628
netfilter: nf_tables: Add support for IPv6 NAT
by Tomasz Bursztyka
· 11 years ago
0ca743a
netfilter: nf_tables: add compatibility layer for x_tables
by Pablo Neira Ayuso
· 11 years ago
9370761
netfilter: nf_tables: convert built-in tables/chains to chain types
by Pablo Neira Ayuso
· 11 years ago
ef1f7df
netfilter: nf_tables: expression ops overloading
by Patrick McHardy
· 11 years ago
9651851
netfilter: add nftables
by Patrick McHardy
· 11 years ago
795aa6e
netfilter: pass hook ops to hookfn
by Patrick McHardy
· 11 years ago
ccdbb6e
tcp: tcp_transmit_skb() optimizations
by Eric Dumazet
· 11 years ago
7263a51
vti: get rid of nf mark rule in prerouting
by Christophe Gouault
· 11 years ago
b44084c
inet: rename ir_loc_port to ir_num
by Eric Dumazet
· 11 years ago
ba53742
tcp: use ACCESS_ONCE() in tcp_update_pacing_rate()
by Eric Dumazet
· 11 years ago
634fb979
inet: includes a sock_common in request_sock
by Eric Dumazet
· 11 years ago
4c60f1d
fib_trie: only calc for the un-first node
by baker.zhang
· 11 years ago
f606385
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec
by David S. Miller
· 11 years ago
c2bb06d
net: fix build errors if ipv6 is disabled
by Eric Dumazet
· 11 years ago
f69b923
udp: fix a typo in __udp4_lib_mcast_demux_lookup
by Eric Dumazet
· 11 years ago
efe4208
ipv6: make lookups simpler and faster
by Eric Dumazet
· 11 years ago
05dbc7b
tcp/dccp: remove twchain
by Eric Dumazet
· 11 years ago
53af53a
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 11 years ago
fbf8866
net: ipv4 only populate IP_PKTINFO when needed
by Shawn Bohrer
· 11 years ago
421b388
udp: ipv4: Add udp early demux
by Shawn Bohrer
· 11 years ago
005ec97
udp: Only allow busy read/poll on connected sockets
by Shawn Bohrer
· 11 years ago
0a7e226
ipv4: fix ineffective source address selection
by Jiri Benc
· 11 years ago
5e8a402f
tcp: do not forget FIN in tcp_shifted_skb()
by Eric Dumazet
· 11 years ago
96f817f
tcp: shrink tcp6_timewait_sock by one cache line
by Eric Dumazet
· 11 years ago
34a6eda
net: ipv4: Change variable type to bool
by Peter Senna Tschudin
· 11 years ago
5080546
inet: consolidate INET_TW_MATCH
by Eric Dumazet
· 11 years ago
80ad1d6
net: do not call sock_put() on TIMEWAIT sockets
by Eric Dumazet
· 11 years ago
6ae7053
tcp: sndbuf autotuning improvements
by Eric Dumazet
· 11 years ago
bbe34cf
fib_trie: avoid a redundant bit judgement in inflate
by baker.zhang
· 11 years ago
5843ef4
tcp: Always set options to 0 before calling tcp_established_options
by Andi Kleen
· 11 years ago
278f2b3
netfilter: ipt_ULOG: fix info leaks
by Mathias Krause
· 11 years ago
4fbef95
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 11 years ago
cfe4a53
ip_tunnel: Remove double unregister of the fallback device
by Steffen Klassert
· 11 years ago
78a3694
ip_tunnel_core: Change __skb_push back to skb_push
by Steffen Klassert
· 11 years ago
6701328
ip_tunnel: Add fallback tunnels to the hash lists
by Steffen Klassert
· 11 years ago
3e08f4a
ip_tunnel: Fix a memory corruption in ip_tunnel_xmit
by Steffen Klassert
· 11 years ago
Next »