aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/ip_fragment.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-10-19net: add skb frag size accessorsEric Dumazet1-2/+2
2011-10-18macvlan: handle fragmented multicast framesEric Dumazet1-0/+36
2011-07-05ipv4: Add ip_defrag() agent IP_DEFRAG_AF_PACKET.David S. Miller1-2/+3
2011-05-17ipv4: Don't use enums as bitmasks in ip_fragment.cDavid S. Miller1-6/+4
2011-05-16ipv4: more compliant RFC 3168 supportEric Dumazet1-22/+38
2011-05-04net: ip_expire() must revalidate routeEric Dumazet1-16/+15
2011-01-06ipv4: IP defragmentation must be ECN awareEric Dumazet1-0/+34
2010-11-30inetpeer: Make inet_getpeer() take an inet_peer_adress_t pointer.David S. Miller1-1/+1
2010-09-23net: return operator cleanupEric Dumazet1-2/+2
2010-08-23net: Rename skb_has_frags to skb_has_frag_listDavid S. Miller1-1/+1
2010-07-12net/ipv4: EXPORT_SYMBOL cleanupsEric Dumazet1-2/+1
2010-06-30fragment: add fast path for in-order fragmentsChangli Gao1-0/+12
2010-06-15ipfrag : frag_kfree_skb() cleanupEric Dumazet1-6/+3
2010-06-15ip_frag: Remove some atomic opsEric Dumazet1-2/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-02-02ipv4: ip_fragment: fix unbalanced rcu_read_unlock()Patrick McHardy1-3/+2
2010-01-23IP: Send an ICMP "Fragment Reassembly Timeout" message when enabling connection trackShan Wei1-4/+30
2010-01-17net: spread __net_init, __net_exitAlexey Dobriyan1-4/+4
2009-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds1-5/+6
2009-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/sysctl-2.6Linus Torvalds1-6/+0
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-12sysctl net: Remove unused binary sysctl codeEric W. Biederman1-6/+0
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