index
:
kernel_samsung_aries.git
replicant-4.2
kernel/samsung/aries
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
drivers/net: ks8851_mll ethernet network driver -resubmit
David J. Choi
2009-11-20
1
-74
/
+68
|
*
|
|
net: ETHOC should depend on HAS_DMA
Geert Uytterhoeven
2009-11-20
1
-1
/
+1
|
*
|
|
e1000e: do not initiate autonegotiation during OEM configuration
Bruce Allan
2009-11-20
1
-1
/
+2
|
*
|
|
e1000e: remove unnecessary 82577 workaround causing link issues
Bruce Allan
2009-11-20
1
-10
/
+0
|
*
|
|
e1000e: flow control thresholds not correct when changing mtu
Bruce Allan
2009-11-20
1
-4
/
+3
|
*
|
|
e1000e: add Tx timeout factor for 100Mbps
Bruce Allan
2009-11-20
1
-1
/
+1
|
*
|
|
e1000e: set flow control thresholds properly after enabling/disabling pause
Bruce Allan
2009-11-20
1
-2
/
+10
|
*
|
|
e1000e: read of PHY register may access wrong page on 82578
Bruce Allan
2009-11-20
1
-24
/
+22
|
*
|
|
e1000e: partial revert of 3ec2a2b8 plus FC workraround for 82577/8
Bruce Allan
2009-11-20
3
-12
/
+32
|
*
|
|
ixgbe: move tc variable to CONFIG_IXGBE_DCB
Jaswinder Singh Rajput
2009-11-20
1
-1
/
+1
|
*
|
|
netfilter: nf_log: fix sleeping function called from invalid context in seq_s...
Patrick McHardy
2009-11-19
1
-13
/
+5
|
*
|
|
netfilter: xt_osf: fix xt_osf_remove_callback() return value
Patrick McHardy
2009-11-19
1
-1
/
+1
|
*
|
|
veth: Fix veth_get_stats()
Eric Dumazet
2009-11-19
1
-19
/
+16
|
*
|
|
ieee802154: dont leak skbs in ieee802154_fake_xmit()
Eric Dumazet
2009-11-19
1
-4
/
+1
*
|
|
|
ixgbe: Display currently attached PHY through ethtool
PJ Waskiewicz
2009-11-29
1
-0
/
+50
*
|
|
|
ethtool: Add Direct Attach support to connector port reporting
PJ Waskiewicz
2009-11-29
1
-0
/
+2
*
|
|
|
ixgbe: Fix Receive Address Register (RAR) cleaning and accounting
Shannon Nelson
2009-11-29
1
-4
/
+4
*
|
|
|
ixgbe: LINKS2 is not a valid register for 82598
Don Skidmore
2009-11-29
1
-4
/
+11
*
|
|
|
ixgbe: Disable Flow Control for certain devices
PJ Waskiewicz
2009-11-29
1
-0
/
+14
*
|
|
|
ixgbe: handle parameters for tx and rx EITR, no div0
Shannon Nelson
2009-11-29
1
-6
/
+7
*
|
|
|
X25: Fix oops and refcnt problems from x25_dev_get
andrew hendry
2009-11-29
1
-1
/
+3
*
|
|
|
X25: Check for errors in x25_init
andrew hendry
2009-11-29
1
-3
/
+16
*
|
|
|
X25: Move SYSCTL ifdefs into header
andrew hendry
2009-11-29
2
-4
/
+6
*
|
|
|
NET: smc91x: convert to dev_pm_ops
Kevin Hilman
2009-11-29
1
-6
/
+12
*
|
|
|
Merge branch 'net-next' of git://git.kernel.org/pub/scm/linux/kernel/git/vxy/...
David S. Miller
2009-11-29
17
-500
/
+224
|
\
\
\
\
|
*
|
|
|
sctp: prevent too-fast association id reuse
Vlad Yasevich
2009-11-23
1
-1
/
+12
|
*
|
|
|
sctp: fix integer overflow when setting the autoclose timer
Andrei Pelinescu-Onciul
2009-11-23
1
-1
/
+1
|
*
|
|
|
sctp: limit maximum autoclose setsockopt value
Andrei Pelinescu-Onciul
2009-11-23
1
-0
/
+3
|
*
|
|
|
sctp: Fix mis-ordering of user space data when multihoming in use
Neil Horman
2009-11-23
1
-12
/
+13
|
*
|
|
|
sctp: Update max.burst implementation
Vlad Yasevich
2009-11-23
5
-23
/
+58
|
*
|
|
|
sctp: Turn the enum socket options into defines
Vlad Yasevich
2009-11-23
1
-82
/
+43
|
*
|
|
|
sctp: Remove useless last_time_used variable
Vlad Yasevich
2009-11-23
4
-15
/
+5
|
*
|
|
|
sctp: remove deprecated SCTP_GET_*_OLD stuffs
Amerigo Wang
2009-11-23
3
-345
/
+0
|
*
|
|
|
sctp: allow setting path_maxrxt independent of SPP_PMTUD_ENABLE
Andrei Pelinescu-Onciul
2009-11-23
1
-4
/
+3
|
*
|
|
|
sctp: Update SWS avaoidance receiver side algorithm
Vlad Yasevich
2009-11-23
6
-4
/
+30
|
*
|
|
|
sctp: Select a working primary during sctp_connectx()
Vlad Yasevich
2009-11-23
2
-0
/
+8
|
*
|
|
|
sctp: Fix malformed "Invalid Stream Identifier" error
Vlad Yasevich
2009-11-23
3
-10
/
+19
|
*
|
|
|
sctp: implement the sender side for SACK-IMMEDIATELY extension
Wei Yongjun
2009-11-23
3
-1
/
+22
|
*
|
|
|
sctp: implement the receiver side for SACK-IMMEDIATELY extension
Wei Yongjun
2009-11-23
1
-2
/
+6
|
*
|
|
|
sctp: implement definition for SACK-IMMEDIATELY extension
Wei Yongjun
2009-11-23
1
-0
/
+1
*
|
|
|
|
sfc: Clean up RX event handling
Ben Hutchings
2009-11-29
3
-8
/
+8
*
|
|
|
|
sfc: Move descriptor cache base addresses to struct efx_nic_type
Ben Hutchings
2009-11-28
2
-4
/
+12
*
|
|
|
|
sfc: Decouple NIC revision number from Falcon PCI revision number
Ben Hutchings
2009-11-28
8
-52
/
+48
*
|
|
|
|
sfc: Remove some redundant whitespace
Ben Hutchings
2009-11-28
1
-2
/
+0
*
|
|
|
|
sfc: Remove another unused workaround macro
Ben Hutchings
2009-11-28
1
-2
/
+0
*
|
|
|
|
sfc: Remove EFX_WORKAROUND_9141 macro
Matthew Slattery
2009-11-28
2
-3
/
+1
*
|
|
|
|
sfc: Limit some hardware workarounds to Falcon
Ben Hutchings
2009-11-28
2
-3
/
+4
*
|
|
|
|
sfc: Always start Falcon using the XMAC
Steve Hodgson
2009-11-28
3
-8
/
+16
*
|
|
|
|
sfc: Replace MDIO spinlock with mutex
Steve Hodgson
2009-11-28
3
-9
/
+9
*
|
|
|
|
sfc: QT202x: Reset before reading PHY id
Steve Hodgson
2009-11-28
1
-14
/
+8
[prev]
[next]