Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-5.4
/
42b9023fc642f6590b6e23bea5f5f017aba114c5
/
net
/
ipv4
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
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
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
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
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
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
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
e024bdc
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
by David S. Miller
· 11 years ago
e240165
ipv4 igmp: use in_dev_put in timer handlers instead of __in_dev_put
by Salam Noureddine
· 11 years ago
0bbf87d
net ipv4: Convert ipv4.ip_local_port_range to be per netns v3
by Eric W. Biederman
· 11 years ago
c9eeec2
tcp: TSQ can use a dynamic limit
by Eric Dumazet
· 11 years ago
7b77d16
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next
by David S. Miller
· 11 years ago
d4a71b1
ip_tunnel: Do not use stale inner_iph pointer.
by Pravin B Shelar
· 11 years ago
f4a87e7
netfilter: synproxy: fix BUG_ON triggered by corrupt TCP packets
by Patrick McHardy
· 11 years ago
62748f3
net: introduce SO_MAX_PACING_RATE
by Eric Dumazet
· 11 years ago
aa66158
ipv4: processing ancillary IP_TOS or IP_TTL
by Francesco Fusco
· 11 years ago
f02db31
ipv4: IP_TOS and IP_TTL can be specified as ancillary data
by Francesco Fusco
· 11 years ago
9a3bab6
net: net_secret should not depend on TCP
by Eric Dumazet
· 11 years ago
b0983d3
tcp: fix dynamic right sizing
by Eric Dumazet
· 11 years ago
0862935
tcp: syncookies: reduce mss table to four values
by Florian Westphal
· 11 years ago
8c27bd7
tcp: syncookies: reduce cookie lifetime to 128 seconds
by Florian Westphal
· 11 years ago
8d65b11
net: raw: do not report ICMP redirects to user space
by Duan Jiong
· 11 years ago
1a462d1
net: udp: do not report ICMP redirects to user space
by Duan Jiong
· 11 years ago
b75ff5e
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 11 years ago
703133d
ip: generate unique IP identificator if local fragmentation is allowed
by Ansis Atteka
· 11 years ago
749154a
ip: use ip_hdr() in __ip_make_skb() to retrieve IP header
by Ansis Atteka
· 11 years ago
269aa75
tcp: fix RTO calculated from cached RTT
by Neal Cardwell
· 11 years ago
6de5a8b
memcg: rename RESOURCE_MAX to RES_COUNTER_MAX
by Sha Zhengju
· 11 years ago
4e4f1fc
tcp: properly increase rcv_ssthresh for ofo packets
by Eric Dumazet
· 11 years ago
16edfe7
tcp: fix no cwnd growth after timeout
by Yuchung Cheng
· 11 years ago
cc998ff
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Linus Torvalds
· 11 years ago
06c5405
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 11 years ago
e2e5c4c
tcp: Add missing braces to do_tcp_setsockopt
by Dave Jones
· 11 years ago
27703bb
Merge tag 'PTR_RET-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux
by Linus Torvalds
· 12 years ago
52f20e6
tcp: better comments for RTO initiallization
by Yuchung Cheng
· 12 years ago
48f8e0a
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
by David S. Miller
· 12 years ago
7cc9eb6
netfilter: SYNPROXY: let unrelated packets continue
by Jesper Dangaard Brouer
· 12 years ago
775ada6
netfilter: more strict TCP flag matching in SYNPROXY
by Jesper Dangaard Brouer
· 12 years ago
c995ae2
tcp: Change return value of tcp_rcv_established()
by Vijay Subramanian
· 12 years ago
cc8c6c1
net: tcp_probe: adapt tbuf size for recent changes
by Daniel Borkmann
· 12 years ago
ea23192
tunnels: harmonize cleanup done on skb on rx path
by Nicolas Dichtel
· 12 years ago
963a88b
tunnels: harmonize cleanup done on skb on xmit path
by Nicolas Dichtel
· 12 years ago
8b27f27
skb: allow skb_scrub_packet() to be used by tunnels
by Nicolas Dichtel
· 12 years ago
8b7ed2d
iptunnels: remove net arg from iptunnel_xmit()
by Nicolas Dichtel
· 12 years ago
3e25c65
net: neighbour: Remove CONFIG_ARPD
by Tim Gardner
· 12 years ago
32dad03
Merge branch 'for-3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup
by Linus Torvalds
· 12 years ago
5a17a39
net: make snmp_mib_free static inline
by Cong Wang
· 12 years ago
eb3c0d8
net: unify skb_udp_tunnel_segment() and skb_udp6_tunnel_segment()
by Cong Wang
· 12 years ago
737e828
ipv4 tunnels: fix an oops when using ipip/sit with IPsec
by Li Hongjun
· 12 years ago
eb8895d
tcp: tcp_make_synack() should use sock_wmalloc
by Phil Oester
· 12 years ago
1b7fdd2
tcp: do not use cached RTT for RTT estimation
by Yuchung Cheng
· 12 years ago
79f9ab7
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec
by David S. Miller
· 12 years ago
c27c932
ipv4: sendto/hdrincl: don't use destination address found in header
by Chris Clark
· 12 years ago
95bd09e
tcp: TSO packets automatic sizing
by Eric Dumazet
· 12 years ago
e3e1202
tcp: don't apply tsoffset if rcv_tsecr is zero
by Andrew Vagin
· 12 years ago
c7781a6
tcp: initialize rcv_tstamp for restored sockets
by Andrew Vagin
· 12 years ago
Next »