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.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
path:
root
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2010-07-27
genetlink: use genl_register_family_with_ops()
Changli Gao
1
-5
/
+1
2010-07-27
drop_monitor: use genl_register_family_with_ops()
Changli Gao
1
-16
/
+7
2010-07-27
genetlink: cleanup code according to CodingStyle
Changli Gao
1
-5
/
+4
2010-07-27
wireless: Make COMPAT_NETLINK_MESSAGES depend upon WEXT_CORE
David S. Miller
1
-1
/
+1
2010-07-27
netlink: netlink_recvmsg() fix
Eric Dumazet
1
-6
/
+16
2010-07-25
net: pskb_expand_head() optimization
Eric Dumazet
1
-1
/
+1
2010-07-25
sysfs: add attribute to indicate hw address assignment type
Stefan Assmann
1
-0
/
+2
2010-07-24
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
David S. Miller
15
-717
/
+98
2010-07-23
net: core: don't use own hex_to_bin() method
Andy Shevchenko
1
-24
/
+12
2010-07-23
caif: precedence bug
Dan Carpenter
1
-1
/
+1
2010-07-23
net: RTA_MARK addition
Eric Dumazet
1
-0
/
+7
2010-07-22
net: remove last uses of __attribute__((packed))
Gustavo F. Padovan
1
-1
/
+1
2010-07-21
mac80211: proper IBSS locking
Johannes Berg
2
-50
/
+54
2010-07-21
mac80211: fix IBSS lockdep complaint
Johannes Berg
1
-5
/
+14
2010-07-21
mac80211: refuse shared key auth when WEP is unavailable
Johannes Berg
1
-0
/
+2
2010-07-21
cfg80211: fix race between sysfs and cfg80211
Maxime Bizon
1
-6
/
+8
2010-07-21
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
13
-18
/
+66
2010-07-21
wireless: remove unnecessary reg_same_country_ie_hint
John W. Linville
1
-45
/
+0
2010-07-21
wireless: mark cfg80211_is_all_idle as static
John W. Linville
1
-1
/
+1
2010-07-21
wireless: correct sparse warning in generated regdb.c
John W. Linville
1
-0
/
+1
2010-07-21
wireless: correct sparse warning in wext-compat.c
John W. Linville
1
-0
/
+1
2010-07-21
wireless: correct sparse warning in lib80211_crypt_tkip.c
John W. Linville
1
-1
/
+1
2010-07-21
wireless: only use alpha2 regulatory information from country IE
John W. Linville
1
-613
/
+12
2010-07-21
drop_monitor: convert some kfree_skb call sites to consume_skb
Neil Horman
2
-5
/
+6
2010-07-21
drop_monitor: Add error code to detect duplicate state changes
Neil Horman
1
-2
/
+8
2010-07-21
__dst_free(): put EXPORT_SYMBOLS after the fct
Nicolas Dichtel
1
-1
/
+1
2010-07-21
mac80211: set carrier on for monitor interfaces on ieee80211_open
David Gnedt
1
-0
/
+2
2010-07-21
mac80211: move QoS-enable to BSS info
Johannes Berg
3
-12
/
+10
2010-07-21
mac80211: fix aggregation action frame handling with AP VLANs
Felix Fietkau
1
-2
/
+2
2010-07-20
bridge: Partially disable netpoll support
Herbert Xu
2
-31
/
+1
2010-07-20
net: this_cpu_xxx conversions
Eric Dumazet
2
-4
/
+3
2010-07-19
tcp: fix crash in tcp_xmit_retransmit_queue
Ilpo Järvinen
1
-0
/
+3
2010-07-19
net: 64bit stats for netdev_queue
Eric Dumazet
1
-1
/
+3
2010-07-19
sch_atm: Convert to use standard list_head facilities.
David S. Miller
1
-57
/
+41
2010-07-19
net: support time stamping in phy devices.
Richard Cochran
5
-1
/
+144
2010-07-19
net: preserve ifreq parameter when calling generic phy_mii_ioctl().
Richard Cochran
1
-2
/
+1
2010-07-19
vlan_dev: VLAN 0 should be treated as "no vlan tag" (802.1p packet)
Pedro Garcia
3
-49
/
+86
2010-07-19
net: Remove MAX_SOCK_ADDR constant
Tetsuo Handa
1
-9
/
+0
2010-07-19
net: dccp: fix sign bug
Kulikov Vasiliy
1
-1
/
+1
2010-07-19
IPv6: fix CoA check in RH2 input handler (mip6_rthdr_input())
Arnaud Ebalard
1
-1
/
+2
2010-07-16
mac80211: improve error checking if WEP fails to init
John W. Linville
1
-1
/
+4
2010-07-16
mac80211: skip HT parsing if HW does not support HT
Christian Lamparter
1
-1
/
+1
2010-07-16
ipmr: Don't leak memory if fib lookup fails.
Ben Greear
1
-2
/
+6
2010-07-16
net: bridge: fix sign bug
Kulikov Vasiliy
1
-1
/
+1
2010-07-15
net: fix problem in reading sock TX queue
Tom Herbert
1
-4
/
+3
2010-07-15
Net: ethernet: pe2.c: fix EXPORT_SYMBOL macro code style issue
Chihau Chau
1
-2
/
+1
2010-07-15
net/core: neighbour update Oops
Doug Kehn
1
-1
/
+4
2010-07-15
net/sched: potential data corruption
Dan Carpenter
1
-2
/
+2
2010-07-15
net: skb_tx_hash() fix relative to skb_orphan_try()
Eric Dumazet
1
-3
/
+10
2010-07-15
rfs: call sock_rps_record_flow() in tcp_splice_read()
Changli Gao
1
-0
/
+1
[next]