index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
pasemi_mac.h
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2009-05-30
bonding: use bond_is_lb() when it's appropriate
Jiri Pirko
2
-4
/
+2
2009-05-30
cxgb3: add support for the Aquantia 10G-BT phy
Divy Le Ray
4
-2
/
+359
2009-05-30
cxgb3: Add Aeluros 2020 phy support
Divy Le Ray
4
-65
/
+769
2009-05-30
cxgb3: move away from LLTX
Divy Le Ray
2
-11
/
+7
2009-05-30
netdev: bfin_mac: add Blackfin MII bus to platform bus to allow DSA access
Graf Yang
1
-33
/
+84
2009-05-30
netdev: bfin_mac: fix performance issue found by netperf
Michael Hennerich
1
-84
/
+26
2009-05-30
netdev: bfin_mac: fix malformed UDP packet transmission when polling with KGDB
Sonic Zhang
1
-0
/
+6
2009-05-30
netdev: bfin_mac: drop useless IRQF_SHARED from Blackfin EMAC interrupt
Michael Hennerich
1
-1
/
+1
2009-05-30
veth: dont release skb->dst in veth_xmit()
Eric Dumazet
1
-2
/
+0
2009-05-30
tcp: fix loop in ofo handling code and reduce its complexity
Ilpo Järvinen
1
-17
/
+11
2009-05-29
bonding: allow bond in mode balance-alb to work properly in bridge -try4.3
Jiri Pirko
1
-0
/
+18
2009-05-29
korina: periodically poll the media
Florian Fainelli
1
-0
/
+14
2009-05-29
net: replace dma_sync_single with dma_sync_single_for_cpu
FUJITA Tomonori
4
-9
/
+10
2009-05-29
net: unset IFF_XMIT_DST_RELEASE in ipgre_tunnel_setup()
Eric Dumazet
1
-0
/
+1
2009-05-29
atm: unset IFF_XMIT_DST_RELEASE in clip_setup()
Eric Dumazet
1
-0
/
+1
2009-05-29
net: unset IFF_XMIT_DST_RELEASE in ipip_tunnel_setup()
Eric Dumazet
1
-0
/
+1
2009-05-29
net: dont update dev->trans_start
Eric Dumazet
21
-39
/
+10
2009-05-29
net: dont update dev->trans_start in 10GB drivers
Eric Dumazet
16
-25
/
+8
2009-05-29
llc: Kill outdated and incorrect comment.
David S. Miller
1
-4
/
+0
2009-05-29
irda: Use SKB queue and list helpers instead of doing it by-hand.
David S. Miller
1
-16
/
+2
2009-05-29
tcp: Use SKB queue and list helpers instead of doing it by-hand.
David S. Miller
2
-45
/
+90
2009-05-29
wimax: a new API call was added, increment minor protocol version number
Inaky Perez-Gonzalez
1
-1
/
+1
2009-05-29
wimax/i2400m: usb: fix device reset on autosuspend while not yet idle
Inaky Perez-Gonzalez
1
-5
/
+30
2009-05-29
wimax: Add netlink interface to get device state
Paulius Zaleckas
6
-1
/
+98
2009-05-29
wimax/i2400m: sdio: set the block size before enabling the function
Inaky Perez-Gonzalez
1
-9
/
+9
2009-05-29
wimax: document why wimax_msg_*() operations can be used in any state
Inaky Perez-Gonzalez
1
-3
/
+14
2009-05-29
wimax/i2400m: remove redundant readiness checks from i2400m_report_tlv_*()
Inaky Perez-Gonzalez
2
-7
/
+2
2009-05-29
wimax/i2400m: factor out 'state report's TLV handling to a function
Inaky Perez-Gonzalez
1
-39
/
+50
2009-05-29
wimax/i2400m: allow kernel commands to device to be logged too
Inaky Perez-Gonzalez
2
-10
/
+5
2009-05-29
wimax/i2400m: trace commands sent from user space on the "echo" pipe
Inaky Perez-Gonzalez
2
-3
/
+13
2009-05-29
wimax/i2400m: generate fake source MAC address with random_ether_addr()
Inaky Perez-Gonzalez
3
-1
/
+10
2009-05-29
econet: Use SKB queue and list helpers instead of doing it by-hand.
David S. Miller
1
-14
/
+4
2009-05-29
decnet: Use SKB queue and list helpers instead of doing it by-hand.
David S. Miller
2
-20
/
+7
2009-05-29
atm: Use SKB queue and list helpers instead of doing it by-hand.
David S. Miller
2
-36
/
+17
2009-05-28
rtl8187: Remove pointless check in rtl8187_rx_cb().
David S. Miller
1
-6
/
+1
2009-05-28
p54: Use SKB list handling helpers instead of by-hand code.
David S. Miller
1
-27
/
+19
2009-05-28
wavelan: Remove bogus debugging on skb->next being non-NULL.
David S. Miller
2
-9
/
+0
2009-05-28
aoe: Remove superfluous clearing of skb fields in new_skb().
David S. Miller
1
-7
/
+0
2009-05-28
appletalk: Add proper locking around IPDDP routing table.
David S. Miller
1
-8
/
+32
2009-05-28
net: correct a comment for the final #endif
Jiri Pirko
1
-1
/
+1
2009-05-28
net: net/core/sock.c cleanup
Eric Dumazet
1
-59
/
+44
2009-05-28
net: use netdev stats in b44, sundance, via-rhine and via-velocity
Eric Dumazet
6
-66
/
+73
2009-05-28
net: ALIGN/PTR_ALIGN cleanup in alloc_netdev_mq()/netdev_priv()
Eric Dumazet
3
-15
/
+7
2009-05-28
bridge: avoid an extra space in br_fdb_update()
Jiri Pirko
1
-1
/
+1
2009-05-28
r6040: check and update media status
Florian Fainelli
1
-1
/
+5
2009-05-27
tcp: Do not check flush when comparing options for GRO
Herbert Xu
1
-1
/
+1
2009-05-27
gro: Store shinfo in local variable in skb_gro_receive
Herbert Xu
1
-10
/
+12
2009-05-27
gro: Nasty optimisations for page frags in skb_gro_receive
Herbert Xu
1
-10
/
+15
2009-05-27
gro: Open-code final pskb_may_pull
Herbert Xu
1
-4
/
+19
2009-05-27
ipv4: Use 32-bit loads for ID and length in GRO
Herbert Xu
1
-4
/
+4
[next]