aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/ip_fragment.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-12-01Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+1
2009-11-29ipv4: additional update of dev_net(dev) to struct *net in ip_fragment.c, NULL ptr OOPSDavid Ford1-1/+1
2009-11-25net: use net_eq to compare netsOctavian Purdila1-2/+2
2009-11-05ip_frag: dont touch device refcountEric Dumazet1-3/+4
2009-06-09ipv4: Use frag list abstraction interfaces.David S. Miller1-2/+2
2009-06-03net: skb->dst accessorsEric Dumazet1-1/+1
2009-03-18netns: oops in ip[6]_frag_reasm incrementing statsJorge Boncompte [DTI2]1-1/+2
2008-11-03net: '&' reduxAlexey Dobriyan1-7/+7
2008-11-03net: clean up net/ipv4/ip_fragment.c tcp_timer.c ip_input.cJianjun Kong1-1/+1
2008-10-31net: replace NIPQUAD() in net/ipv4/ net/ipv6/Harvey Harrison1-3/+2
2008-10-13net: Rationalise email address: Network Specific PartsAlan Cox1-1/+1
2008-07-25net: convert BUG_TRAP to generic WARN_ONIlpo Järvinen1-2/+2
2008-07-16mib: add net to IP_ADD_STATS_BHPavel Emelyanov1-1/+1
2008-07-16mib: add net to IP_INC_STATS_BHPavel Emelyanov1-7/+10
2008-07-16ipv4: prepare net initialization for IP accountingPavel Emelyanov1-3/+3
2008-06-28Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+2
2008-06-27inet fragments: fix race between inet_frag_find and inet_frag_secret_rebuildPavel Emelyanov1-0/+2
2008-06-11net: remove CVS keywordsAdrian Bunk1-2/+0
2008-05-19inet: Register fragmentation some ctls at read-only root.Pavel Emelyanov1-2/+14
2008-05-19inet: Rename fragmentation sysctl-related functions/variables.Pavel Emelyanov1-9/+9
2008-04-14[IPV4]: Use NIPQUAD_FMT to format ipv4 addresses.YOSHIFUJI Hideaki1-1/+1
2008-03-28[NET]: Rename inet_frag.h identifiers COMPLETE, FIRST_IN, LAST_IN to INET_FRAG_*Joe Perches1-8/+9
2008-03-26[NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS.YOSHIFUJI Hideaki1-1/+1
2008-03-24[NETNS]: Process IP layer in the context of the correct namespace.Denis V. Lunev1-1/+4
2008-03-21[IPV4]: Fix null dereference in ip_defragPhil Oester1-1/+1
2008-01-28[NETNS][FRAGS]: Make the pernet subsystem for fragments.Pavel Emelyanov1-1/+12
2008-01-28[NETNS][FRAGS]: Make the LRU list per namespace.Pavel Emelyanov1-1/+1
2008-01-28[NETNS][FRAGS]: Isolate the secret interval from namespaces.Pavel Emelyanov1-6/+2
2008-01-28[NETNS][FRAGS]: Make thresholds work in namespaces.Pavel Emelyanov1-13/+13
2008-01-28[NETNS][FRAGS]: Make the net.ipv4.ipfrag_timeout work in namespaces.Pavel Emelyanov1-10/+10
2008-01-28[NETNS][FRAGS]: Duplicate sysctl tables for new namespaces.Pavel Emelyanov1-3/+39
2008-01-28[NETNS][FRAGS]: Make the mem counter per-namespace.Pavel Emelyanov1-14/+15
2008-01-28[NETNS][FRAGS]: Make the nqueues counter per-namespace.Pavel Emelyanov1-2/+4
2008-01-28[NETNS][FRAGS]: Make the inet_frag_queue lookup work in namespaces.Pavel Emelyanov1-3/+5
2008-01-28[NETNS][FRAGS]: Move ctl tables around.Pavel Emelyanov1-2/+72
2007-10-17[NET]: Fix uninitialised variable in ip_frag_reasm()David Howells1-2/+1
2007-10-17[INET]: Consolidate frag queues freeingPavel Emelyanov1-1/+0
2007-10-17[INET]: Remove no longer needed ->equal callbackPavel Emelyanov1-15/+0
2007-10-17[INET]: Consolidate xxx_find() in fragment managementPavel Emelyanov1-36/+21
2007-10-17[INET]: Consolidate xxx_frag_create()Pavel Emelyanov1-26/+28
2007-10-17[INET]: Consolidate xxx_frag_alloc()Pavel Emelyanov1-13/+7
2007-10-17[INET]: Consolidate xxx_frag_internPavel Emelyanov1-36/+18
2007-10-17[INET]: Omit double hash calculations in xxx_frag_internPavel Emelyanov1-7/+4
2007-10-15[INET]: kmalloc+memset -> kzalloc in frag_alloc_queueDenis V. Lunev1-6/+1
2007-10-15[INET]: Consolidate the xxx_putPavel Emelyanov1-2/+1
2007-10-15[INET]: Small cleanup for xxx_put after evictor consolidationPavel Emelyanov1-5/+5
2007-10-15[INET]: Consolidate the xxx_evictorPavel Emelyanov1-26/+4
2007-10-15[INET]: Consolidate the xxx_frag_destroyPavel Emelyanov1-29/+10
2007-10-15[INET]: Consolidate xxx_the secret_rebuildPavel Emelyanov1-29/+5
2007-10-15[INET]: Consolidate the xxx_frag_killPavel Emelyanov1-22/+1