index
:
linux-dev
for-cryptodev-2.6
for-next
jd/arm-thumb-sym
jd/big-key-gcm
jd/big-key-gcm-split
jd/broken-netlink-dump
jd/chacha-stack-validation
jd/clang-aarch64
jd/cleaner-add-random-ready
jd/fast-ti-aarch64
jd/fix-tishift-modules
jd/hsiphash128
jd/hsiphash128-2
jd/hsiphash128-3
jd/icmp-conntrack
jd/kasan-stack-frame
jd/kconfig-assembler-support
jd/memcmp-wpa
jd/netdev-pub
jd/netlink-dump-size
jd/netlink-dump-size-v2
jd/random-zinc
jd/re-zinc-it-up
jd/rmk-toolcheck
jd/rng-blocker
jd/skb_memzero_explicit
jd/timekeeping
jd/um-fixups
jd/variable-time-memcmp
jd/wireguard
jd/wireguard-azinc
jd/with-cryptoapi-port
jd/zinc-light
jn/rhashtable
jn/rhashtable-api
jn/rhashtable-next
master
tg/skb_memzero
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
sgi
/
ioc3-eth.c
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2019-08-30
net: sgi: ioc3-eth: Fix IPG settings
Thomas Bogendoerfer
1
-2
/
+2
2019-08-30
net: sgi: ioc3-eth: use csum_fold
Thomas Bogendoerfer
1
-5
/
+1
2019-08-30
net: sgi: ioc3-eth: use dma-direct for dma allocations
Thomas Bogendoerfer
1
-33
/
+113
2019-08-30
net: sgi: ioc3-eth: refactor rx buffer allocation
Thomas Bogendoerfer
1
-50
/
+45
2019-08-30
net: sgi: ioc3-eth: split ring cleaning/freeing and allocation
Thomas Bogendoerfer
1
-15
/
+13
2019-08-30
net: sgi: ioc3-eth: introduce chip start function
Thomas Bogendoerfer
1
-20
/
+29
2019-08-30
net: sgi: ioc3-eth: separate tx and rx ring handling
Thomas Bogendoerfer
1
-12
/
+8
2019-08-30
net: sgi: ioc3-eth: get rid of ioc3_clean_rx_ring()
Thomas Bogendoerfer
1
-21
/
+1
2019-08-30
net: sgi: ioc3-eth: allocate space for desc rings only once
Thomas Bogendoerfer
1
-53
/
+52
2019-08-30
net: sgi: ioc3-eth: use defines for constants dealing with desc rings
Thomas Bogendoerfer
1
-18
/
+24
2019-08-30
net: sgi: ioc3-eth: remove checkpatch errors/warning
Thomas Bogendoerfer
1
-145
/
+130
2019-08-30
MIPS: SGI-IP27: restructure ioc3 register access
Thomas Bogendoerfer
1
-233
/
+185
2019-02-14
net: sgi: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop profiles
Yang Wei
1
-1
/
+1
2018-09-21
net: sgi: fix return type of ndo_start_xmit function
YueHaibing
1
-2
/
+2
2017-10-18
net/ethernet/sgi: Convert timers to use timer_setup()
Kees Cook
1
-5
/
+3
2017-07-15
ioc3-eth: store pointer to net_device for priviate area
Jason A. Donenfeld
1
-9
/
+5
2017-06-05
net/{mii, smsc}: Make mii_ethtool_get_link_ksettings and smc_netdev_get_ecmd return void
yuval.shaia@oracle.com
1
-3
/
+2
2017-03-06
net: sgi: ioc3-eth: use new api ethtool_{get|set}_link_ksettings
Philippe Reynes
1
-6
/
+8
2017-02-22
lib/show_mem.c: teach show_mem to work with the given nodemask
Michal Hocko
1
-1
/
+1
2016-12-24
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
1
-1
/
+1
2016-10-13
net: deprecate eth_change_mtu, remove usage
Jarod Wilson
1
-1
/
+0
2014-08-12
PCI: Remove DEFINE_PCI_DEVICE_TABLE macro use
Benoit Taine
1
-1
/
+1
2014-01-16
drivers/net: delete non-required instances of include <linux/init.h>
Paul Gortmaker
1
-1
/
+0
2013-05-22
net/ethernet/sgi/ioc3-eth: Use module_pci_driver to register driver
Peter Hüwe
1
-13
/
+1
2013-01-06
ethtool: fix drvinfo strings set in drivers
Jiri Pirko
1
-3
/
+3
2012-12-07
drivers/net: fix up function prototypes after __dev* removals
Greg Kroah-Hartman
1
-2
/
+1
2012-12-03
net/sgi: remove __dev* attributes
Bill Pemberton
1
-5
/
+5
2012-07-17
8250: three way resolve of the 8250 diffs
Alan Cox
1
-10
/
+12
2012-06-06
ethernet: Remove casts to same type
Joe Perches
1
-2
/
+2
2011-08-17
net: remove use of ndo_set_multicast_list in drivers
Jiri Pirko
1
-1
/
+1
2011-08-12
ioc3-eth/meth: Move the SGI drivers
Jeff Kirsher
1
-0
/
+0
2011-07-08
drivers/net: Omit check for multicast bit in netdev_for_each_mc_addr
Tobias Klauser
1
-6
/
+1
2011-06-21
ip: introduce ip_is_fragment helper inline function
Paul Gortmaker
1
-1
/
+1
2011-05-25
arch, mm: filter disallowed nodes from arch specific show_mem functions
David Rientjes
1
-1
/
+1
2011-04-12
net: ioc3: convert to hw_features
Michał Mirosław
1
-28
/
+2
2010-08-25
drivers/net: Remove address use from assignments of function pointers
Joe Perches
1
-1
/
+1
2010-07-05
ioc3-eth: Use the instance of net_device_stats from net_device.
Ralf Baechle
1
-24
/
+25
2010-05-10
net: trans_start cleanups
Eric Dumazet
1
-1
/
+0
2010-04-03
net: convert multicast list to list_head
Jiri Pirko
1
-3
/
+3
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
Tejun Heo
1
-0
/
+1
2010-02-22
net: convert multiple drivers to use netdev_for_each_mc_addr, part4
Jiri Pirko
1
-4
/
+2
2010-02-12
net: use netdev_mc_count and netdev_mc_empty when appropriate
Jiri Pirko
1
-2
/
+3
2010-01-07
drivers/net/: use DEFINE_PCI_DEVICE_TABLE()
Alexey Dobriyan
1
-1
/
+1
2009-07-05
net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functions
Patrick McHardy
1
-1
/
+1
2009-06-11
net: ntohs() misuse
Eric Dumazet
1
-1
/
+1
2009-04-13
ioc3-eth: convert to net_device_ops
Alexander Beregalov
1
-8
/
+14
2009-04-07
dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)
Yang Hongyang
1
-1
/
+1
2009-04-07
dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64)
Yang Hongyang
1
-2
/
+2
2008-11-03
drivers/net: Kill now superfluous ->last_rx stores.
David S. Miller
1
-1
/
+0
2008-10-27
net: convert more to %pM
Johannes Berg
1
-5
/
+2
[next]