Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
kernel
/
msm
/
8a34e2f8ba7d4302977c90e357921994a6c39af9
8a34e2f
net: Fix a build break because of a typo in drivers/net/3c503.c
by Sachin Sant
· 15 years ago
2a6ba39
can: sja1000: legacy SJA1000 ISA bus driver
by Wolfgang Grandegger
· 15 years ago
8935f57
can: sja1000: fix network statistics update
by Wolfgang Grandegger
· 15 years ago
39e3ab6
can: add can_free_echo_skb() for upcoming drivers
by Wolfgang Grandegger
· 15 years ago
fab4e76
WAN: dscc4: Fix warning pointing out a bug.
by David S. Miller
· 15 years ago
a8fdf2b
ipv6: Fix tcp_v6_send_response(): it didn't set skb transport header
by Cosmin Ratiu
· 15 years ago
6fdfa97
enic: organize device initialization/deinit into separate functions
by Scott Feldman
· 15 years ago
491598a
enic: bug fix: check for zero port MTU before posting warning
by Scott Feldman
· 15 years ago
d73149f
enic: changes to driver/firmware interface
by Scott Feldman
· 15 years ago
9f63a7c
enic: bug fix: enable VLAN filtering
by Scott Feldman
· 15 years ago
6ba9cdc
enic: provision for multiple Rx/Tx queues; prepare for RSS support
by Scott Feldman
· 15 years ago
350991e
enic: bug fix: included MAC drops in rx_dropped netstat
by Scott Feldman
· 15 years ago
56ac88b
enic: bug fix: protect fw call i/f with spinlock
by Scott Feldman
· 15 years ago
d19e22d
enic: use netdev_alloc_skb
by Scott Feldman
· 15 years ago
ea0d7d9
enic: bug fix: split TSO fragments larger than 16K into multiple descs
by Scott Feldman
· 15 years ago
4badc38
enic: workaround A0 erratum
by Scott Feldman
· 15 years ago
27e6c7d
enic: add support for multiple BARs
by Scott Feldman
· 15 years ago
1a123a3
vlan: adds drops accounting
by Eric Dumazet
· 15 years ago
2c11455
macvlan: add multiqueue capability
by Eric Dumazet
· 15 years ago
0fa0ee05
netdev: Convert MDIO ioctl implementation to use struct mii_ioctl_data
by Ben Hutchings
· 15 years ago
7ab0f27
netdev: Remove redundant checks for CAP_NET_ADMIN in MDIO implementations
by Ben Hutchings
· 15 years ago
aae5e7c
netdev: Remove SIOCDEVPRIVATE aliases for MDIO ioctls
by Ben Hutchings
· 15 years ago
c23ddf8
sky2: only enable Vaux if capable of wakeup
by Stephen Hemminger
· 15 years ago
cf503e8
netxen: fix infinite loop on dma mapping failure
by Dhananjay Phadke
· 15 years ago
270e57e
netxen: remove duplicate napi_add
by Dhananjay Phadke
· 15 years ago
bc75e5b
netxen: fix lro buffer allocation
by Dhananjay Phadke
· 15 years ago
d4ab881
ixgbe: Add support for using FCoE DDP in 82599 as FCoE targets
by Yi Zou
· 15 years ago
09ad1cc
ixgbe: Distribute transmission of FCoE traffic in 82599
by Yi Zou
· 15 years ago
8de8b2e
ixgbe: Add support for multiple Tx queues for FCoE in 82599
by Yi Zou
· 15 years ago
ae641bd
igb: set vf rlpml wasn't taking vlan tag into account
by Alexander Duyck
· 15 years ago
2dfd121
igb: only disable/enable interrupt bits for igb physical function
by Alexander Duyck
· 15 years ago
ff41f8d
igb: add support for set_rx_mode netdevice operation
by Alexander Duyck
· 15 years ago
55f9d67
net: Remove debugging code
by Eric Dumazet
· 15 years ago
2f8bc32
vlan: enable multiqueue xmits
by Eric Dumazet
· 15 years ago
d1b19df
net: net/core/dev.c cleanups
by Eric Dumazet
· 15 years ago
137742c
atm/br2684: netif_stop_queue() when atm device busy and netif_wake_queue() when we can send packets again.
by Karl Hiramoto
· 15 years ago
81538e7
fec: don't enable irqs in hard irq context
by Uwe Kleine-König
· 15 years ago
84177a2
fec: fix recursive locking of mii_lock
by Uwe Kleine-König
· 15 years ago
3eb0027
NET: Fix possible corruption in bpqether driver
by Ralf Baechle
· 15 years ago
ab08999
WARNING: some request_irq() failures ignored in el2_open()
by roel kluin
· 15 years ago
aa13307
tcp: replace hard coded GFP_KERNEL with sk_allocation
by Wu Fengguang
· 15 years ago
05c6a8d
net/ethtool: Add support for the ethtool feature to flash firmware image from a specified file.
by Ajit Khaparde
· 15 years ago
451f144
drivers: Kill now superfluous ->last_rx stores
by Eric Dumazet
· 15 years ago
6ce9e7b
ip: Report qdisc packet drops
by Eric Dumazet
· 15 years ago
2e59af3
vlan: multiqueue vlan device
by Eric Dumazet
· 15 years ago
5848cc0
net: drop_monitor: make last_rx timestamp private
by Neil Horman
· 15 years ago
3f968de
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6
by David S. Miller
· 15 years ago
d0bec34
ath9k: Reconfigure beacon timers after the scan is completed.
by Vivek Natarajan
· 15 years ago
fcc6cb0
cfg80211: fix looping soft lockup in find_ie()
by Bob Copeland
· 15 years ago
abd8ea2
wireless: remove mac80211 rate selection extra menu
by Luis R. Rodriguez
· 15 years ago
253850c
wireless: update reg debug kconfig entry
by Luis R. Rodriguez
· 15 years ago
4417527
wireless: update top level wireless driver entry
by Luis R. Rodriguez
· 15 years ago
5ca1b99
net: file_operations should be const
by Stephen Hemminger
· 15 years ago
3b401a8
inet: inet_connection_sock_af_ops const
by Stephen Hemminger
· 15 years ago
b2e4b3d
tcp: MD5 operations should be const
by Stephen Hemminger
· 15 years ago
98147d5
net: seq_operations should be const
by Stephen Hemminger
· 15 years ago
0fc0b73
netdev: drivers should make ethtool_ops const
by Stephen Hemminger
· 15 years ago
daf09de
tg3: Update version to 3.102
by Matt Carlson
· 15 years ago
882e979
tg3: Add MDIO bus address assignments
by Matt Carlson
· 15 years ago
a1b950d
tg3: Add 5717 NVRAM detection routines
by Matt Carlson
· 15 years ago
f6eb9b1
tg3: Add 5717 asic rev
by Matt Carlson
· 15 years ago
8d9d7cf
tg3: Assign rx ret producer indexes by vector
by Matt Carlson
· 15 years ago
0c1d0e2
tg3: Adjust RSS ring allocation strategies
by Matt Carlson
· 15 years ago
baf8a94
tg3: Add RSS support
by Matt Carlson
· 15 years ago
b6080e1
tg3: Add coalesce parameters for msix vectors
by Matt Carlson
· 15 years ago
fed9781
tg3: Enable NAPI instances for other int vectors
by Matt Carlson
· 15 years ago
fe5f578
tg3: Add TSS support
by Matt Carlson
· 15 years ago
89aeb3b
tg3: Update intmbox and coal_now for msix
by Matt Carlson
· 15 years ago
f77a6a8
tg3: Add tx and rx ring resource tracking
by Matt Carlson
· 15 years ago
646c9ed
tg3: Add mailbox assignments
by Matt Carlson
· 15 years ago
679563f
tg3: Add MSI-X support
by Matt Carlson
· 15 years ago
4f125f4
tg3: Add support code around kernel interrupt API
by Matt Carlson
· 15 years ago
2d31eca
tg3: Create tg3_rings_reset()
by Matt Carlson
· 15 years ago
fd2ce37
tg3: Add per-int coalesce now member
by Matt Carlson
· 15 years ago
f19af9c
tg3: inline tg3_cond_int()
by Matt Carlson
· 15 years ago
6cdee2f
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 15 years ago
0625491
ipv6: ip6_push_pending_frames() should increment IPSTATS_MIB_OUTDISCARDS
by Eric Dumazet
· 15 years ago
f2798eb
drop_monitor: fix trace_napi_poll_hit()
by Xiao Guangrong
· 15 years ago
2fbd3da
pkt_sched: Revert tasklet_hrtimer changes.
by David S. Miller
· 15 years ago
3732e9b
xilinx_emaclite: Fix permissions on driver sources.
by David S. Miller
· 15 years ago
d66ee05
net: sk_free() should be allowed right after sk_alloc()
by Jarek Poplawski
· 15 years ago
89d69d2
net: make neigh_ops constant
by Stephen Hemminger
· 15 years ago
dcbfef8
au1000_eth: possible NULL dereference of aup->mii_bus->irq in au1000_probe()
by roel kluin
· 15 years ago
5d78922
RTO connection timeout: sysctl documentation update
by Damian Lukowski
· 15 years ago
5152fc7
RTO connection timeout: coding style fixes and comments
by Damian Lukowski
· 15 years ago
72c6068
sky2: Use 32bit read to read Y2_VAUX_AVAIL
by Mike McCormack
· 15 years ago
90bbebb
sky2: Create buffer alloc and free helpers
by Mike McCormack
· 15 years ago
10547ae
sky2: fix management of driver LED
by Stephen Hemminger
· 15 years ago
89f56d1
tun: reuse struct sock fields
by Michael S. Tsirkin
· 15 years ago
86393e5
netns: embed ip6_dst_ops directly
by Alexey Dobriyan
· 15 years ago
885a136
bonding: use compare_ether_addr_64bits() in ALB
by Eric Dumazet
· 15 years ago
ac06713
macvlan: Use compare_ether_addr_64bits()
by Eric Dumazet
· 15 years ago
c3c7432
ixgbe: Patch to fix 82599 multispeed fiber link issues when driver is loaded without any cable and reconnecting it to 1G partner
by Mallikarjuna R Chilakala
· 15 years ago
b7fdb71
ixgbe: Properly disable DCB arbiters prior to applying changes
by Peter P Waskiewicz Jr
· 15 years ago
8620a10
ixgbe: refactor link setup code
by Mallikarjuna R Chilakala
· 15 years ago
fd38d7a
e1000: Fix for e1000 kills IPMI on a tagged vlan.
by Graham, David
· 15 years ago
04e715c
iwmc3200wifi: Add a last_fw_err debugfs entry
by Samuel Ortiz
· 15 years ago
d210176
iwmc3200wifi: Handle UMAC stalls and UMAC assert properly
by Samuel Ortiz
· 15 years ago
d04bd62
iwmc3200wifi: New initial LMAC calibration
by Samuel Ortiz
· 15 years ago
31452420
iwmc3200wifi: fix misuse of le16_to_cpu
by Zhu Yi
· 15 years ago
Next »