summaryrefslogtreecommitdiffstats
path: root/net/ipv4/ip_fragment.c
Commit message (Expand)AuthorAgeFilesLines
* net: return operator cleanupEric Dumazet2010-09-231-2/+2
* net: Rename skb_has_frags to skb_has_frag_listDavid S. Miller2010-08-231-1/+1
* net/ipv4: EXPORT_SYMBOL cleanupsEric Dumazet2010-07-121-2/+1Star
* fragment: add fast path for in-order fragmentsChangli Gao2010-06-301-0/+12
* ipfrag : frag_kfree_skb() cleanupEric Dumazet2010-06-161-6/+3Star
* ip_frag: Remove some atomic opsEric Dumazet2010-06-161-2/+1Star
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* ipv4: ip_fragment: fix unbalanced rcu_read_unlock()Patrick McHardy2010-02-021-3/+2Star
* IP: Send an ICMP "Fragment Reassembly Timeout" message when enabling connecti...Shan Wei2010-01-231-4/+30
* net: spread __net_init, __net_exitAlexey Dobriyan2010-01-181-4/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2009-12-081-5/+6
|\
| * Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-12-021-1/+1
| |\
| * | net: use net_eq to compare netsOctavian Purdila2009-11-261-2/+2
| * | ip_frag: dont touch device refcountEric Dumazet2009-11-061-3/+4
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/sysctl-2.6Linus Torvalds2009-12-081-6/+0Star
|\ \ \ | |_|/ |/| |
| * | sysctl net: Remove unused binary sysctl codeEric W. Biederman2009-11-121-6/+0Star
| |/
* / ipv4: additional update of dev_net(dev) to struct *net in ip_fragment.c, NULL...David Ford2009-11-301-1/+1
|/
* ipv4: Use frag list abstraction interfaces.David S. Miller2009-06-091-2/+2
* net: skb->dst accessorsEric Dumazet2009-06-031-1/+1
* netns: oops in ip[6]_frag_reasm incrementing statsJorge Boncompte [DTI2]2009-03-191-1/+2
* net: '&' reduxAlexey Dobriyan2008-11-041-7/+7
* net: clean up net/ipv4/ip_fragment.c tcp_timer.c ip_input.cJianjun Kong2008-11-031-1/+1
* net: replace NIPQUAD() in net/ipv4/ net/ipv6/Harvey Harrison2008-10-311-3/+2Star
* net: Rationalise email address: Network Specific PartsAlan Cox2008-10-141-1/+1
* net: convert BUG_TRAP to generic WARN_ONIlpo Järvinen2008-07-261-2/+2
* mib: add net to IP_ADD_STATS_BHPavel Emelyanov2008-07-171-1/+1
* mib: add net to IP_INC_STATS_BHPavel Emelyanov2008-07-171-7/+10
* ipv4: prepare net initialization for IP accountingPavel Emelyanov2008-07-171-3/+3
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-06-281-0/+2
|\
| * inet fragments: fix race between inet_frag_find and inet_frag_secret_rebuildPavel Emelyanov2008-06-281-0/+2
* | net: remove CVS keywordsAdrian Bunk2008-06-121-2/+0Star
* | inet: Register fragmentation some ctls at read-only root.Pavel Emelyanov2008-05-191-2/+14
* | inet: Rename fragmentation sysctl-related functions/variables.Pavel Emelyanov2008-05-191-9/+9
|/
* [IPV4]: Use NIPQUAD_FMT to format ipv4 addresses.YOSHIFUJI Hideaki2008-04-141-1/+1
* [NET]: Rename inet_frag.h identifiers COMPLETE, FIRST_IN, LAST_IN to INET_FRAG_*Joe Perches2008-03-291-8/+9
* [NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS.YOSHIFUJI Hideaki2008-03-251-1/+1
* [NETNS]: Process IP layer in the context of the correct namespace.Denis V. Lunev2008-03-241-1/+4
* [IPV4]: Fix null dereference in ip_defragPhil Oester2008-03-211-1/+1
* [NETNS][FRAGS]: Make the pernet subsystem for fragments.Pavel Emelyanov2008-01-291-1/+12
* [NETNS][FRAGS]: Make the LRU list per namespace.Pavel Emelyanov2008-01-291-1/+1
* [NETNS][FRAGS]: Isolate the secret interval from namespaces.Pavel Emelyanov2008-01-291-6/+2Star
* [NETNS][FRAGS]: Make thresholds work in namespaces.Pavel Emelyanov2008-01-291-13/+13
* [NETNS][FRAGS]: Make the net.ipv4.ipfrag_timeout work in namespaces.Pavel Emelyanov2008-01-291-10/+10
* [NETNS][FRAGS]: Duplicate sysctl tables for new namespaces.Pavel Emelyanov2008-01-291-3/+39
* [NETNS][FRAGS]: Make the mem counter per-namespace.Pavel Emelyanov2008-01-291-14/+15
* [NETNS][FRAGS]: Make the nqueues counter per-namespace.Pavel Emelyanov2008-01-291-2/+4
* [NETNS][FRAGS]: Make the inet_frag_queue lookup work in namespaces.Pavel Emelyanov2008-01-291-3/+5
* [NETNS][FRAGS]: Move ctl tables around.Pavel Emelyanov2008-01-291-2/+72
* [NET]: Fix uninitialised variable in ip_frag_reasm()David Howells2007-10-181-2/+1Star
* [INET]: Consolidate frag queues freeingPavel Emelyanov2007-10-181-1/+0Star