index
:
snowball/igloo-kernel.git
android
audio
audio-android
caif
cg2900
cg2900-android
cg2900-fm
core
debian-packaging
dma
gpio
hsi
hwmem
input
integration-android-ux500
integration-linux-ux500
integration-ubuntu-ux500
mach-plat
mali-android
mali-generic
modem
other
pm
pm-android
security
st-mems-sensors
stable-android-ux500-3.0
stable-android-ux500-3.0-mali-v9
stable-android-ux500-3.1
stable-android-ux500-3.1-mali-v9
stable-android-ux500-3.2
stable-android-ux500-3.3
stable-android-ux500-3.3-1
stable-android-ux500-3.4
stable-linaro-ux500-3.1
stable-linux-ux500-3.1
stable-linux-ux500-3.2
stable-linux-ux500-3.3
stable-linux-ux500-3.3-1
stable-linux-ux500-3.4
stable-ubuntu-ux500-3.0
stable-ubuntu-ux500-3.1
stable-ubuntu-ux500-3.2
stable-ubuntu-ux500-3.3
stable-ubuntu-ux500-3.3-1
stable-ubuntu-ux500-3.4
ste-multimedia-framework
storage-mmc
trace-debug
usb
usb-android
video
video-android
wlan
Igloo kernel
Andi Shyti
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2009-06-02
mlx4_en: Updated driver version
Yevgeny Petrilin
2009-06-02
mlx4_en: Added vlan_features support
Yevgeny Petrilin
2009-06-02
mlx4_en: multiqueue support
Yevgeny Petrilin
2009-06-02
mlx4_en: Coalescing target is equal for all mtu's
Yevgeny Petrilin
2009-06-02
mlx4_en: Work with part of the ports.
Yevgeny Petrilin
2009-06-02
mlx4_en renamed en_params.c to en_ethtool.c
Yevgeny Petrilin
2009-06-02
mlx4_en: Moved all module parameters handling to en_main.c
Yevgeny Petrilin
2009-06-02
mlx4_en: Giving interface name in debug messages
Yevgeny Petrilin
2009-06-02
ipv4: New multicast-all socket option
Nivedita Singhvi
2009-06-02
net: ipv4/ip_sockglue.c cleanups
Eric Dumazet
2009-06-02
IPv6: Print error value when skb allocation fails
Brian Haley
2009-06-02
usb: gadget: f_phonet: fix memory allocation sizes
Rémi Denis-Courmont
2009-06-02
f_phonet: no need to check for carrier - scheduler does it internally
Rémi Denis-Courmont
2009-06-02
f_phonet: dev_kfree_skb instead of dev_kfree_skb_any in TX callback
Rémi Denis-Courmont
2009-06-02
Phonet: fix accounting race between gprs_writeable() and gprs_xmit()
Rémi Denis-Courmont
2009-06-01
atl1c_main.c: add wait_for_idle routine
Joe Perches
2009-06-01
IPv6: Add 'autoconf' and 'disable_ipv6' module parameters
Brian Haley
2009-06-01
cpmac: prevent fatal exception in cpmac_end_xmit
Stefan Weil
2009-06-01
cpmac: remove unused variable.
Florian Fainelli
2009-06-01
can: sja1000: generic OF platform bus driver
Wolfgang Grandegger
2009-06-01
can: sja1000: stop misusing member base_addr of struct net_device
Wolfgang Grandegger
2009-06-01
can: some fixes and cleanups to the initial device driver interface
Wolfgang Grandegger
2009-05-30
net: unset IFF_XMIT_DST_RELEASE for qeth and ipoib
Eric Dumazet
2009-05-29
usbnet: ratelimit warning messages invoked from callback handler
André Goddard Rosa
2009-05-29
fec: Add FEC support for MX35 processor
Fabio Estevam
2009-05-29
irda-usb: suspend/resume support
Tadashi Abe
2009-05-29
mac8390: use printk MAC address format
Finn Thain
2009-05-29
net: convert unicast addr list
Jiri Pirko
2009-05-29
bonding: use bond_is_lb() when it's appropriate
Jiri Pirko
2009-05-29
cxgb3: add support for the Aquantia 10G-BT phy
Divy Le Ray
2009-05-29
cxgb3: Add Aeluros 2020 phy support
Divy Le Ray
2009-05-29
cxgb3: move away from LLTX
Divy Le Ray
2009-05-29
netdev: bfin_mac: add Blackfin MII bus to platform bus to allow DSA access
Graf Yang
2009-05-29
netdev: bfin_mac: fix performance issue found by netperf
Michael Hennerich
2009-05-29
netdev: bfin_mac: fix malformed UDP packet transmission when polling with KGDB
Sonic Zhang
2009-05-29
netdev: bfin_mac: drop useless IRQF_SHARED from Blackfin EMAC interrupt
Michael Hennerich
2009-05-29
veth: dont release skb->dst in veth_xmit()
Eric Dumazet
2009-05-29
tcp: fix loop in ofo handling code and reduce its complexity
Ilpo Järvinen
2009-05-29
bonding: allow bond in mode balance-alb to work properly in bridge -try4.3
Jiri Pirko
2009-05-29
korina: periodically poll the media
Florian Fainelli
2009-05-29
net: replace dma_sync_single with dma_sync_single_for_cpu
FUJITA Tomonori
2009-05-29
net: unset IFF_XMIT_DST_RELEASE in ipgre_tunnel_setup()
Eric Dumazet
2009-05-29
atm: unset IFF_XMIT_DST_RELEASE in clip_setup()
Eric Dumazet
2009-05-29
net: unset IFF_XMIT_DST_RELEASE in ipip_tunnel_setup()
Eric Dumazet
2009-05-29
net: dont update dev->trans_start
Eric Dumazet
2009-05-29
net: dont update dev->trans_start in 10GB drivers
Eric Dumazet
2009-05-29
Merge branch 'linux-2.6.31.y' of git://git.kernel.org/pub/scm/linux/kernel/gi...
David S. Miller
2009-05-28
llc: Kill outdated and incorrect comment.
David S. Miller
2009-05-28
irda: Use SKB queue and list helpers instead of doing it by-hand.
David S. Miller
2009-05-28
tcp: Use SKB queue and list helpers instead of doing it by-hand.
David S. Miller
[next]