Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
1b340d0118da1d7c60c664f17d7c8fce2bb1cd9d
/
net
/
ipv4
/
ip_fragment.c
42b2aa8
treewide: Fix typos in various parts of the kernel, and fix some comments.
by Justin P. Mattock
· 13 years ago
9e903e0
net: add skb frag size accessors
by Eric Dumazet
· 13 years ago
bc416d9
macvlan: handle fragmented multicast frames
by Eric Dumazet
· 13 years ago
595fc71
ipv4: Add ip_defrag() agent IP_DEFRAG_AF_PACKET.
by David S. Miller
· 13 years ago
1d1652c
ipv4: Don't use enums as bitmasks in ip_fragment.c
by David S. Miller
· 13 years ago
5173cc0
ipv4: more compliant RFC 3168 support
by Eric Dumazet
· 13 years ago
64f3b9e
net: ip_expire() must revalidate route
by Eric Dumazet
· 14 years ago
6623e3b
ipv4: IP defragmentation must be ECN aware
by Eric Dumazet
· 14 years ago
b534ecf
inetpeer: Make inet_getpeer() take an inet_peer_adress_t pointer.
by David S. Miller
· 14 years ago
a02cec2
net: return operator cleanup
by Eric Dumazet
· 14 years ago
21dc330
net: Rename skb_has_frags to skb_has_frag_list
by David S. Miller
· 14 years ago
4bc2f18
net/ipv4: EXPORT_SYMBOL cleanups
by Eric Dumazet
· 14 years ago
d6bebca
fragment: add fast path for in-order fragments
by Changli Gao
· 14 years ago
a95d8c8
ipfrag : frag_kfree_skb() cleanup
by Eric Dumazet
· 14 years ago
d27f9b3
ip_frag: Remove some atomic ops
by Eric Dumazet
· 14 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
d1c9ae6
ipv4: ip_fragment: fix unbalanced rcu_read_unlock()
by Patrick McHardy
· 15 years ago
e9017b5
IP: Send an ICMP "Fragment Reassembly Timeout" message when enabling connection track
by Shan Wei
· 15 years ago
2c8c1e7
net: spread __net_init, __net_exit
by Alexey Dobriyan
· 15 years ago
d7fc02c
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6
by Linus Torvalds
· 15 years ago
1557d33
Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/sysctl-2.6
by Linus Torvalds
· 15 years ago
ff9c38b
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 15 years ago
bbf31bf
ipv4: additional update of dev_net(dev) to struct *net in ip_fragment.c, NULL ptr OOPS
by David Ford
· 15 years ago
09ad9bc
net: use net_eq to compare nets
by Octavian Purdila
· 15 years ago
f8572d8
sysctl net: Remove unused binary sysctl code
by Eric W. Biederman
· 15 years ago
69df9d5
ip_frag: dont touch device refcount
by Eric Dumazet
· 15 years ago
d7fcf1a
ipv4: Use frag list abstraction interfaces.
by David S. Miller
· 15 years ago
adf3090
net: skb->dst accessors
by Eric Dumazet
· 15 years ago
2bad35b
netns: oops in ip[6]_frag_reasm incrementing stats
by Jorge Boncompte [DTI2]
· 16 years ago
6d9f239
net: '&' redux
by Alexey Dobriyan
· 16 years ago
fd3f8c4
net: clean up net/ipv4/ip_fragment.c tcp_timer.c ip_input.c
by Jianjun Kong
· 16 years ago
673d57e
net: replace NIPQUAD() in net/ipv4/ net/ipv6/
by Harvey Harrison
· 16 years ago
113aa83
net: Rationalise email address: Network Specific Parts
by Alan Cox
· 16 years ago
547b792
net: convert BUG_TRAP to generic WARN_ON
by Ilpo Järvinen
· 16 years ago
c5346fe
mib: add net to IP_ADD_STATS_BH
by Pavel Emelyanov
· 16 years ago
7c73a6f
mib: add net to IP_INC_STATS_BH
by Pavel Emelyanov
· 16 years ago
84a3aa0
ipv4: prepare net initialization for IP accounting
by Pavel Emelyanov
· 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
0a64b4b
inet: Rename fragmentation sysctl-related functions/variables.
by Pavel Emelyanov
· 16 years ago
a7d632b
[IPV4]: Use NIPQUAD_FMT to format ipv4 addresses.
by YOSHIFUJI Hideaki
· 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
cb84663
[NETNS]: Process IP layer in the context of the correct namespace.
by Denis V. Lunev
· 17 years ago
12b1015
[IPV4]: Fix null dereference in ip_defrag
by Phil Oester
· 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
4554247
[NET]: Fix uninitialised variable in ip_frag_reasm()
by David Howells
· 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
f1673ca
[INET]: kmalloc+memset -> kzalloc in frag_alloc_queue
by Denis V. Lunev
· 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
776c729
[IPV4]: Change ip_defrag to return an integer
by Herbert Xu
· 17 years ago
1706d58
[IPV4]: Make ip_defrag 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
eddc9ec
[SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iph
by Arnaldo Carvalho de Melo
· 18 years ago
c9bdd4b
[IP]: Introduce ip_hdrlen()
by Arnaldo Carvalho de Melo
· 18 years ago
d56f90a
[SK_BUFF]: Introduce skb_network_header()
by Arnaldo Carvalho de Melo
· 18 years ago
132adf5
[IPV4]: cleanup
by Stephen Hemminger
· 18 years ago
b7aa0bf
[NET]: convert network timestamps to ktime_t
by Eric Dumazet
· 18 years ago
e905a9e
[NET] IPV4: Fix whitespace errors.
by YOSHIFUJI Hideaki
· 18 years ago
47c6bf77
fix typo in net/ipv4/ip_fragment.c
by Peter Zijlstra
· 18 years ago
1827777
[IPV4]: ip_fragment.c endianness annotations
by Al Viro
· 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
55c0022
[IPV4] ip_fragment: Always compute hash with ipfrag_lock held.
by David S. Miller
· 19 years ago
76ab608
[NET]: Endian-annotate struct iphdr
by Alexey Dobriyan
· 19 years ago
89cee8b
[IPV4]: Safer reassembly
by Herbert Xu
· 19 years ago
e7c8a41
[IPV4,IPV6]: replace handmade list with hlist in IPv{4,6} reassembly
by Yasuyuki Kozakai
· 19 years ago
48bc41a
[IPV4]: Reassembly trim not clearing CHECKSUM_HW
by Stephen Hemminger
· 19 years ago
a61bbcf
[NET]: Store skb->timestamp as offset to a base timestamp
by Patrick McHardy
· 19 years ago
64ce207
[NET]: Make NETDEBUG pure printk wrappers
by Patrick McHardy
· 19 years ago
ca93345
[IPV4]: Debug cleanup
by Heikki Orsila
· 19 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago