summaryrefslogtreecommitdiffstats
path: root/net/core/pktgen.c
AgeCommit message (Expand)AuthorLines
2008-05-20pktgen: make sure that pktgen_thread_worker has been executedDenis V. Lunev-0/+4
2008-05-02net: assign PDE->data before gluing PDE into /proc treeDenis V. Lunev-8/+4
2008-03-26[NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS.YOSHIFUJI Hideaki-1/+1
2008-02-28[PKTGEN]: Use proc_create() to setup ->proc_fops firstWang Chen-6/+4
2008-01-31[PKTGEN]: pktgen should not print info that it is spinningJesse Brandeburg-1/+0
2008-01-31[PKTGEN]: Remove an unused definition in pktgen.c.Rami Rosen-2/+0
2008-01-28[IPV4]: Enable use of 240/4 address space.Jan Engelhardt-1/+1
2008-01-28[PKTGEN]: uninline getCurUsIlpo Järvinen-1/+1
2008-01-28[PKTGEN]: Kill dead static inlinesIlpo Järvinen-94/+0
2008-01-28[IPV4] net/core: Use ipv4_is_<type>Joe Perches-3/+5
2007-11-19[PKTGEN]: Fix double unlock of xfrm_state->lockPavel Emelyanov-2/+0
2007-10-22[NET]: Hide the queue_mapping field inside netif_subqueue_stoppedPavel Emelyanov-3/+3
2007-10-22[NET]: Use the skb_set_queue_mapping where appropriatePavel Emelyanov-4/+2
2007-10-19Convert files to UTF-8 and some cleanupsJan Engelhardt-1/+1
2007-10-19Use helpers to obtain task pid in printksPavel Emelyanov-1/+1
2007-10-19remove asm/bitops.h includesJiri Slaby-1/+1
2007-10-17[IPSEC]: Rename mode to outer_mode and add inner_modeHerbert Xu-1/+1
2007-10-10[NET]: sparse warning fixesStephen Hemminger-16/+14
2007-10-10[NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()Joe Perches-12/+5
2007-10-10[NET]: Make the device list and device lookups per namespace.Eric W. Biederman-1/+1
2007-10-10[NET]: Make device event notification network namespace safeEric W. Biederman-0/+3
2007-10-10[NET]: Make /proc/net per network namespaceEric W. Biederman-4/+5
2007-10-10[PKTGEN]: Remove softirq scheduling.Robert Olsson-32/+3
2007-10-10[PKTGEN]: Multiqueue support.Robert Olsson-0/+59
2007-09-16[PKTGEN]: srcmac fixAdit Ranadive-0/+10
2007-08-30[PKTGEN]: Remove write-only variable.Pavel Emelyanov-3/+0
2007-08-28[PKTGEN]: Fix multiqueue oops.Robert Olsson-2/+3
2007-07-31[PKTGEN]: make get_ipsec_sa() static and non-inlineAdrian Bunk-2/+1
2007-07-31[PKTGEN]: Add missing KERN_* tags to printk()s.David S. Miller-46/+57
2007-07-17Freezer: make kernel threads nonfreezable by defaultRafael J. Wysocki-0/+2
2007-07-10[PKTGEN]: IPSEC supportJamal Hadi Salim-2/+152
2007-07-10[PKTGEN]: Introduce sequential flowsJamal Hadi Salim-8/+52
2007-07-10[PKTGEN]: Centralize packet overhead trackingJamal Hadi Salim-12/+15
2007-07-10[CORE] Stack changes to add multiqueue hardware support APIPeter P Waskiewicz Jr-3/+7
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap-1/+0
2007-04-25[NET]: cleanup extra semicolonsStephen Hemminger-3/+3
2007-04-25[SK_BUFF]: Convert skb->tail to sk_buff_data_tArnaldo Carvalho de Melo-2/+2
2007-04-25[SK_BUFF]: unions of just one member don't get anything done, kill themArnaldo Carvalho de Melo-8/+8
2007-04-25[SK_BUFF]: Some more layer header conversionsArnaldo Carvalho de Melo-12/+18
2007-04-25[SK_BUFF]: Introduce udp_hdr(), remove skb->h.uhArnaldo Carvalho de Melo-2/+2
2007-04-25[SK_BUFF]: Introduce ipv6_hdr(), remove skb->nh.ipv6hArnaldo Carvalho de Melo-1/+1
2007-04-25[SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iphArnaldo Carvalho de Melo-1/+1
2007-04-25[NET] core: whitespace cleanupStephen Hemminger-8/+8
2007-04-25[PKTGEN]: fix device name handlingStephen Hemminger-67/+70
2007-04-25[PKTGEN]: don't use __constant_htonl()Stephen Hemminger-12/+12
2007-04-25[PKTGEN]: use random32Stephen Hemminger-33/+19
2007-04-25[PKTGEN]: use pr_debugStephen Hemminger-19/+15
2007-04-12[PKTGEN]: Add try_to_freeze()Andrew Morton-0/+3
2007-02-12[PATCH] mark struct file_operations const 7Arjan van de Ven-3/+3
2007-02-10[NET] CORE: Fix whitespace errors.YOSHIFUJI Hideaki-31/+31