Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
d6d20f54847e27ed886e8285c208368ef3d42abb
/
net
/
ipv6
/
reassembly.c
6d9f239
net: '&' redux
by Alexey Dobriyan
· 16 years ago
821d577
ipv6: added net argument to IP6_ADD_STATS_BH
by Denis V. Lunev
· 16 years ago
483a47d
ipv6: added net argument to IP6_INC_STATS_BH
by Denis V. Lunev
· 16 years ago
3bd653c
netns: add net parameter to IP6_INC_STATS
by Denis V. Lunev
· 16 years ago
98b3377c
ipv6: consolidate error paths in ipv6_frag_rcv
by Denis V. Lunev
· 16 years ago
93c8b90
ipv6: almost identical frag hashing funcs combined
by Ilpo Järvinen
· 16 years ago
547b792
net: convert BUG_TRAP to generic WARN_ON
by Ilpo Järvinen
· 16 years ago
1b63ba8
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 16 years ago
9a37580
inet fragments: fix race between inet_frag_find and inet_frag_secret_rebuild
by Pavel Emelyanov
· 16 years ago
0b04082
net: remove CVS keywords
by Adrian Bunk
· 16 years ago
7d291eb
inet: Register fragmentation some ctls at read-only root.
by Pavel Emelyanov
· 16 years ago
0002c63
ipv6: In fragmentation code, handle error returned from register_pernet_subsys.
by Pavel Emelyanov
· 16 years ago
0a64b4b
inet: Rename fragmentation sysctl-related functions/variables.
by Pavel Emelyanov
· 16 years ago
4ac2ccd
netns: Fix reassembly timer to use the right namespace
by Daniel Lezcano
· 17 years ago
bc578a5
[NET]: Rename inet_frag.h identifiers COMPLETE, FIRST_IN, LAST_IN to INET_FRAG_*
by Joe Perches
· 17 years ago
c346dca
[NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS.
by YOSHIFUJI Hideaki
· 17 years ago
81566e8
[NETNS][FRAGS]: Make the pernet subsystem for fragments.
by Pavel Emelyanov
· 17 years ago
3140c25
[NETNS][FRAGS]: Make the LRU list per namespace.
by Pavel Emelyanov
· 17 years ago
3b4bc4a
[NETNS][FRAGS]: Isolate the secret interval from namespaces.
by Pavel Emelyanov
· 17 years ago
e31e0bdc7
[NETNS][FRAGS]: Make thresholds work in namespaces.
by Pavel Emelyanov
· 17 years ago
b2fd532
[NETNS][FRAGS]: Make the net.ipv4.ipfrag_timeout work in namespaces.
by Pavel Emelyanov
· 17 years ago
e4a2d5c
[NETNS][FRAGS]: Duplicate sysctl tables for new namespaces.
by Pavel Emelyanov
· 17 years ago
6ddc082
[NETNS][FRAGS]: Make the mem counter per-namespace.
by Pavel Emelyanov
· 17 years ago
e5a2bb8
[NETNS][FRAGS]: Make the nqueues counter per-namespace.
by Pavel Emelyanov
· 17 years ago
ac18e75
[NETNS][FRAGS]: Make the inet_frag_queue lookup work in namespaces.
by Pavel Emelyanov
· 17 years ago
8d8354d
[NETNS][FRAGS]: Move ctl tables around.
by Pavel Emelyanov
· 17 years ago
7d460db
[IPV6]: Fix ip6_frag ctl
by Daniel Lezcano
· 17 years ago
e71e034
[NETNS][IPV6]: Make ip6_frags per namespace.
by Daniel Lezcano
· 17 years ago
853cbba
[IPV6]: make frag to return an error at initialization
by Daniel Lezcano
· 17 years ago
c954770
[INET]: Consolidate frag queues freeing
by Pavel Emelyanov
· 17 years ago
48d6005
[INET]: Remove no longer needed ->equal callback
by Pavel Emelyanov
· 17 years ago
abd6523
[INET]: Consolidate xxx_find() in fragment management
by Pavel Emelyanov
· 17 years ago
c6fda28
[INET]: Consolidate xxx_frag_create()
by Pavel Emelyanov
· 17 years ago
e521db9
[INET]: Consolidate xxx_frag_alloc()
by Pavel Emelyanov
· 17 years ago
2588fe1
[INET]: Consolidate xxx_frag_intern
by Pavel Emelyanov
· 17 years ago
fd9e635
[INET]: Omit double hash calculations in xxx_frag_intern
by Pavel Emelyanov
· 17 years ago
e5bbef2
[IPV6]: Replace sk_buff ** with sk_buff * in input handlers
by Herbert Xu
· 17 years ago
762cc40
[INET]: Consolidate the xxx_put
by Pavel Emelyanov
· 17 years ago
4b6cb5d
[INET]: Small cleanup for xxx_put after evictor consolidation
by Pavel Emelyanov
· 17 years ago
8e7999c
[INET]: Consolidate the xxx_evictor
by Pavel Emelyanov
· 17 years ago
1e4b828
[INET]: Consolidate the xxx_frag_destroy
by Pavel Emelyanov
· 17 years ago
321a3a9
[INET]: Consolidate xxx_the secret_rebuild
by Pavel Emelyanov
· 17 years ago
277e650
[INET]: Consolidate the xxx_frag_kill
by Pavel Emelyanov
· 17 years ago
04128f2
[INET]: Collect common frag sysctl variables together
by Pavel Emelyanov
· 17 years ago
7eb9515
[INET]: Collect frag queues management objects together
by Pavel Emelyanov
· 17 years ago
5ab11c9
[INET]: Move common fields from frag_queues in one place.
by Pavel Emelyanov
· 17 years ago
f61944e
[IPV6]: Make ipv6_frag_rcv return the same packet
by Herbert Xu
· 17 years ago
881d966
[NET]: Make the device list and device lookups per namespace.
by Eric W. Biederman
· 17 years ago
b0e380b
[SK_BUFF]: unions of just one member don't get anything done, kill them
by Arnaldo Carvalho de Melo
· 18 years ago
cfe1fc7
[SK_BUFF]: Introduce skb_network_header_len
by Arnaldo Carvalho de Melo
· 18 years ago
9c70220
[SK_BUFF]: Introduce skb_transport_header(skb)
by Arnaldo Carvalho de Melo
· 18 years ago
ea2ae17
[SK_BUFF]: Introduce skb_transport_offset()
by Arnaldo Carvalho de Melo
· 18 years ago
badff6d
[SK_BUFF]: Introduce skb_reset_transport_header(skb)
by Arnaldo Carvalho de Melo
· 18 years ago
0660e03
[SK_BUFF]: Introduce ipv6_hdr(), remove skb->nh.ipv6h
by Arnaldo Carvalho de Melo
· 18 years ago
d56f90a
[SK_BUFF]: Introduce skb_network_header()
by Arnaldo Carvalho de Melo
· 18 years ago
b7aa0bf
[NET]: convert network timestamps to ktime_t
by Eric Dumazet
· 18 years ago
1ab1457
[NET] IPV6: Fix whitespace errors.
by YOSHIFUJI Hideaki
· 18 years ago
e69a4adc
[IPV6]: Misc endianness annotations.
by Al Viro
· 18 years ago
a11d206
[IPV6]: Per-interface statistics support.
by YOSHIFUJI Hideaki
· 18 years ago
ab32ea5
[NET/IPV4/IPV6]: Change some sysctl variables to __read_mostly
by Brian Haley
· 18 years ago
84fa793
[NET]: Replace CHECKSUM_HW by CHECKSUM_PARTIAL/CHECKSUM_COMPLETE
by Patrick McHardy
· 18 years ago
6ab3d56
Remove obsolete #include <linux/config.h>
by Jörn Engel
· 18 years ago
f6596f9
[IPv6] reassembly: Always compute hash under the fragment lock.
by Zach Brown
· 19 years ago
78c784c
[IPV6]: Cleanup of net/ipv6/reassambly.c
by Ingo Oeser
· 19 years ago
951dbc8
[IPV6]: Move nextheader offset to the IP6CB
by Patrick McHardy
· 19 years ago
e7c8a41
[IPV4,IPV6]: replace handmade list with hlist in IPv{4,6} reassembly
by Yasuyuki Kozakai
· 19 years ago
42ca89c
[IPV6]: Need to use pskb_trim_rcsum().
by Stephen Hemminger
· 19 years ago
a61bbcf
[NET]: Store skb->timestamp as offset to a base timestamp
by Patrick McHardy
· 19 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago