index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
misc
/
sgi-xp
/
xpnet.c
Age
Commit message (
Expand
)
Author
2022-03-04
net: sgi-xp: Use netif_rx().
Sebastian Andrzej Siewior
2021-10-29
net: sgi-xp: use eth_hw_addr_set()
Jakub Kicinski
2021-01-26
sgi-xp: remove h from printk format specifier
Tom Rix
2020-10-07
x86/platform/uv: Update Copyrights to conform to HPE standards
Mike Travis
2020-10-07
drivers/misc/sgi-xp: Adjust references in UV kernel modules
Mike Travis
2020-04-23
sgi-xp: make some symbols static in xpnet.c
Jason Yan
2019-12-12
netdev: pass the stuck queue to the timeout handler
Michael S. Tsirkin
2019-08-16
misc/sgi-xp: remove SGI SN2 support
Christoph Hellwig
2018-06-12
treewide: kzalloc() -> kcalloc()
Kees Cook
2018-04-26
sgi-xp: fix xpnet_dev_hard_start_xmit()'s return type
Luc Van Oostenryck
2016-10-20
net: use core MTU range checking in misc drivers
Jarod Wilson
2014-07-15
net: set name_assign_type in alloc_netdev()
Tom Gundersen
2011-11-16
net: remove NETIF_F_NO_CSUM feature bit
Michał Mirosław
2011-06-19
sgi-xp: fix a use after free
Eric Dumazet
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
2010-03-06
bitops: rename for_each_bit() to for_each_set_bit()
Akinobu Mita
2009-09-02
drivers: Kill now superfluous ->last_rx stores
Eric Dumazet
2009-08-12
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
2009-07-08
Remove multiple KERN_ prefixes from printk formats
Joe Perches
2009-07-05
net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functions
Patrick McHardy
2009-06-13
net: fix network driver ndo_start_xmit() return values (part 1)
Patrick McHardy
2009-02-03
sgi-xp: link XPNET's net_device_ops to its net_device structure
Dean Nelson
2009-01-08
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...
David S. Miller
2009-01-07
xpnet: convert devices to new API
Stephen Hemminger
2009-01-06
SGI: struct device - replace bus_id with dev_name(), dev_set_name()
Kay Sievers
2008-12-04
sgi-xp: Kill directly reference of netdev->priv
Wang Chen
2008-07-30
sgi-xp: setup the notify GRU message queue
Dean Nelson
2008-07-30
sgi-xp: add usage of GRU driver by xpc_remote_memcpy()
Dean Nelson
2008-07-30
sgi-xp: enable building of XPC/XPNET on x86_64
Dean Nelson
2008-07-30
sgi-xp: eliminate '>>>' in comments
Dean Nelson
2008-07-30
sgi-xp: enable XPNET to handle more than 64 partitions
Dean Nelson
2008-07-30
sgi-xp: move xpc_allocate() into xpc_send()/xpc_send_notify()
Dean Nelson
2008-07-30
sgi-xp: create a common xp_remote_memcpy() function
Dean Nelson
2008-07-30
sgi-xp: support runtime selection of xp_max_npartitions
Dean Nelson
2008-05-13
drivers/misc/sgi-xp: replace partid_t with a short
Dean Nelson
2008-05-13
drivers/misc/sgi-xp: clean up return values
Dean Nelson
2008-04-22
[IA64] run drivers/misc/sgi-xp through scripts/checkpatch.pl
Dean Nelson
2008-04-22
[IA64] run rest drivers/misc/sgi-xp through scripts/Lindent
Dean Nelson
2008-04-22
[IA64] move XP and XPC to drivers/misc/sgi-xp
Dean Nelson