aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/ip_fragment.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-04-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+10
2013-04-17net: drop dst before queueing fragmentsEric Dumazet1-4/+10
2013-03-24inet: generalize ipv4-only RFC3168 5.3 ecn fragmentation handling for future use by ipv6Hannes Frederic Sowa1-30/+1
2013-03-19inet: limit length of fragment queue hash table bucket listsHannes Frederic Sowa1-7/+4
2013-02-15net: Add skb_unclone() helper function.Pravin B Shelar1-1/+1
2013-01-29net: frag, move LRU list maintenance outside of rwlockJesper Dangaard Brouer1-3/+1
2013-01-29net: frag helper functions for mem limit trackingJesper Dangaard Brouer1-13/+11
2013-01-17net: increase fragment memory usage limitsJesper Dangaard Brouer1-7/+15
2012-12-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-0/+4
2012-12-10ipv4: ip_check_defrag must not modify skb before unsharingJohannes Berg1-10/+9
2012-11-18net: Don't export sysctls to unprivileged usersEric W. Biederman1-0/+4
2012-09-19ipv6: unify fragment thresh handling codeAmerigo Wang1-3/+2
2012-08-26ipv4: fix path MTU discovery with connection trackingPatrick McHardy1-1/+7
2012-07-26ipv4: Fix input route performance regression.David S. Miller1-2/+2
2012-07-20ipv4: Kill ip_route_input_noref().David Miller1-2/+2
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