Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
b3b3f04fb587ecb61b5baa6c1c5f0e666fd12d73
b3b3f04
tg3: Update driver version to 3.107
by Matt Carlson
· 15 years ago
1061b7c
tg3: Fix AC131 loopback test errors for 5785
by Matt Carlson
· 15 years ago
c887340
tg3: Fix napi assignments in loopback test
by Matt Carlson
· 15 years ago
603f117
tg3: Reset phy during bringup when using phylib
by Matt Carlson
· 15 years ago
0339e4e
tg3: Turn off multiple DMA reads for 5717
by Matt Carlson
· 15 years ago
6b10c16
tg3: Fix 57765 A0 bootcode race condition
by Matt Carlson
· 15 years ago
f89f38b
tg3: Unwedge stuck MSI-X vectors
by Matt Carlson
· 15 years ago
e92967b
tg3: Prevent rx producer ring overruns
by Matt Carlson
· 15 years ago
e4af1af
tg3: Give MSI-X vec 1 rx backlog space
by Matt Carlson
· 15 years ago
8151d29
igb: support for VF configuration tools
by Williams, Mitch A
· 15 years ago
ebc08a6
rtnetlink: Add VF config code to rtnetlink
by Williams, Mitch A
· 15 years ago
95c26df
net: Add netdev ops for SR-IOV configuration
by Williams, Mitch A
· 15 years ago
b280da8
if_link: Add SR-IOV configuration methods
by Williams, Mitch A
· 15 years ago
fb8a0d9
pci: Add SR-IOV convenience functions and macros
by Williams, Mitch A
· 15 years ago
81d54ec
udp: remove redundant variable
by Gerrit Renker
· 15 years ago
55d9559
dccp: support for passing MSG_TRUNC
by Gerrit Renker
· 15 years ago
cfc0861
sky2: version 1.27
by stephen hemminger
· 15 years ago
8a0c922
sky2: Avoid down and up during sky2_reset
by Mike McCormack
· 15 years ago
f2b31cb
sky2: Refactor sky2_down into two functions
by Mike McCormack
· 15 years ago
ea0f71e
sky2: Refactor sky2_up into two functions
by Mike McCormack
· 15 years ago
200ac49
sky2: Allocate initial skbs in sky2_alloc_buffers
by Mike McCormack
· 15 years ago
39ef110
sky2: Factor out code to calculate packet sizes
by Mike McCormack
· 15 years ago
44dde56
sky2: jumbo packet changes
by stephen hemminger
· 15 years ago
87b09f1
sky2: dont enable PME legacy mode
by stephen hemminger
· 15 years ago
5f8ae5c
sky2: WoL changes
by stephen hemminger
· 15 years ago
8b05543
sky2: fix sparse warning
by stephen hemminger
· 15 years ago
a633746
xfrm: use proper kernel types
by jamal
· 15 years ago
c28e930
xfrm: validate attributes
by jamal
· 15 years ago
d707204
drivers/net/skge.c: Use netif_printk macros
by Joe Perches
· 15 years ago
ae9540f7
drivers/net/qlge: Use netif_printk helpers
by Joe Perches
· 15 years ago
f8502ce
drivers/net/jme: Use netif_printk helpers
by Joe Perches
· 15 years ago
bf82c18
drivers/net/r8196.c: Use netif_printk macros
by Joe Perches
· 15 years ago
b3d95c5
include/linux/netdevice.h: Add netif_printk helpers
by Joe Perches
· 15 years ago
ba211e3
drivers/net/atl1e: Use netdev_printk helpers
by Joe Perches
· 15 years ago
571ba42
netdevice.h: Add netdev_printk helpers like dev_printk
by Joe Perches
· 15 years ago
21809fa
IPv6: remove trivial nested _bh suffix
by stephen hemminger
· 15 years ago
dc2b99f
IPv6: keep permanent addresses on admin down
by stephen hemminger
· 15 years ago
c0ad984
be2net: bug fix in be_read_eeprom
by Ajit Khaparde
· 15 years ago
1a8cdc5
be2net: remove ASIC generation number from Kconfig
by Ajit Khaparde
· 15 years ago
35ecf03
be2net: change the driver description
by Ajit Khaparde
· 15 years ago
82903e4
be2net: fix to limit max vlans supported in certain skews
by Ajit Khaparde
· 15 years ago
205859a
be2net: minor code optimizations
by Ajit Khaparde
· 15 years ago
34a89b8
be2net: bug fix in be_change_mtu
by Ajit Khaparde
· 15 years ago
3f0d456
be2net: bug fix for flashing the BladeEngine3 ASIC
by Ajit Khaparde
· 15 years ago
e254f6e
be2net: remove unused pci device id
by Ajit Khaparde
· 15 years ago
830a8a9
virtio_net: remove send queue
by Shirley Ma
· 15 years ago
b25822c
net: Makefile change for KSZ884X driver
by Tristram Ha
· 15 years ago
1eb1cc7
net: Kconfig change for KSZ884X driver
by Tristram Ha
· 15 years ago
8ca86fd
net: Micrel KSZ8841/2 PCI Ethernet driver
by Tristram Ha
· 15 years ago
447d8c2
net: move am79c961's probe function to .devinit.text
by Uwe Kleine-König
· 15 years ago
2bec5a3
ipv6: fib: fix crash when changing large fib while dumping it
by Patrick McHardy
· 15 years ago
69a6a0b
dccp: allow probing of CCID-array length
by Gerrit Renker
· 15 years ago
7455a76
macb: straighten out macb_mii_probe function
by Jiri Pirko
· 15 years ago
4cd24ea
net: use netdev_mc_count and netdev_mc_empty when appropriate
by Jiri Pirko
· 15 years ago
8e55742
ethtool: Use explicit designated initializers for .cmd
by Roland Dreier
· 15 years ago
92eb879
ixgbe: Bump driver version up
by Peter Waskiewicz
· 15 years ago
9a713e7
ixgbe: Add support for the new ethtool n-tuple programming interface
by Peter Waskiewicz
· 15 years ago
15682bc
ethtool: Introduce n-tuple filter programming support
by Peter P Waskiewicz Jr
· 15 years ago
375c568
sky2: receive checksum refactoring
by stephen hemminger
· 15 years ago
acd12dd
sky2: disable ASF on Yukon Supreme
by stephen hemminger
· 15 years ago
a0db28b
sky2: resume clocks
by stephen hemminger
· 15 years ago
bd011e8
fec: Add ARCH_MX5 as a dependency
by Amit Kucheria
· 15 years ago
fceb291
fec: Add LAN8700 phy support
by Amit Kucheria
· 15 years ago
633e753
fec: fix uninitialized rx buffer usage
by Rob Herring
· 15 years ago
67de792
net: atm: use seq_list_foo() helpers
by Li Zefan
· 15 years ago
a2b79b4
net: ipx: use seq_list_foo() helpers
by Li Zefan
· 15 years ago
216437e
net: irda: use seq_list_foo() helpers
by Li Zefan
· 15 years ago
4f13420
net: x25: use seq_list_foo() helpers
by Li Zefan
· 15 years ago
27b5b86
net: af_key: use seq_hlist_foo() helpers
by Li Zefan
· 15 years ago
efaffb7
net: appletalk: use seq_hlist_foo() helpers
by Li Zefan
· 15 years ago
b512f3d
net: ax25: use seq_hlist_foo() helpers
by Li Zefan
· 15 years ago
90dd7f5
net: netrom: use seq_hlist_foo() helpers
by Li Zefan
· 15 years ago
b7ceabd
net: packet: use seq_hlist_foo() helpers
by Li Zefan
· 15 years ago
b999748
net: rose: use seq_hlist_foo() helpers
by Li Zefan
· 15 years ago
32d2e3a
net: x25: use seq_hlist_foo() helpers
by Li Zefan
· 15 years ago
c414664
net: add a wrapper sk_entry()
by Li Zefan
· 15 years ago
66655de
seq_file: Add helpers for iteration over a hlist
by Li Zefan
· 15 years ago
b1109bf
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 15 years ago
44bfce5
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6
by David S. Miller
· 15 years ago
bcf4d81
drivers/net: Correct NULL test
by Julia Lawall
· 15 years ago
3af26f5
MAINTAINERS: networking drivers - Add git net-next tree
by Joe Perches
· 15 years ago
d4ae20b
net/sched: Fix module name in Kconfig
by Jan Luebbe
· 15 years ago
2d17188
cxgb3: fix GRO checksum check
by Divy Le Ray
· 15 years ago
2fc1b5d
dst: call cond_resched() in dst_gc_task()
by Eric Dumazet
· 15 years ago
d696c7b
netfilter: nf_conntrack: fix hash resizing with namespaces
by Patrick McHardy
· 15 years ago
14c7dbe
netfilter: xtables: compat out of scope fix
by Alexey Dobriyan
· 15 years ago
13ccdfc
netfilter: nf_conntrack: restrict runtime expect hashsize modifications
by Alexey Dobriyan
· 15 years ago
5b3501f
netfilter: nf_conntrack: per netns nf_conntrack_cachep
by Eric Dumazet
· 15 years ago
9edd7ca
netfilter: nf_conntrack: fix memory corruption with multiple namespaces
by Patrick McHardy
· 15 years ago
889b8f9
packet: Kill CONFIG_PACKET_MMAP.
by David S. Miller
· 15 years ago
15c697c
Bluetooth: Keep a copy of each HID device's report descriptor
by Michael Poole
· 15 years ago
7aeef97
net: e1000e: convert to use mc helpers
by Jiri Pirko
· 15 years ago
2cc04d2
net: dm9601: convert to use mc helpers
by Jiri Pirko
· 15 years ago
6d55ad4
net: 8139too: convert to use mc helpers
by Jiri Pirko
· 15 years ago
a56ed41
net: 8139cp: convert to use mc helpers
by Jiri Pirko
· 15 years ago
b405e8d
e1000e: Fix namespace conflicts wrt. e1000_has_link
by David S. Miller
· 15 years ago
570930f
bridge: Remove unused age_list
by Herbert Xu
· 15 years ago
bfd5f4a
packet: Add GSO/csum offload support.
by Sridhar Samudrala
· 15 years ago
746079d
qlge: Code clean up
by Breno Leitao
· 15 years ago
e0fee99
qlge: removing unreachable block of code
by Breno Leitao
· 15 years ago
Next »