Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-5.4
/
ca60a42c9be41c07ebcc2ec8c43dd1be53f147bf
/
net
/
core
/
pktgen.c
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
e470757
pktgen: use netdev_alloc_skb
by Stephen Hemminger
· 15 years ago
7d7bb1c
pktgen: cleanup clone count test
by Stephen Hemminger
· 15 years ago
3791dec
pktgen: xmit logic reorganization
by Stephen Hemminger
· 15 years ago
3bda06a
pktgen: stop_device cleanup
by Stephen Hemminger
· 15 years ago
65c5b78
pktgen: mark read-only/mostly variables
by Stephen Hemminger
· 15 years ago
475ac1e
pktgen: change inlining
by Stephen Hemminger
· 15 years ago
648fda7
pktgen: minor cleanup
by Stephen Hemminger
· 15 years ago
1d0ebfe
net pkgen.c:fix no need for check
by Figo.zhang
· 15 years ago
08baf56
net: txq_trans_update() helper
by Eric Dumazet
· 15 years ago
5b5f792
pktgen: do not access flows[] beyond its length
by Florian Westphal
· 15 years ago
99b7623
proc 2/2: remove struct proc_dir_entry::owner
by Alexey Dobriyan
· 16 years ago
86dc1ad
pktgen: remove some pointless conditionals before kfree_skb()
by Wei Yongjun
· 16 years ago
5447c5e
netns xfrm: finding states in netns
by Alexey Dobriyan
· 16 years ago
0082982
netdev: add more functions to netdevice ops
by Stephen Hemminger
· 16 years ago
6ab33d5
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 16 years ago
bfdbc0a
pktgen: fix multiple queue warning
by Robert Olsson
· 16 years ago
eb37b41
pktgen: add full reset functionality
by Jesse Brandeburg
· 16 years ago
a1744d3
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 16 years ago
8827166
pktgen: fix multiple queue warning
by Jesse Brandeburg
· 16 years ago
e174961
net: convert print_mac to %pM
by Johannes Berg
· 16 years ago
b4bb4ac
pktgen: fix skb leak in case of failure
by Ilpo Järvinen
· 16 years ago
64c00d8
pktgen: prevent pktgen from using bad tx queue
by Andrew Gallatin
· 16 years ago
e6fce5b
pktgen: multiqueue etc.
by Robert Olsson
· 16 years ago
ff2a79a
pktgen: mac count
by Robert Olsson
· 16 years ago
1211a64
pktgen: random flow
by Robert Olsson
· 16 years ago
c3f26a2
netdev: Fix lockdep warnings in multiqueue configurations.
by David S. Miller
· 16 years ago
721499e
netns: Use net_eq() to compare net-namespaces for optimization.
by YOSHIFUJI Hideaki
· 16 years ago
fd2ea0a
net: Use queue aware tests throughout.
by David S. Miller
· 16 years ago
d3ede32
pktgen: make sure that pktgen_thread_worker has been executed
by Denis V. Lunev
· 16 years ago
5efdccb
net: assign PDE->data before gluing PDE into /proc tree
by Denis V. Lunev
· 17 years ago
c346dca
[NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS.
by YOSHIFUJI Hideaki
· 17 years ago
25296d5
[PKTGEN]: Use proc_create() to setup ->proc_fops first
by Wang Chen
· 17 years ago
174ce04
[PKTGEN]: pktgen should not print info that it is spinning
by Jesse Brandeburg
· 17 years ago
9fe7c71
[PKTGEN]: Remove an unused definition in pktgen.c.
by Rami Rosen
· 17 years ago
1e637c7
[IPV4]: Enable use of 240/4 address space.
by Jan Engelhardt
· 17 years ago
6db105d
[PKTGEN]: uninline getCurUs
by Ilpo Järvinen
· 17 years ago
56e252c
[PKTGEN]: Kill dead static inlines
by Ilpo Järvinen
· 17 years ago
21cf225
[IPV4] net/core: Use ipv4_is_<type>
by Joe Perches
· 17 years ago
1f8170b
[PKTGEN]: Fix double unlock of xfrm_state->lock
by Pavel Emelyanov
· 17 years ago
668f895
[NET]: Hide the queue_mapping field inside netif_subqueue_stopped
by Pavel Emelyanov
· 17 years ago
dfa4091
[NET]: Use the skb_set_queue_mapping where appropriate
by Pavel Emelyanov
· 17 years ago
96de0e2
Convert files to UTF-8 and some cleanups
by Jan Engelhardt
· 17 years ago
ba25f9d
Use helpers to obtain task pid in printks
by Pavel Emelyanov
· 17 years ago
1977f03
remove asm/bitops.h includes
by Jiri Slaby
· 17 years ago
1399637
[IPSEC]: Rename mode to outer_mode and add inner_mode
by Herbert Xu
· 17 years ago
cfcabdc
[NET]: sparse warning fixes
by Stephen Hemminger
· 17 years ago
0795af5
[NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()
by Joe Perches
· 17 years ago
881d966
[NET]: Make the device list and device lookups per namespace.
by Eric W. Biederman
· 17 years ago
e9dc865
[NET]: Make device event notification network namespace safe
by Eric W. Biederman
· 17 years ago
457c4cb
[NET]: Make /proc/net per network namespace
by Eric W. Biederman
· 17 years ago
b163911
[PKTGEN]: Remove softirq scheduling.
by Robert Olsson
· 17 years ago
45b270f
[PKTGEN]: Multiqueue support.
by Robert Olsson
· 17 years ago
ce5d0b4
[PKTGEN]: srcmac fix
by Adit Ranadive
· 17 years ago
88282c6
[PKTGEN]: Remove write-only variable.
by Pavel Emelyanov
· 17 years ago
378be2c
[PKTGEN]: Fix multiqueue oops.
by Robert Olsson
· 17 years ago
fea1ab0
[PKTGEN]: make get_ipsec_sa() static and non-inline
by Adrian Bunk
· 17 years ago
25a8b25
[PKTGEN]: Add missing KERN_* tags to printk()s.
by David S. Miller
· 17 years ago
8314418
Freezer: make kernel threads nonfreezable by default
by Rafael J. Wysocki
· 17 years ago
a553e4a
[PKTGEN]: IPSEC support
by Jamal Hadi Salim
· 17 years ago
007a531
[PKTGEN]: Introduce sequential flows
by Jamal Hadi Salim
· 17 years ago
16dab72
[PKTGEN]: Centralize packet overhead tracking
by Jamal Hadi Salim
· 17 years ago
f25f4e4
[CORE] Stack changes to add multiqueue hardware support API
by Peter P Waskiewicz Jr
· 17 years ago
e63340a
header cleaning: don't include smp_lock.h when not used
by Randy Dunlap
· 18 years ago
3ff50b7
[NET]: cleanup extra semicolons
by Stephen Hemminger
· 18 years ago
27a884d
[SK_BUFF]: Convert skb->tail to sk_buff_data_t
by Arnaldo Carvalho de Melo
· 18 years ago
b0e380b
[SK_BUFF]: unions of just one member don't get anything done, kill them
by Arnaldo Carvalho de Melo
· 18 years ago
ddc7b8e
[SK_BUFF]: Some more layer header conversions
by Arnaldo Carvalho de Melo
· 18 years ago
4bedb45
[SK_BUFF]: Introduce udp_hdr(), remove skb->h.uh
by Arnaldo Carvalho de Melo
· 18 years ago
0660e03
[SK_BUFF]: Introduce ipv6_hdr(), remove skb->nh.ipv6h
by Arnaldo Carvalho de Melo
· 18 years ago
eddc9ec
[SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iph
by Arnaldo Carvalho de Melo
· 18 years ago
e71a478
[NET] core: whitespace cleanup
by Stephen Hemminger
· 18 years ago
39df232
[PKTGEN]: fix device name handling
by Stephen Hemminger
· 18 years ago
d5f1ce9
[PKTGEN]: don't use __constant_htonl()
by Stephen Hemminger
· 18 years ago
5fa6fc7
[PKTGEN]: use random32
by Stephen Hemminger
· 18 years ago
25c4e53
[PKTGEN]: use pr_debug
by Stephen Hemminger
· 18 years ago
09fe3ef
[PKTGEN]: Add try_to_freeze()
by Andrew Morton
· 18 years ago
9a32144
[PATCH] mark struct file_operations const 7
by Arjan van de Ven
· 18 years ago
4ec93ed
[NET] CORE: Fix whitespace errors.
by YOSHIFUJI Hideaki
· 18 years ago
ee74baa
[PKTGEN]: Convert to kthread API.
by David S. Miller
· 18 years ago
252e3346
[NET] net/core: Annotations.
by Al Viro
· 18 years ago
0f37c60
[PKTGEN]: TCI endianness fixes
by Al Viro
· 18 years ago
1ca7768
[PKTGEN]: DSCP support
by Francesco Fondelli
· 18 years ago
34954dd
[PKTGEN]: vlan support
by Francesco Fondelli
· 18 years ago
8814c4b
[IPV6] ADDRCONF: Convert addrconf_lock to RCU.
by YOSHIFUJI Hideaki
· 18 years ago
69d8c28
[PKTGEN]: Make sure skb->{nh,h} are initialized in fill_packet_ipv6() too.
by David S. Miller
· 18 years ago
aaf5806
[PKTGEN]: Fix oops when used with balance-tlb bonding
by Chen-Li Tien
· 18 years ago
932ff27
[NET]: Add netif_tx_lock
by Herbert Xu
· 18 years ago
ca6549a
[PKTGEN]: Add MPLS extension.
by Steven Whitehouse
· 19 years ago
53dcb0e
[PKTGEN]: Updates version.
by Luiz Capitulino
· 19 years ago
6146e6a
[PKTGEN]: Removes thread_{un,}lock() macros.
by Luiz Capitulino
· 19 years ago
222fa07
[PKTGEN]: Convert thread lock to mutexes.
by Luiz Capitulino
· 19 years ago
Next »