Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
0abdee2bd4118366c62349a304f81537be69af33
/
net
/
ipv4
« Previous
5f05647
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6
by Linus Torvalds
· 14 years ago
092e0e7
Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl
by Linus Torvalds
· 14 years ago
888a6f7
Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 14 years ago
9941fb6
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-next-2.6
by David S. Miller
· 14 years ago
3b1a1ce
Merge branch 'for-patrick' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/lvs-test-2.6
by Patrick McHardy
· 14 years ago
b0aeef3
nf_nat: restrict ICMP translation for embedded header
by Julian Anastasov
· 14 years ago
093d282
tproxy: fix hash locking issue when using port redirection in __inet_inherit_port()
by Balazs Scheidler
· 14 years ago
9b0c290
fib: introduce fib_alias_accessed() helper
by Eric Dumazet
· 14 years ago
1ae4de0
secmark: export secctx, drop secmark in procfs
by Eric Paris
· 14 years ago
27b75c9
net: avoid RCU for NOCACHE dst
by Eric Dumazet
· 14 years ago
8723e1b
inet: RCU changes in inetdev_by_index()
by Eric Dumazet
· 14 years ago
9e917dc
net: avoid a dev refcount in ip_mc_find_dev()
by Eric Dumazet
· 14 years ago
27a954b
IPv4: route.c: Change checks against 0xffffffff to ipv4_is_lbcast()
by Andy Walls
· 14 years ago
76b6717
netfilter: fix kconfig unmet dependency warning
by Randy Dunlap
· 14 years ago
631dd1a
Update broken web addresses in the kernel.
by Justin P. Mattock
· 14 years ago
19f5725
fib_hash: RCU conversion phase 2
by Eric Dumazet
· 14 years ago
117a8cd
fib_hash: RCU conversion phase 1
by Eric Dumazet
· 14 years ago
9bef83e
fib_hash: embed initial hash table in fn_zone
by Eric Dumazet
· 14 years ago
c60ce4e
tcp: use correct counters in CA_CWR state too
by Ilpo Järvinen
· 14 years ago
1fdb936
tcp: sack lost marking fixes
by Ilpo Järvinen
· 14 years ago
10da66f
fib: avoid false sharing on fib_table_hash
by Eric Dumazet
· 14 years ago
874ffa8
fib_trie: use fls() instead of open coded loop
by Eric Dumazet
· 14 years ago
6038f37
llseek: automatically add .llseek fop
by Arnd Bergmann
· 14 years ago
243bf6e
netfilter: xtables: resolve indirect macros 3/3
by Jan Engelhardt
· 14 years ago
87a2e70d
netfilter: xtables: resolve indirect macros 2/3
by Jan Engelhardt
· 14 years ago
12b00c2
netfilter: xtables: resolve indirect macros 1/3
by Jan Engelhardt
· 14 years ago
fc66f95
net dst: use a percpu_counter to track entries
by Eric Dumazet
· 14 years ago
0ed8ddf
neigh: Protect neigh->ha[] with a seqlock
by Eric Dumazet
· 14 years ago
8391d07
ipv4: Remove leftover rcu_read_unlock calls from __mkroute_output()
by Dimitris Michailidis
· 14 years ago
556ef63
Merge commit 'v2.6.36-rc7' into core/rcu
by Ingo Molnar
· 14 years ago
d4f8f21
Merge branch 'rcu/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-2.6-rcu into core/rcu
by Ingo Molnar
· 14 years ago
9c6d5e5
TCP: Fix setting of snd_ssthresh in tcp_mtu_probe_success
by John Heffner
· 14 years ago
ebc0ffa
fib: RCU conversion of fib_lookup()
by Eric Dumazet
· 14 years ago
e12b453
bonding: fix to rejoin multicast groups immediately
by Flavio Leitner
· 14 years ago
d6bf781
net neigh: RCU conversion of neigh hash table
by Eric Dumazet
· 14 years ago
caf586e
net: add a core netdev->rx_dropped counter
by Eric Dumazet
· 14 years ago
6a31d2a
fib: cleanups
by Eric Dumazet
· 14 years ago
21a180c
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 14 years ago
a8defca
netfilter: ipt_LOG: add bufferisation to call printk() once
by Eric Dumazet
· 14 years ago
0c200d9
netfilter: nf_nat: make find/put static
by Stephen Hemminger
· 14 years ago
c7d4426
net: introduce DST_NOCACHE flag
by Eric Dumazet
· 14 years ago
5b7c840
ipv4: correct IGMP behavior on v3 query during v2-compatibility mode
by David Stevens
· 14 years ago
a8cb16d
ipmr: cleanups
by Eric Dumazet
· 14 years ago
a8c9486
ipmr: RCU protection for mfc_cache_array
by Eric Dumazet
· 14 years ago
4c96870
ipmr: RCU conversion of mroute_sk
by Eric Dumazet
· 14 years ago
55747a0
ipmr: __pim_rcv() is called under rcu_read_lock
by Eric Dumazet
· 14 years ago
ddcb454
gre: protocol table can be static
by stephen hemminger
· 14 years ago
c5d3557
Revert "ipv4: Make INET_LRO a bool instead of tristate."
by Ben Hutchings
· 14 years ago
0197aa3
ipv4: rcu conversion in ip_route_output_slow
by Eric Dumazet
· 14 years ago
82efee1
ipv4: introduce __ip_dev_find()
by Eric Dumazet
· 14 years ago
dd28d1a
ipv4: __mkroute_output() speedup
by Eric Dumazet
· 14 years ago
6d0722a
ip_gre: comments change
by Eric Dumazet
· 14 years ago
1b9f409
tcp: tcp_enter_quickack_mode can be static
by stephen hemminger
· 14 years ago
a64de47
arp: remove unnecessary export of arp_broken_ops
by stephen hemminger
· 14 years ago
153f094
ipip: enable lockless xmits
by Eric Dumazet
· 14 years ago
b790e01
ip_gre: lockless xmit
by Eric Dumazet
· 14 years ago
fada563
ipip: fix percpu stats accounting
by Eric Dumazet
· 14 years ago
4465b46
ipv4: Allow configuring subnets as local addresses
by Tom Herbert
· 14 years ago
68c1f3a
ip_gre: Fix dependencies wrt. ipv6.
by David S. Miller
· 14 years ago
4d22f7d
net-2.6: SYN retransmits: Add new parameter to retransmits_timed_out()
by Damian Lukowski
· 14 years ago
3c97af9
ipip: percpu stats accounting
by Eric Dumazet
· 14 years ago
e985aad
ip_gre: percpu stats accounting
by Eric Dumazet
· 14 years ago
01db403
tcp: Fix >4GB writes on 64-bit.
by David S. Miller
· 14 years ago
7e1b33e
ipv6: add IPv6 to neighbour table overflow warning
by Ulrich Weber
· 14 years ago
b3de755
tcp: fix TSO FACK loss marking in tcp_mark_head_lost
by Yuchung Cheng
· 14 years ago
e40051d
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 14 years ago
83180af
net: fix rcu use in ip_route_output_slow
by Eric Dumazet
· 14 years ago
59104f0
ip: take care of last fragment in ip_append_data
by Eric Dumazet
· 14 years ago
a02cec2
net: return operator cleanup
by Eric Dumazet
· 14 years ago
94e22389
xfrm4: strip ECN bits from tos field
by Ulrich Weber
· 14 years ago
cbdd769
netfilter: nf_conntrack_defrag: check socket type before touching nodefrag flag
by Jiri Olsa
· 14 years ago
d6120b8
netfilter: nf_nat_snmp: fix checksum calculation (v4)
by Patrick McHardy
· 14 years ago
b46ffb8
netfilter: fix ipt_REJECT TCP RST routing for indev == outdev
by Changli Gao
· 14 years ago
5b92b61
netfilter: nf_nat: better error handling of nf_ct_expect_related() in helpers
by Pablo Neira Ayuso
· 14 years ago
3d13008
ip: fix truesize mismatch in ip fragmentation
by Eric Dumazet
· 14 years ago
a4d2580
tcp: Fix race in tcp_poll
by Tom Marshall
· 14 years ago
8444cf7
xfrm: Allow different selector family in temporary state
by Thomas Egerer
· 14 years ago
8990f46
net: rx_dropped accounting
by Eric Dumazet
· 14 years ago
842c74b
ip_gre: CONFIG_IPV6_MODULE support
by Eric Dumazet
· 14 years ago
462fb2a
bridge : Sanitize skb before it enters the IP stack
by Bandan Das
· 14 years ago
ed0b6d7
netfilter: nf_nat: no IP_NAT_RANGE_MAP_IPS flags when alloc_null_binding()
by Changli Gao
· 14 years ago
99ad3c5
netfilter: nf_nat_core: don't check if the tuple is used if there is no other choice
by Changli Gao
· 14 years ago
95ae6b2
ipv4: ip_ptr cleanups
by Eric Dumazet
· 14 years ago
1507850
gre: get rid of ipgre_lock
by Eric Dumazet
· 14 years ago
b7285b7
ipip: get rid of ipip_lock
by Eric Dumazet
· 14 years ago
0abee52
netfilter: nf_nat: add nf_nat_csum()
by Changli Gao
· 14 years ago
a89b476
ipv4: enable getsockopt() for IP_NODEFRAG
by Michael Kerrisk
· 14 years ago
7998156
ipv4: force_igmp_version ignored when a IGMPv3 query received
by Bob Arendt
· 14 years ago
a034ee3
fib: cleanups
by Eric Dumazet
· 14 years ago
e548833
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 14 years ago
49d61e2
tunnels: missing rcu_assign_pointer()
by Eric Dumazet
· 14 years ago
719f835
udp: add rehash on connect()
by Eric Dumazet
· 14 years ago
e038600
net: inet_add_protocol() can use cmpxchg()
by Eric Dumazet
· 14 years ago
ae2688d
net: blackhole route should always be recalculated
by Jianzhao Wang
· 14 years ago
f6b085b
ipv4: Suppress lockdep-RCU false positive in FIB trie (3)
by Jarek Poplawski
· 14 years ago
6f86b32
ipv4: Fix reverse path filtering with multipath routing.
by David S. Miller
· 14 years ago
deffd77
net: arp: code cleanup
by Changli Gao
· 14 years ago
0705c6f
tcp: update also tcp_output with regard to RFC 5681
by Gerrit Renker
· 14 years ago
750e9fa
ipv4: minor fix about RPF in help of Kconfig
by Nicolas Dichtel
· 14 years ago
875168a
net: tunnels should use rcu_dereference
by Eric Dumazet
· 14 years ago
Next »