summaryrefslogtreecommitdiff
path: root/net/ipv4/ip_fragment.c
AgeCommit message (Expand)Author
2014-10-01inet: frags: add __init to ip4_frags_ctl_registerFabian Frederick
2014-08-02inet: frags: use kmem_cache for inet_frag_queueNikolay Aleksandrov
2014-08-02inet: frags: use INET_FRAG_EVICTED to prevent icmp messagesNikolay Aleksandrov
2014-08-02inet: frags: rename last_in to flagsNikolay Aleksandrov
2014-07-27inet: frag: set limits and make init_net's high_thresh limit globalNikolay Aleksandrov
2014-07-27inet: frag: use seqlock for hash rebuildFlorian Westphal
2014-07-27inet: frag: remove periodic secret rebuild timerFlorian Westphal
2014-07-27inet: frag: remove lru listFlorian Westphal
2014-07-27inet: frag: don't account number of fragment queuesFlorian Westphal
2014-07-27inet: frag: move eviction of queues to work queueFlorian Westphal
2014-07-27inet: frag: move evictor calls into frag_find functionFlorian Westphal
2014-07-27inet: frag: remove hash size assumptions from callersFlorian Westphal
2014-07-27inet: frag: constify match, hashfn and constructor argumentsFlorian Westphal
2014-05-05ipv4: fix "conntrack zones" support for defrag user check in ip_expireVasily Averin
2013-12-17net: Add utility functions to clear rxhashTom Herbert
2013-10-23ipv4: initialize ip4_frags hash secret as late as possibleHannes Frederic Sowa
2013-04-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-04-17net: drop dst before queueing fragmentsEric Dumazet
2013-03-24inet: generalize ipv4-only RFC3168 5.3 ecn fragmentation handling for future ...Hannes Frederic Sowa
2013-03-19inet: limit length of fragment queue hash table bucket listsHannes Frederic Sowa
2013-02-15net: Add skb_unclone() helper function.Pravin B Shelar
2013-01-29net: frag, move LRU list maintenance outside of rwlockJesper Dangaard Brouer
2013-01-29net: frag helper functions for mem limit trackingJesper Dangaard Brouer
2013-01-17net: increase fragment memory usage limitsJesper Dangaard Brouer
2012-12-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2012-12-10ipv4: ip_check_defrag must not modify skb before unsharingJohannes Berg
2012-11-18net: Don't export sysctls to unprivileged usersEric W. Biederman
2012-09-19ipv6: unify fragment thresh handling codeAmerigo Wang
2012-08-26ipv4: fix path MTU discovery with connection trackingPatrick McHardy
2012-07-26ipv4: Fix input route performance regression.David S. Miller
2012-07-20ipv4: Kill ip_route_input_noref().David Miller
2012-06-27Revert "ipv4: tcp: dont cache unconfirmed intput dst"David S. Miller
2012-06-27ipv4: tcp: dont cache unconfirmed intput dstEric Dumazet
2012-06-09inet: Pass inetpeer root into inet_getpeer*() interfaces.David S. Miller
2012-06-08inetpeer: add parameter net for inet_getpeer_v4,v6Gao feng
2012-05-19ipv4: use skb coalescing in defragmentationEric Dumazet
2012-05-18ip_frag: struct inet_frags match() method returns a boolEric Dumazet
2012-05-15net: Convert net_ratelimit uses to net_<level>_ratelimitedJoe Perches
2012-04-20net: Convert all sysctl registrations to register_net_sysctlEric W. Biederman
2012-04-20net: Kill register_sysctl_rotableEric W. Biederman
2012-04-19ipv4: dont drop packet in defrag but consume itEric Dumazet
2012-03-12net: ipv4: Standardize prefixes for message loggingJoe Perches
2012-03-11net: Convert printks to pr_<level>Joe Perches
2011-12-02treewide: Fix typos in various parts of the kernel, and fix some comments.Justin P. Mattock
2011-10-19net: add skb frag size accessorsEric Dumazet
2011-10-18macvlan: handle fragmented multicast framesEric Dumazet
2011-07-05ipv4: Add ip_defrag() agent IP_DEFRAG_AF_PACKET.David S. Miller
2011-05-17ipv4: Don't use enums as bitmasks in ip_fragment.cDavid S. Miller
2011-05-16ipv4: more compliant RFC 3168 supportEric Dumazet
2011-05-04net: ip_expire() must revalidate routeEric Dumazet