aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/ip_fragment.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-06-27Revert "ipv4: tcp: dont cache unconfirmed intput dst"David S. Miller1-1/+1
2012-06-27ipv4: tcp: dont cache unconfirmed intput dstEric Dumazet1-1/+1
2012-06-09inet: Pass inetpeer root into inet_getpeer*() interfaces.David S. Miller1-1/+1
2012-06-08inetpeer: add parameter net for inet_getpeer_v4,v6Gao feng1-1/+5
2012-05-19ipv4: use skb coalescing in defragmentationEric Dumazet1-6/+20
2012-05-18ip_frag: struct inet_frags match() method returns a boolEric Dumazet1-5/+5
2012-05-15net: Convert net_ratelimit uses to net_<level>_ratelimitedJoe Perches1-2/+1
2012-04-20net: Convert all sysctl registrations to register_net_sysctlEric W. Biederman1-1/+1
2012-04-20net: Kill register_sysctl_rotableEric W. Biederman1-1/+1
2012-04-19ipv4: dont drop packet in defrag but consume itEric Dumazet1-1/+1
2012-03-12net: ipv4: Standardize prefixes for message loggingJoe Perches1-3/+5
2012-03-11net: Convert printks to pr_<level>Joe Perches1-2/+1
2011-12-02treewide: Fix typos in various parts of the kernel, and fix some comments.Justin P. Mattock1-1/+1
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