summaryrefslogtreecommitdiffstats
path: root/net/core/pktgen.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-10-311-14/+13Star
|\
| * pktgen: fix multiple queue warningJesse Brandeburg2008-10-281-14/+13Star
* | net: convert print_mac to %pMJohannes Berg2008-10-281-5/+4Star
|/
* pktgen: fix skb leak in case of failureIlpo Järvinen2008-10-141-3/+5
* pktgen: prevent pktgen from using bad tx queueAndrew Gallatin2008-08-141-0/+29
* pktgen: multiqueue etc.Robert Olsson2008-08-071-3/+34
* pktgen: mac countRobert Olsson2008-08-061-2/+2
* pktgen: random flow Robert Olsson2008-08-061-1/+5
* netdev: Fix lockdep warnings in multiqueue configurations.David S. Miller2008-08-011-2/+5
* netns: Use net_eq() to compare net-namespaces for optimization.YOSHIFUJI Hideaki2008-07-201-1/+1
* net: Use queue aware tests throughout.David S. Miller2008-07-181-25/+44
* pktgen: make sure that pktgen_thread_worker has been executedDenis V. Lunev2008-05-211-0/+4
* net: assign PDE->data before gluing PDE into /proc treeDenis V. Lunev2008-05-021-8/+4Star
* [NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS.YOSHIFUJI Hideaki2008-03-251-1/+1
* [PKTGEN]: Use proc_create() to setup ->proc_fops firstWang Chen2008-02-281-6/+4Star
* [PKTGEN]: pktgen should not print info that it is spinningJesse Brandeburg2008-02-011-1/+0Star
* [PKTGEN]: Remove an unused definition in pktgen.c.Rami Rosen2008-02-011-2/+0Star
* [IPV4]: Enable use of 240/4 address space.Jan Engelhardt2008-01-291-1/+1
* [PKTGEN]: uninline getCurUsIlpo Järvinen2008-01-291-1/+1
* [PKTGEN]: Kill dead static inlinesIlpo Järvinen2008-01-291-94/+0Star
* [IPV4] net/core: Use ipv4_is_<type>Joe Perches2008-01-281-3/+5
* [PKTGEN]: Fix double unlock of xfrm_state->lockPavel Emelyanov2007-11-201-2/+0Star
* [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/+2Star
* 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-181-1/+1
* [NET]: sparse warning fixesStephen Hemminger2007-10-111-16/+14Star
* [NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()Joe Perches2007-10-111-12/+5Star
* [NET]: Make the device list and device lookups per namespace.Eric W. Biederman2007-10-111-1/+1
* [NET]: Make device event notification network namespace safeEric W. Biederman2007-10-111-0/+3
* [NET]: Make /proc/net per network namespaceEric W. Biederman2007-10-111-4/+5
* [PKTGEN]: Remove softirq scheduling.Robert Olsson2007-10-111-32/+3Star
* [PKTGEN]: Multiqueue support.Robert Olsson2007-10-111-0/+59
* [PKTGEN]: srcmac fixAdit Ranadive2007-09-161-0/+10
* [PKTGEN]: Remove write-only variable.Pavel Emelyanov2007-08-311-3/+0Star
* [PKTGEN]: Fix multiqueue oops.Robert Olsson2007-08-291-2/+3
* [PKTGEN]: make get_ipsec_sa() static and non-inlineAdrian Bunk2007-07-311-2/+1Star
* [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-111-2/+152
* [PKTGEN]: Introduce sequential flowsJamal Hadi Salim2007-07-111-8/+52
* [PKTGEN]: Centralize packet overhead trackingJamal Hadi Salim2007-07-111-12/+15
* [CORE] Stack changes to add multiqueue hardware support APIPeter P Waskiewicz Jr2007-07-111-3/+7
* header cleaning: don't include smp_lock.h when not usedRandy Dunlap2007-05-081-1/+0Star
* [NET]: cleanup extra semicolonsStephen Hemminger2007-04-261-3/+3
* [SK_BUFF]: Convert skb->tail to sk_buff_data_tArnaldo Carvalho de Melo2007-04-261-2/+2
* [SK_BUFF]: unions of just one member don't get anything done, kill themArnaldo Carvalho de Melo2007-04-261-8/+8
* [SK_BUFF]: Some more layer header conversionsArnaldo Carvalho de Melo2007-04-261-12/+18