index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2008-04-02
[NETNS]: Do not include net/net_namespace.h from seq_file.h
Denis V. Lunev
3
-22
/
+29
2008-04-02
[NETNS]: Remove ifdef CONFIG_NET braces in fs/proc/proc_net.c.
Denis V. Lunev
1
-2
/
+0
2008-04-02
[NETNS]: Merge ifdef CONFIG_NET in include/net/net_namespace.h.
Denis V. Lunev
1
-8
/
+10
2008-04-02
[IPV6] RAW: Remove ancient comment.
YOSHIFUJI Hideaki
1
-5
/
+0
2008-04-02
wireless: fix various printk warnings on ia64 (and others)
John W. Linville
3
-5
/
+8
2008-04-02
mac80211: use a struct for bss->mesh_config
Luis Carlos Cobo
4
-18
/
+41
2008-04-02
mac80211: check for mesh_config length on incoming management frames
Luis Carlos Cobo
1
-2
/
+6
2008-04-02
mac80211: use recent multicast table for all mesh multicast frames
Luis Carlos Cobo
1
-1
/
+1
2008-04-02
mac80211: fix spinlock recursion on sta expiration
Luis Carlos Cobo
3
-2
/
+3
2008-04-02
mac80211: fix deadlocks in debugfs_netdev.c
Luis Carlos Cobo
1
-6
/
+8
2008-04-02
mac80211: fix sparse complaint in ieee80211_sta_def_wmm_params
Johannes Berg
1
-1
/
+0
2008-04-02
mac80211: sta_info_flush() fixes
Johannes Berg
5
-1
/
+84
2008-04-02
mac80211: clean up sta_info_destroy() users wrt. RCU/locking
Johannes Berg
3
-20
/
+20
2008-04-02
mac80211: automatically free sta struct when insertion fails
Johannes Berg
5
-31
/
+64
2008-04-02
mac80211: fix sta_info_destroy(NULL)
Johannes Berg
1
-3
/
+5
2008-04-02
mac80211 ibss: flush only stations belonging to current interface
Johannes Berg
1
-2
/
+3
2008-04-02
rt2x00: Remove MAC80211_LEDS dependency
Ivo van Doorn
12
-247
/
+297
2008-04-02
rt2x00: TO_DS filter depends on intf_ap_count
Ivo van Doorn
6
-5
/
+17
2008-04-02
rt2x00: Invert scheduled packet_filter check
Ivo van Doorn
1
-2
/
+2
2008-04-02
iwlwifi: Fix synchronous host command
Tomas Winkler
6
-48
/
+52
2008-04-02
iwlwifi: LED initialize before registering
Tomas Winkler
1
-2
/
+4
2008-04-02
iwlwifi: unregister to upper stack before releasing resources
Ron Rindjunsky
1
-3
/
+5
2008-04-02
iwlwifi: move rate registration to module load
Reinette Chatre
7
-20
/
+46
2008-04-02
iwlwifi: fix race condition during driver unload
Mohamed Abbas
2
-4
/
+62
2008-04-02
iwlwifi: hook iwlwifi with Linux rfkill
Mohamed Abbas
9
-34
/
+271
2008-04-02
iwlwifi: add notification infrastructure to iwlcore
Mohamed Abbas
3
-0
/
+36
2008-04-02
net/mac80211/debugfs_netdev.c: use of bool triggers a gcc bug
Andrew Morton
1
-1
/
+1
2008-04-02
rt2x00: fixup some non-functional merge errors
John W. Linville
2
-5
/
+1
2008-04-02
libertas: don't depend on IEEE80211
Holger Schurig
3
-1
/
+31
2008-04-02
libertas: convert sleep/wake config direct commands
Holger Schurig
5
-48
/
+32
2008-04-02
libertas: convert CMD_802_11_EEPROM_ACCESS to a direct command
Holger Schurig
6
-121
/
+22
2008-04-02
libertas: convert CMD_802_11_MAC_ADDRESS to a direct command
Holger Schurig
4
-61
/
+11
2008-04-02
endianness annotations: drivers/net/wireless/rtl8180_dev.c
Al Viro
1
-2
/
+2
2008-04-01
[IPV6][NETNS]: Display per-net info in sockstat6 file.
Pavel Emelyanov
1
-7
/
+34
2008-04-01
[IPV4][NETNS]: Display per-net info in sockstat file.
Pavel Emelyanov
1
-7
/
+34
2008-04-01
[SOCK][NETNS]: Register sockstat(6) files in each net.
Pavel Emelyanov
2
-10
/
+46
2008-04-01
[SOCK][NETNS]: Add the percpu prot_inuse counter in the struct net.
Pavel Emelyanov
2
-0
/
+51
2008-04-01
[SOCK][NETNS]: Add a struct net argument to sock_prot_inuse_add and _get.
Pavel Emelyanov
11
-28
/
+34
2008-04-01
[NETNS]: Introduce a netns_core structure.
Pavel Emelyanov
4
-11
/
+22
2008-03-31
[NET]: Fix allnoconfig build on powerpc and avr32
David S. Miller
1
-0
/
+2
2008-03-29
Merge branch 'upstream-net26' of master.kernel.org:/pub/scm/linux/kernel/git/...
David S. Miller
20
-1245
/
+1678
2008-03-29
e1000e: reorganize PHY and flow control interface
Jeff Kirsher
9
-159
/
+205
2008-03-29
e1000e: rename mc_addr_list_update
Jeff Kirsher
7
-23
/
+24
2008-03-29
e1000e: reformat comment blocks, cosmetic changes only
Bruce Allan
12
-642
/
+1009
2008-03-29
Compilation fix for ixgbe_main.c.
Denis V. Lunev
1
-3
/
+3
2008-03-29
net: yellowfin parenthesis fix
Mariusz Kozlowski
1
-2
/
+2
2008-03-29
netdev: ehea: port_lock semaphore to mutex
Daniel Walker
2
-22
/
+24
2008-03-29
netdev: ehea: bcmc_regs semaphore to mutex
Daniel Walker
2
-10
/
+10
2008-03-29
netdev: ehea: locking order correction
Daniel Walker
1
-2
/
+2
2008-03-29
netdev: ehea: ehea_fw_handles semaphore to mutex
Daniel Walker
2
-10
/
+10
[next]