Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
c5b0db3263b92526bc0c1b6380c0c99f91f069fc
/
net
/
ipv4
7bbf3ca
ipv4: Remove inet_lro library
by Ben Hutchings
· 9 years ago
52a773d
net: Export ip fragment sysctl to unprivileged users
by Nikolay Borisov
· 9 years ago
0fbf4cb
ipv4: namespacify ip fragment max dist sysctl knob
by Nikolay Borisov
· 9 years ago
e21145a
ipv4: namespacify ip_early_demux sysctl knob
by Nikolay Borisov
· 9 years ago
287b7f3
ipv4: Namespacify ip_dynaddr sysctl knob
by Nikolay Borisov
· 9 years ago
dcd8799
igmp: net: Move igmp namespace init to correct file
by Nikolay Borisov
· 9 years ago
fa50d97
ipv4: Namespaceify ip_default_ttl sysctl knob
by Nikolay Borisov
· 9 years ago
cd9b266
tcp: add tcpi_min_rtt and tcpi_notsent_bytes to tcp_info
by Eric Dumazet
· 9 years ago
3c1cb4d
net/ipv4: add dst cache support for gre lwtunnels
by Paolo Abeni
· 9 years ago
e09acdd
ip_tunnel: replace dst_cache with generic implementation
by Paolo Abeni
· 9 years ago
6fa7966
net: ip_tunnel: remove 'csum_help' argument to iptunnel_handle_offloads
by Edward Cree
· 9 years ago
5393610
net: gre: Implement LCO for GRE over IPv4
by Edward Cree
· 9 years ago
06f6229
fou: enable LCO in FOU and GUE
by Edward Cree
· 9 years ago
d75f130
net: udp: always set up for CHECKSUM_PARTIAL offload
by Edward Cree
· 9 years ago
179bc67
net: local checksum offload for encapsulation
by Edward Cree
· 9 years ago
ea8add2
tcp/dccp: better use of ephemeral ports in bind()
by Eric Dumazet
· 9 years ago
1580ab6
tcp/dccp: better use of ephemeral ports in connect()
by Eric Dumazet
· 9 years ago
165094a
igmp: Namespacify igmp_qrv sysctl knob
by Nikolay Borisov
· 9 years ago
87a8a2a
igmp: Namespaceify igmp_llm_reports sysctl knob
by Nikolay Borisov
· 9 years ago
166b6b2
igmp: Namespaceify igmp_max_msf sysctl knob
by Nikolay Borisov
· 9 years ago
815c527
igmp: Namespaceify igmp_max_memberships sysctl knob
by Nikolay Borisov
· 9 years ago
dbef491
udp: Use uh->len instead of skb->len to compute checksum in segmentation
by Alexander Duyck
· 9 years ago
fdaefd6
udp: Clean up the use of flags in UDP segmentation offload
by Alexander Duyck
· 9 years ago
3872035
gre: Use inner_proto to obtain inner header protocol
by Alexander Duyck
· 9 years ago
2e598af
gre: Use GSO flags to determine csum need instead of GRE flags
by Alexander Duyck
· 9 years ago
ddff00d
net: Move skb_has_shared_frag check out of GRE code and into segmentation
by Alexander Duyck
· 9 years ago
08b64fc
net: Store checksum result for offloaded GSO checksums
by Alexander Duyck
· 9 years ago
7fbeffe
net: Update remote checksum segmentation to support use of GSO checksum
by Alexander Duyck
· 9 years ago
bef3c6c
net: Drop unecessary enc_features variable from tunnel segmentation functions
by Alexander Duyck
· 9 years ago
97daf33
ipv4: add option to drop gratuitous ARP packets
by Johannes Berg
· 9 years ago
12b74df
ipv4: add option to drop unicast encapsulated in L2 multicast
by Johannes Berg
· 9 years ago
c125e80
soreuseport: fast reuseport TCP socket selection
by Craig Gallek
· 9 years ago
a583636
inet: refactor inet[6]_lookup functions to take skb
by Craig Gallek
· 9 years ago
086c653
sock: struct proto hash function may error
by Craig Gallek
· 9 years ago
0aca737
tcp: Fix syncookies sysctl default.
by David S. Miller
· 9 years ago
4979f2d
ipv4: Namespaceify tcp_notsent_lowat sysctl knob
by Nikolay Borisov
· 9 years ago
1e579ca
ipv4: Namespaceify tcp_fin_timeout sysctl knob
by Nikolay Borisov
· 9 years ago
c402d9b
ipv4: Namespaceify tcp_orphan_retries sysctl knob
by Nikolay Borisov
· 9 years ago
c6214a9
ipv4: Namespaceify tcp_retries2 sysctl knob
by Nikolay Borisov
· 9 years ago
ae5c3f4
ipv4: Namespaceify tcp_retries1 sysctl knob
by Nikolay Borisov
· 9 years ago
1043e25
ipv4: Namespaceify tcp reordering sysctl knob
by Nikolay Borisov
· 9 years ago
12ed824
ipv4: Namespaceify tcp syncookies sysctl knob
by Nikolay Borisov
· 9 years ago
7c083ec
ipv4: Namespaceify tcp synack retries sysctl knob
by Nikolay Borisov
· 9 years ago
6fa2516
ipv4: Namespaceify tcp syn retries sysctl knob
by Nikolay Borisov
· 9 years ago
d452e6c
tcp: tcp_cong_control helper
by Yuchung Cheng
· 9 years ago
2d14a4d
tcp: make congestion control more robust against reordering
by Yuchung Cheng
· 9 years ago
3ebd8871
tcp: refactor pkts acked accounting
by Yuchung Cheng
· 9 years ago
ddf1af6
tcp: new delivery accounting
by Yuchung Cheng
· 9 years ago
31ba0c1
tcp: move cwnd reduction after recovery state procesing
by Yuchung Cheng
· 9 years ago
e662ca4
tcp: retransmit after recovery processing and congestion control
by Yuchung Cheng
· 9 years ago
e3e17b7
tcp: fastopen: call tcp_fin() if FIN present in SYNACK
by Eric Dumazet
· 9 years ago
9d69153
tcp: do not enqueue skb with SYN flag
by Eric Dumazet
· 9 years ago
61d2bca
tcp: fastopen: accept data/FIN present in SYNACK message
by Eric Dumazet
· 9 years ago
34229b2
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 9 years ago
99b4dd9
tcp: avoid cwnd undo after receiving ECN
by Yuchung Cheng
· 9 years ago
a5829f5
fib_trie: Fix shift by 32 in fib_table_lookup
by Alexander Duyck
· 9 years ago
52b79e2
ipv4: ipconfig: avoid unused ic_proto_used symbol
by Arnd Bergmann
· 9 years ago
63e51b6
ipv4: early demux should be aware of fragments
by Eric Dumazet
· 9 years ago
ff5d749
tcp: beware of alignments in tcp_get_info()
by Eric Dumazet
· 9 years ago
d88270e
tcp: fix tcp_mark_head_lost to check skb len before fragmenting
by Neal Cardwell
· 9 years ago
8282f27
inet: frag: Always orphan skbs inside ip_defrag()
by Joe Stringer
· 9 years ago
32b6170
ipv4+ipv6: Make INET*_ESP select CRYPTO_ECHAINIV
by Thomas Egerer
· 9 years ago
1d5cfdb
tree wide: use kvfree() than conditional kfree()/vfree()
by Tetsuo Handa
· 9 years ago
e62a123
tcp: fix NULL deref in tcp_v4_send_ack()
by Eric Dumazet
· 9 years ago
7c13067
net: diag: support v4mapped sockets in inet_diag_find_one_icsk()
by Eric Dumazet
· 9 years ago
d55f90b
net: drop tcp_memcontrol.c
by Vladimir Davydov
· 9 years ago
489c2a2
mm: memcontrol: introduce CONFIG_MEMCG_LEGACY_KMEM
by Johannes Weiner
· 9 years ago
6d378da
mm: memcontrol: drop unused @css argument in memcg_init_kmem
by Johannes Weiner
· 9 years ago
ed0dfff
udp: fix potential infinite loop in SO_REUSEPORT logic
by Eric Dumazet
· 9 years ago
4e5448a
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 9 years ago
9207f9d
net: preserve IP control block during GSO segmentation
by Konstantin Khlebnikov
· 9 years ago
ef12947
mm: memcontrol: switch to the updated jump-label API
by Johannes Weiner
· 9 years ago
80e95fe
mm: memcontrol: generalize the socket accounting jump label
by Johannes Weiner
· 9 years ago
baac50b
net: tcp_memcontrol: simplify linkage between socket and page counter
by Johannes Weiner
· 9 years ago
e805605
net: tcp_memcontrol: sanitize tcp memory accounting callbacks
by Johannes Weiner
· 9 years ago
80f2312
net: tcp_memcontrol: simplify the per-memcg limit access
by Johannes Weiner
· 9 years ago
af95d7d
net: tcp_memcontrol: remove dead per-memcg count of allocated sockets
by Johannes Weiner
· 9 years ago
3d596f7
net: tcp_memcontrol: protect all tcp_memcontrol calls by jump-label
by Johannes Weiner
· 9 years ago
9ee11ba
memcg: do not allow to disable tcp accounting after limit is set
by Vladimir Davydov
· 9 years ago
9d367ed
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 9 years ago
40ba330
udp: disallow UFO for sockets with SO_NO_CHECK option
by Michal Kubeček
· 9 years ago
83d15e7
tcp_yeah: don't set ssthresh below 2
by Neal Cardwell
· 9 years ago
b840d15
ipv4: Namespecify the tcp_keepalive_intvl sysctl knob
by Nikolay Borisov
· 9 years ago
9bd6861
ipv4: Namespecify tcp_keepalive_probes sysctl knob
by Nikolay Borisov
· 9 years ago
13b287e
ipv4: Namespaceify tcp_keepalive_time sysctl knob
by Nikolay Borisov
· 9 years ago
787d7ac
udp: restrict offloads to one namespace
by Hannes Frederic Sowa
· 9 years ago
ad64b8b
ipv4: eliminate lock count warnings in ping.c
by Lance Richardson
· 9 years ago
30d3d83
ipv4: fix endianness warnings in ip_tunnel_core.c
by Lance Richardson
· 9 years ago
9b59377
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
by David S. Miller
· 9 years ago
9e0efaf
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 9 years ago
8b8a321
tcp: fix zero cwnd in tcp_cwnd_reduction
by Yuchung Cheng
· 9 years ago
1134158
soreuseport: pass skb to secondary UDP socket lookup
by Craig Gallek
· 9 years ago
a72a5e2
inet: kill unused skb_free op
by Florian Westphal
· 9 years ago
b5bdacf
net: Propagate lookup failure in l3mdev_get_saddr to caller
by David Ahern
· 9 years ago
538950a
soreuseport: setsockopt SO_ATTACH_REUSEPORT_[CE]BPF
by Craig Gallek
· 9 years ago
e32ea7e
soreuseport: fast reuseport UDP socket selection
by Craig Gallek
· 9 years ago
197c949
udp: properly support MSG_PEEK with truncated buffers
by Eric Dumazet
· 9 years ago
c07f30a
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 9 years ago
df05ef8
netfilter: nf_tables: release objects on netns destruction
by Pablo Neira Ayuso
· 9 years ago
039f506
ip_tunnel: Move stats update to iptunnel_xmit()
by Pravin B Shelar
· 9 years ago
Next »