index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
core
/
pktgen.c
Age
Commit message (
Expand
)
Author
Files
Lines
2007-07-31
[PKTGEN]: make get_ipsec_sa() static and non-inline
Adrian Bunk
1
-2
/
+1
2007-07-31
[PKTGEN]: Add missing KERN_* tags to printk()s.
David S. Miller
1
-46
/
+57
2007-07-17
Freezer: make kernel threads nonfreezable by default
Rafael J. Wysocki
1
-0
/
+2
2007-07-10
[PKTGEN]: IPSEC support
Jamal Hadi Salim
1
-2
/
+152
2007-07-10
[PKTGEN]: Introduce sequential flows
Jamal Hadi Salim
1
-8
/
+52
2007-07-10
[PKTGEN]: Centralize packet overhead tracking
Jamal Hadi Salim
1
-12
/
+15
2007-07-10
[CORE] Stack changes to add multiqueue hardware support API
Peter P Waskiewicz Jr
1
-3
/
+7
2007-05-08
header cleaning: don't include smp_lock.h when not used
Randy Dunlap
1
-1
/
+0
2007-04-25
[NET]: cleanup extra semicolons
Stephen Hemminger
1
-3
/
+3
2007-04-25
[SK_BUFF]: Convert skb->tail to sk_buff_data_t
Arnaldo Carvalho de Melo
1
-2
/
+2
2007-04-25
[SK_BUFF]: unions of just one member don't get anything done, kill them
Arnaldo Carvalho de Melo
1
-8
/
+8
2007-04-25
[SK_BUFF]: Some more layer header conversions
Arnaldo Carvalho de Melo
1
-12
/
+18
2007-04-25
[SK_BUFF]: Introduce udp_hdr(), remove skb->h.uh
Arnaldo Carvalho de Melo
1
-2
/
+2
2007-04-25
[SK_BUFF]: Introduce ipv6_hdr(), remove skb->nh.ipv6h
Arnaldo Carvalho de Melo
1
-1
/
+1
2007-04-25
[SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iph
Arnaldo Carvalho de Melo
1
-1
/
+1
2007-04-25
[NET] core: whitespace cleanup
Stephen Hemminger
1
-8
/
+8
2007-04-25
[PKTGEN]: fix device name handling
Stephen Hemminger
1
-67
/
+70
2007-04-25
[PKTGEN]: don't use __constant_htonl()
Stephen Hemminger
1
-12
/
+12
2007-04-25
[PKTGEN]: use random32
Stephen Hemminger
1
-33
/
+19
2007-04-25
[PKTGEN]: use pr_debug
Stephen Hemminger
1
-19
/
+15
2007-04-12
[PKTGEN]: Add try_to_freeze()
Andrew Morton
1
-0
/
+3
2007-02-12
[PATCH] mark struct file_operations const 7
Arjan van de Ven
1
-3
/
+3
2007-02-10
[NET] CORE: Fix whitespace errors.
YOSHIFUJI Hideaki
1
-31
/
+31
2007-01-03
[PKTGEN]: Convert to kthread API.
David S. Miller
1
-108
/
+48
2006-12-02
[NET] net/core: Annotations.
Al Viro
1
-36
/
+32
2006-11-05
[PKTGEN]: TCI endianness fixes
Al Viro
1
-12
/
+18
2006-09-28
[PKTGEN]: DSCP support
Francesco Fondelli
1
-6
/
+59
2006-09-28
[PKTGEN]: vlan support
Francesco Fondelli
1
-9
/
+247
2006-09-22
[IPV6] ADDRCONF: Convert addrconf_lock to RCU.
YOSHIFUJI Hideaki
1
-2
/
+2
2006-08-07
[PKTGEN]: Make sure skb->{nh,h} are initialized in fill_packet_ipv6() too.
David S. Miller
1
-0
/
+2
2006-08-07
[PKTGEN]: Fix oops when used with balance-tlb bonding
Chen-Li Tien
1
-0
/
+2
2006-06-17
[NET]: Add netif_tx_lock
Herbert Xu
1
-2
/
+2
2006-03-23
[PKTGEN]: Add MPLS extension.
Steven Whitehouse
1
-11
/
+147
2006-03-20
[PKTGEN]: Updates version.
Luiz Capitulino
1
-1
/
+1
2006-03-20
[PKTGEN]: Removes thread_{un,}lock() macros.
Luiz Capitulino
1
-25
/
+21
2006-03-20
[PKTGEN]: Convert thread lock to mutexes.
Luiz Capitulino
1
-3
/
+4
2006-03-20
[PKTGEN]: Updates version.
Luiz Capitulino
1
-1
/
+1
2006-03-20
[PKTGEN]: Ports if_list to the in-kernel implementation.
Luiz Capitulino
1
-48
/
+44
2006-03-20
[PKTGEN]: Fix Initialization fail leak.
Luiz Capitulino
1
-1
/
+14
2006-03-20
[PKTGEN]: Fix kernel_thread() fail leak.
Luiz Capitulino
1
-2
/
+9
2006-03-20
[PKTGEN]: Ports thread list to Kernel list implementation.
Luiz Capitulino
1
-55
/
+41
2006-03-20
[PKTGEN]: Lindent run.
Luiz Capitulino
1
-1251
/
+1379
2006-03-20
[NET] pktgen: Fix races between control/worker threads.
Arthur Kepner
1
-25
/
+110
2006-01-18
[PKTGEN]: Respect hard_header_len of device.
David S. Miller
1
-2
/
+3
2006-01-17
[PKTGEN]: Replacing with (compare|is_zero)_ether_addr() and ETH_ALEN
Kris Katterjohn
1
-23
/
+11
2006-01-11
[PATCH] capable/capability.h (net/)
Randy Dunlap
1
-1
/
+1
2006-01-06
[PKTGEN]: Adds missing __init.
Luiz Capitulino
1
-3
/
+2
2006-01-03
[PKTGEN]: Deinitialise static variables.
Jaco Kroon
1
-3
/
+3
2005-10-26
[PKTGEN]: proc interface revision
Stephen Hemminger
1
-257
/
+215
2005-10-26
[PKTGEN]: Spelling and white space
Stephen Hemminger
1
-12
/
+12
[next]