Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
4ae770bf58ce6315e0f4a1bd4b7e574bdfa59ca9
/
net
/
core
/
pktgen.c
6de9ace
{pktgen, xfrm} Add statistics counting when transforming
by Fan Du
· 11 years ago
0af0a41
{pktgen, xfrm} Correct xfrm state lock usage when transforming
by Fan Du
· 11 years ago
3868204
{pktgen, xfrm} Update IPv4 header total len and checksum after tranformation
by fan.du
· 11 years ago
73d94e9
pktgen: add needed include file
by Stephen Rothwell
· 11 years ago
03c633e
pktgen: Use ip_send_check() to compute checksum
by Thomas Graf
· 11 years ago
c26bf4a
pktgen: Add UDPCSUM flag to support UDP checksums
by Thomas Graf
· 11 years ago
7a6e288
pktgen: ipv6: numa: consolidate skb allocation to pktgen_alloc_skb
by Daniel Borkmann
· 11 years ago
525cebe
pktgen: Fix position of ip and udp header
by Thomas Graf
· 11 years ago
7cc4619
net, ipv4, ipv6: Correct assignment of skb->network_header to skb->tail
by Simon Horman
· 11 years ago
351638e
net: pass info struct via netdevice notifier
by Jiri Pirko
· 11 years ago
20b4fb4
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 12 years ago
a8ca16e
proc: Supply a function to remove a proc entry by PDE
by David Howells
· 12 years ago
70e3ba7
net/core: remove duplicate statements by do-while loop
by Akinobu Mita
· 12 years ago
33d7c5e
net/core: rename random32() to prandom_u32()
by Akinobu Mita
· 12 years ago
d9dda78
procfs: new helper - PDE_DATA(inode)
by Al Viro
· 12 years ago
ece31ff
net: proc: change proc_net_remove to remove_proc_entry
by Gao feng
· 12 years ago
188d1f7
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 12 years ago
604dfd6
pktgen: correctly handle failures when adding a device
by Cong Wang
· 12 years ago
4e58a02
pktgen: support net namespace
by Cong Wang
· 12 years ago
398f382
pktgen: clean up ktime_t helpers
by Daniel Borkmann
· 12 years ago
06e3041
pktgen: Use ipv6_addr_any
by Joe Perches
· 12 years ago
c468fb1
pktgen: replace scan_ip6() with in6_pton()
by Amerigo Wang
· 12 years ago
4c139b8
pktgen: enable automatic IPv6 address setting
by Amerigo Wang
· 12 years ago
0373a94
pktgen: display IPv4 address in human-readable format
by Amerigo Wang
· 12 years ago
68bf9f0
pktgen: set different default min_pkt_size for different protocols
by Amerigo Wang
· 12 years ago
5aa8b57
pktgen: fix crash when generating IPv6 packets
by Amerigo Wang
· 12 years ago
6af773e
pktgen: fix crash with vlan and packet size less than 46
by Nishank Trivedi
· 12 years ago
17eea0d
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 12 years ago
d4b1133
pktgen: fix module unload for good
by Eric Dumazet
· 12 years ago
f342cda
pktgen: Use pr_debug
by Joe Perches
· 12 years ago
0289403
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 12 years ago
e87cc47
net: Convert net_ratelimit uses to net_<level>_ratelimited
by Joe Perches
· 12 years ago
c57b546
pktgen: fix crash at module unload
by Eric Dumazet
· 13 years ago
95c9617
net: cleanup unsigned to unsigned int
by Eric Dumazet
· 13 years ago
bf0813b
pktgen: Fix unsigned function that is returning negative vals
by Paul Gortmaker
· 13 years ago
26e29ee
pktgen: set correct max and min in pktgen_setup_inject()
by Dan Carpenter
· 13 years ago
73466498
net: Add queue state xoff flag for stack
by Tom Herbert
· 13 years ago
4e3fd7a
net: remove ipv6_addr_copy()
by Alexey Dobriyan
· 13 years ago
33136d1
pktgen: remove ndelay() call
by Eric Dumazet
· 13 years ago
a0bec1c
net: do not take an additional reference in skb_frag_set_page
by Ian Campbell
· 13 years ago
9e903e0
net: add skb frag size accessors
by Eric Dumazet
· 13 years ago
ea2ab69
net: convert core to skb paged frag APIs
by Ian Campbell
· 13 years ago
d887331
net: add IFF_SKB_TX_SHARED flag to priv_flags
by Neil Horman
· 13 years ago
ce14f89
pktgen: refactor pg_init() code
by WANG Cong
· 13 years ago
68d5ac2
pktgen: use vzalloc_node() instead of vmalloc_node() + memset()
by WANG Cong
· 13 years ago
06f4e92
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6
by Linus Torvalds
· 13 years ago
268bb0c
sanitize <linux/prefetch.h> usage
by Linus Torvalds
· 13 years ago
4940fc8
net: add mac_pton() for parsing MAC address
by Alexey Dobriyan
· 14 years ago
47a0200
pktgen: use %pI6c for printing IPv6 addresses
by Alexey Dobriyan
· 14 years ago
7d36a99
pktgen: create num frags requested
by amit salecha
· 14 years ago
21f825e
pktgen: Fix set-but-unused variable.
by David S. Miller
· 14 years ago
94dcf29
kthread: use kthread_create_on_node()
by Eric Dumazet
· 14 years ago
05aebe2
pktgen: bug fix in transmission headers with frags=0
by Daniel Turull
· 14 years ago
33175d8
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 14 years ago
03a14ab
pktgen: fix errata in show results
by Daniel Turull
· 14 years ago
26ad787
pktgen: speedup fragmented skbs
by Eric Dumazet
· 14 years ago
5823118
pktgen: Remove unnecessary prefix from pr_<level>
by Joe Perches
· 14 years ago
a8d764b
pktgen: adding prefetchw() call
by Junchang Wang
· 14 years ago
5a0d226
net: add netif_tx_queue_frozen_or_stopped
by Eric Dumazet
· 14 years ago
551eaff
pktgen: allow faster module unload
by Eric Dumazet
· 14 years ago
9e50e3a
net: add priority field to pktgen
by John Fastabend
· 14 years ago
eb58906
pktgen: correct uninitialized queue_map
by Junchang Wang
· 14 years ago
86c2c0a
NET: pktgen - fix compile warning
by Dmitry Torokhov
· 14 years ago
448d7b5
pktgen: Limit how much data we copy onto the stack.
by Nelson Elhage
· 14 years ago
d618222
pktgen: clean up handling of local/transient counter vars
by Paul Gortmaker
· 14 years ago
82fd5b5
net: core: use kernel's converter from hex to bin
by Andy Shevchenko
· 14 years ago
ba4fd9d
pktgen: remove non used variable
by Eric Dumazet
· 14 years ago
451e07a
net: core: don't use own hex_to_bin() method
by Andy Shevchenko
· 14 years ago
8a994a7
net/core: Remove unnecessary casts of private_data
by Joe Perches
· 14 years ago
f9467ea
net/core/pktgen.c: Use pr_<level>
by Joe Perches
· 14 years ago
43d28b6
pktgen: increasing transmission granularity
by Daniel Turull
· 14 years ago
07a0f0f
pktgen: Fix accuracy of inter-packet delay.
by Daniel Turull
· 14 years ago
e99b99b
pktgen node allocation
by Robert Olsson
· 15 years ago
bd55775
xfrm: SA lookups signature with mark
by Jamal Hadi Salim
· 15 years ago
1b3f720
pktgen: Fix freezing problem
by Rafael J. Wysocki
· 15 years ago
f466dba
pktgen: ndo_start_xmit can return NET_XMIT_xxx values
by John Fastabend
· 15 years ago
f64f9e7
net: Move && and || to end of previous line
by Joe Perches
· 15 years ago
3291b9d
pktgen: NUMA aware
by Eric Dumazet
· 15 years ago
9b963e5
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 15 years ago
3e98484
pktgen: Fix netdevice unregister
by Eric Dumazet
· 15 years ago
593f63b
pktgen: Fix device name compares
by Eric Dumazet
· 15 years ago
baac856
pktgen: tx_bytes might be slightly wrong
by Eric Dumazet
· 15 years ago
cfadf85
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 15 years ago
66ed1e5
pktgen: Dont leak kernel memory
by Eric Dumazet
· 15 years ago
7ecc59c
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 15 years ago
0835acf
pktgen: Avoid dirtying skb->users when txq is full
by Eric Dumazet
· 15 years ago
9240d71
pktgen: restore nanosec delays
by Eric Dumazet
· 15 years ago
896a7cf
pktgen: Fix multiqueue handling
by Eric Dumazet
· 15 years ago
417bc4b
pktgen: Fix delay handling
by Eric Dumazet
· 15 years ago
ef87979
pktgen: better scheduler friendliness
by Stephen Hemminger
· 15 years ago
6b80d6a
pktgen: T_TERMINATE flag is unused
by Stephen Hemminger
· 15 years ago
6fef4c0
netdev: convert pseudo-devices to netdev_tx_t
by Stephen Hemminger
· 15 years ago
2975315
pktgen: use proc_create_data()
by Alexey Dobriyan
· 15 years ago
c3d2f52
pktgen: increase version
by Stephen Hemminger
· 15 years ago
63adc6f
pktgen: cleanup checkpatch warnings
by Stephen Hemminger
· 15 years ago
64e8ff5
pktgen: use common idle routine
by Stephen Hemminger
· 15 years ago
2bc481c
pktgen: spin using hrtimer
by Stephen Hemminger
· 15 years ago
fd29cf7
pktgen: convert to use ktime_t
by Stephen Hemminger
· 15 years ago
5c9d191
pktgen: avoid calling gettimeofday
by Stephen Hemminger
· 15 years ago
5b8db2f
pktgen: reorganize transmit loop
by Stephen Hemminger
· 15 years ago
Next »