aboutsummaryrefslogtreecommitdiffstats
path: root/net/core/pktgen.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-11-19[PKTGEN]: Fix double unlock of xfrm_state->lockPavel Emelyanov1-2/+0
2007-10-22[NET]: Hide the queue_mapping field inside netif_subqueue_stoppedPavel Emelyanov1-3/+3
2007-10-22[NET]: Use the skb_set_queue_mapping where appropriatePavel Emelyanov1-4/+2
2007-10-19Convert files to UTF-8 and some cleanupsJan Engelhardt1-1/+1
2007-10-19Use helpers to obtain task pid in printksPavel Emelyanov1-1/+1
2007-10-19remove asm/bitops.h includesJiri Slaby1-1/+1
2007-10-17[IPSEC]: Rename mode to outer_mode and add inner_modeHerbert Xu1-1/+1
2007-10-10[NET]: sparse warning fixesStephen Hemminger1-16/+14
2007-10-10[NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()Joe Perches1-12/+5
2007-10-10[NET]: Make the device list and device lookups per namespace.Eric W. Biederman1-1/+1
2007-10-10[NET]: Make device event notification network namespace safeEric W. Biederman1-0/+3
2007-10-10[NET]: Make /proc/net per network namespaceEric W. Biederman1-4/+5
2007-10-10[PKTGEN]: Remove softirq scheduling.Robert Olsson1-32/+3
2007-10-10[PKTGEN]: Multiqueue support.Robert Olsson1-0/+59
2007-09-16[PKTGEN]: srcmac fixAdit Ranadive1-0/+10
2007-08-30[PKTGEN]: Remove write-only variable.Pavel Emelyanov1-3/+0
2007-08-28[PKTGEN]: Fix multiqueue oops.Robert Olsson1-2/+3
2007-07-31[PKTGEN]: make get_ipsec_sa() static and non-inlineAdrian Bunk1-2/+1
2007-07-31[PKTGEN]: Add missing KERN_* tags to printk()s.David S. Miller1-46/+57
2007-07-17Freezer: make kernel threads nonfreezable by defaultRafael J. Wysocki1-0/+2
2007-07-10[PKTGEN]: IPSEC supportJamal Hadi Salim1-2/+152
2007-07-10[PKTGEN]: Introduce sequential flowsJamal Hadi Salim1-8/+52
2007-07-10[PKTGEN]: Centralize packet overhead trackingJamal Hadi Salim1-12/+15
2007-07-10[CORE] Stack changes to add multiqueue hardware support APIPeter P Waskiewicz Jr1-3/+7
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap1-1/+0
2007-04-25[NET]: cleanup extra semicolonsStephen Hemminger1-3/+3
2007-04-25[SK_BUFF]: Convert skb->tail to sk_buff_data_tArnaldo Carvalho de Melo1-2/+2
2007-04-25[SK_BUFF]: unions of just one member don't get anything done, kill themArnaldo Carvalho de Melo1-8/+8
2007-04-25[SK_BUFF]: Some more layer header conversionsArnaldo Carvalho de Melo1-12/+18
2007-04-25[SK_BUFF]: Introduce udp_hdr(), remove skb->h.uhArnaldo Carvalho de Melo1-2/+2
2007-04-25[SK_BUFF]: Introduce ipv6_hdr(), remove skb->nh.ipv6hArnaldo Carvalho de Melo1-1/+1
2007-04-25[SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iphArnaldo Carvalho de Melo1-1/+1
2007-04-25[NET] core: whitespace cleanupStephen Hemminger1-8/+8
2007-04-25[PKTGEN]: fix device name handlingStephen Hemminger1-67/+70
2007-04-25[PKTGEN]: don't use __constant_htonl()Stephen Hemminger1-12/+12
2007-04-25[PKTGEN]: use random32Stephen Hemminger1-33/+19
2007-04-25[PKTGEN]: use pr_debugStephen Hemminger1-19/+15
2007-04-12[PKTGEN]: Add try_to_freeze()Andrew Morton1-0/+3
2007-02-12[PATCH] mark struct file_operations const 7Arjan van de Ven1-3/+3
2007-02-10[NET] CORE: Fix whitespace errors.YOSHIFUJI Hideaki1-31/+31
2007-01-03[PKTGEN]: Convert to kthread API.David S. Miller1-108/+48
2006-12-02[NET] net/core: Annotations.Al Viro1-36/+32
2006-11-05[PKTGEN]: TCI endianness fixesAl Viro1-12/+18
2006-09-28[PKTGEN]: DSCP supportFrancesco Fondelli1-6/+59
2006-09-28[PKTGEN]: vlan supportFrancesco Fondelli1-9/+247
2006-09-22[IPV6] ADDRCONF: Convert addrconf_lock to RCU.YOSHIFUJI Hideaki1-2/+2
2006-08-07[PKTGEN]: Make sure skb->{nh,h} are initialized in fill_packet_ipv6() too.David S. Miller1-0/+2
2006-08-07[PKTGEN]: Fix oops when used with balance-tlb bondingChen-Li Tien1-0/+2
2006-06-17[NET]: Add netif_tx_lockHerbert Xu1-2/+2
2006-03-23[PKTGEN]: Add MPLS extension.Steven Whitehouse1-11/+147