aboutsummaryrefslogtreecommitdiffstats
path: root/net/core/pktgen.c
Commit message (Expand)AuthorAgeFilesLines
* [PKTGEN]: pktgen should not print info that it is spinningJesse Brandeburg2008-01-311-1/+0
* [PKTGEN]: Remove an unused definition in pktgen.c.Rami Rosen2008-01-311-2/+0
* [IPV4]: Enable use of 240/4 address space.Jan Engelhardt2008-01-281-1/+1
* [PKTGEN]: uninline getCurUsIlpo Järvinen2008-01-281-1/+1
* [PKTGEN]: Kill dead static inlinesIlpo Järvinen2008-01-281-94/+0
* [IPV4] net/core: Use ipv4_is_<type>Joe Perches2008-01-281-3/+5
* [PKTGEN]: Fix double unlock of xfrm_state->lockPavel Emelyanov2007-11-191-2/+0
* [NET]: Hide the queue_mapping field inside netif_subqueue_stoppedPavel Emelyanov2007-10-221-3/+3
* [NET]: Use the skb_set_queue_mapping where appropriatePavel Emelyanov2007-10-221-4/+2
* Convert files to UTF-8 and some cleanupsJan Engelhardt2007-10-191-1/+1
* Use helpers to obtain task pid in printksPavel Emelyanov2007-10-191-1/+1
* remove asm/bitops.h includesJiri Slaby2007-10-191-1/+1
* [IPSEC]: Rename mode to outer_mode and add inner_modeHerbert Xu2007-10-171-1/+1
* [NET]: sparse warning fixesStephen Hemminger2007-10-101-16/+14
* [NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()Joe Perches2007-10-101-12/+5
* [NET]: Make the device list and device lookups per namespace.Eric W. Biederman2007-10-101-1/+1
* [NET]: Make device event notification network namespace safeEric W. Biederman2007-10-101-0/+3
* [NET]: Make /proc/net per network namespaceEric W. Biederman2007-10-101-4/+5
* [PKTGEN]: Remove softirq scheduling.Robert Olsson2007-10-101-32/+3
* [PKTGEN]: Multiqueue support.Robert Olsson2007-10-101-0/+59
* [PKTGEN]: srcmac fixAdit Ranadive2007-09-161-0/+10
* [PKTGEN]: Remove write-only variable.Pavel Emelyanov2007-08-301-3/+0
* [PKTGEN]: Fix multiqueue oops.Robert Olsson2007-08-281-2/+3
* [PKTGEN]: make get_ipsec_sa() static and non-inlineAdrian Bunk2007-07-311-2/+1
* [PKTGEN]: Add missing KERN_* tags to printk()s.David S. Miller2007-07-311-46/+57
* Freezer: make kernel threads nonfreezable by defaultRafael J. Wysocki2007-07-171-0/+2
* [PKTGEN]: IPSEC supportJamal Hadi Salim2007-07-101-2/+152
* [PKTGEN]: Introduce sequential flowsJamal Hadi Salim2007-07-101-8/+52
* [PKTGEN]: Centralize packet overhead trackingJamal Hadi Salim2007-07-101-12/+15
* [CORE] Stack changes to add multiqueue hardware support APIPeter P Waskiewicz Jr2007-07-101-3/+7
* header cleaning: don't include smp_lock.h when not usedRandy Dunlap2007-05-081-1/+0
* [NET]: cleanup extra semicolonsStephen Hemminger2007-04-251-3/+3
* [SK_BUFF]: Convert skb->tail to sk_buff_data_tArnaldo Carvalho de Melo2007-04-251-2/+2
* [SK_BUFF]: unions of just one member don't get anything done, kill themArnaldo Carvalho de Melo2007-04-251-8/+8
* [SK_BUFF]: Some more layer header conversionsArnaldo Carvalho de Melo2007-04-251-12/+18
* [SK_BUFF]: Introduce udp_hdr(), remove skb->h.uhArnaldo Carvalho de Melo2007-04-251-2/+2
* [SK_BUFF]: Introduce ipv6_hdr(), remove skb->nh.ipv6hArnaldo Carvalho de Melo2007-04-251-1/+1
* [SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iphArnaldo Carvalho de Melo2007-04-251-1/+1
* [NET] core: whitespace cleanupStephen Hemminger2007-04-251-8/+8
* [PKTGEN]: fix device name handlingStephen Hemminger2007-04-251-67/+70
* [PKTGEN]: don't use __constant_htonl()Stephen Hemminger2007-04-251-12/+12
* [PKTGEN]: use random32Stephen Hemminger2007-04-251-33/+19
* [PKTGEN]: use pr_debugStephen Hemminger2007-04-251-19/+15
* [PKTGEN]: Add try_to_freeze()Andrew Morton2007-04-121-0/+3
* [PATCH] mark struct file_operations const 7Arjan van de Ven2007-02-121-3/+3
* [NET] CORE: Fix whitespace errors.YOSHIFUJI Hideaki2007-02-101-31/+31
* [PKTGEN]: Convert to kthread API.David S. Miller2007-01-031-108/+48
* [NET] net/core: Annotations.Al Viro2006-12-021-36/+32
* [PKTGEN]: TCI endianness fixesAl Viro2006-11-051-12/+18
* [PKTGEN]: DSCP supportFrancesco Fondelli2006-09-281-6/+59