Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
9022ca6b1129da44e3d5c4fa779b8bb9ceabe2ce
/
drivers
/
net
/
hippi
/
rrunner.c
6e26661
hippi: Fix a Fix a possible sleep-in-atomic bug in rr_close
by Jia-Ju Bai
· 7 years ago
0eba23b
drivers/net: hippi: Convert timers to use timer_setup()
by Kees Cook
· 7 years ago
0625d73
drivers: net: hippi: use setup_timer() helper.
by Allen Pais
· 7 years ago
d58ff35
networking: make skb_push & __skb_push return void pointers
by Johannes Berg
· 8 years ago
59ae1d1
networking: introduce and use skb_put_data()
by Johannes Berg
· 8 years ago
50fb55d
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 8 years ago
0632466
format-security: move static strings to const
by Kees Cook
· 8 years ago
294316a
net/hippi/rrunner: use memdup_user
by Geliang Tang
· 8 years ago
7c0f6ba
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
by Linus Torvalds
· 8 years ago
b3e3893
net: use core MTU range checking in misc drivers
by Jarod Wilson
· 8 years ago
9baa3c3
PCI: Remove DEFINE_PCI_DEVICE_TABLE macro use
by Benoit Taine
· 10 years ago
a81ab36
drivers/net: delete non-required instances of include <linux/init.h>
by Paul Gortmaker
· 11 years ago
79ac7c9
net: hippi: remove unnecessary pci_set_drvdata()
by Jingoo Han
· 11 years ago
ff71505
net/hippi/rrunner: Use module_pci_driver to register driver
by Peter Hüwe
· 12 years ago
fef4c86
rrunner.c: fix possible memory leak in rr_init_one()
by David Oostdyk
· 12 years ago
1dd06ae
drivers/net: fix up function prototypes after __dev* removals
by Greg Kroah-Hartman
· 12 years ago
6e94549
hippi: remove __dev* attributes
by Bill Pemberton
· 12 years ago
ecffe75
hippi: fix printk format in rrunner.c
by Randy Dunlap
· 13 years ago
06eb4ea
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 13 years ago
0193fc5
rrunner: stop using net_device.{base_addr, irq}.
by Francois Romieu
· 13 years ago
9ffc93f
Remove all #inclusions of asm/system.h
by David Howells
· 13 years ago
e404dec
drivers/net: Remove unnecessary k.alloc/v.alloc OOM messages
by Joe Perches
· 13 years ago
ff5a3b5
hippi: Move the HIPPI driver
by Jeff Kirsher
· 13 years ago
[Renamed from drivers/net/rrunner.c]
c061b18
drivers/net: Remove address use from assignments of function pointers
by Joe Perches
· 14 years ago
1ae5dc3
net: trans_start cleanups
by Eric Dumazet
· 15 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
d4a66e7
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 15 years ago
a3aa188
drivers/net/: use DEFINE_PCI_DEVICE_TABLE()
by Alexey Dobriyan
· 15 years ago
2585e7e
rrunner: fix buffer overflow
by Dan Carpenter
· 15 years ago
61357325
netdev: convert bulk of drivers to netdev_tx_t
by Stephen Hemminger
· 15 years ago
6ed1065
net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functions
by Patrick McHardy
· 16 years ago
3790c8c
net: fix network driver ndo_start_xmit() return values (part 1)
by Patrick McHardy
· 16 years ago
9de6d99
netdev: remove pathetic compile-command lines
by Alexey Dobriyan
· 16 years ago
748ff68
hippi: convert driver to net_device_ops
by Stephen Hemminger
· 16 years ago
babcda7
drivers/net: Kill now superfluous ->last_rx stores.
by David S. Miller
· 16 years ago
e174961
net: convert print_mac to %pM
by Johannes Berg
· 16 years ago
2450022
drivers/net: Add missing "space"
by Joe Perches
· 17 years ago
cf96237
rrunner: use offsetof() instead of homegrown insanity
by Al Viro
· 17 years ago
df1e6e5
[RRUNNER]: Do not muck with sysctl_{r,w}mem_max
by David S. Miller
· 17 years ago
a37ae40
[NET]: Don't declare extern variables in net/core/sysctl_net_core.c
by Pavel Emelyanov
· 17 years ago
0795af5
[NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()
by Joe Perches
· 17 years ago
09f75cd
[NET] drivers/net: statistics cleanup #1 -- save memory and shrink code
by Jeff Garzik
· 17 years ago
10d024c
[NET]: Nuke SET_MODULE_OWNER macro.
by Ralf Baechle
· 17 years ago
4f09243
rrunner.c:rr_init() must be __devinit
by Adrian Bunk
· 17 years ago
d626f62
[SK_BUFF]: Introduce skb_copy_from_linear_data{_offset}
by Arnaldo Carvalho de Melo
· 18 years ago
0a4f23f
[HIPPI/FDDI]: Make {hippi,fddi}_type_trans set skb->dev
by Arnaldo Carvalho de Melo
· 18 years ago
7d12e78
IRQ: Maintain regs pointer globally rather than passing to IRQ handlers
by David Howells
· 18 years ago
6aa20a2
drivers/net: Trim trailing whitespace
by Jeff Garzik
· 18 years ago
2991762
drivers/net: Remove deprecated use of pci_module_init()
by Jeff Garzik
· 18 years ago
1fb9df5
[PATCH] irq-flags: drivers/net: Use the new IRQF_ constants
by Thomas Gleixner
· 19 years ago
6ab3d56
Remove obsolete #include <linux/config.h>
by Jörn Engel
· 19 years ago
b4558ea
drivers/net: Remove pointless checks for NULL prior to calling kfree()
by Jesper Juhl
· 19 years ago
6f1cf16
[NET]: Remove HIPPI private from skbuff.h
by Stephen Hemminger
· 19 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago