index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2009-08-14
mac80211: stay authenticated after disassoc
Johannes Berg
2
-9
/
+23
2009-08-14
cfg80211: fix disassociation warning due to misuse of wdev->current_bss
Pavel Roskin
1
-1
/
+1
2009-08-14
wireless: display wext SSID when connected by cfg80211
Zhu Yi
1
-1
/
+9
2009-08-14
mac80211: fix compilation of mesh (although its disabled)
Luis R. Rodriguez
2
-7
/
+7
2009-08-12
Phonet: fix /proc/net/phonet with network namespaces
Rémi Denis-Courmont
1
-2
/
+3
2009-08-12
nl802154: support START-CONFIRM primitive
Dmitry Baryshkov
1
-0
/
+32
2009-08-12
af_ieee802154: add support for WANT_ACK socket option
Dmitry Baryshkov
1
-4
/
+54
2009-08-12
af_ieee802154: minor cleanup in dgram_bind
Dmitry Baryshkov
1
-6
/
+8
2009-08-12
nl802154: add support for dumping WPAN interface information
Dmitry Baryshkov
1
-2
/
+104
2009-08-12
nl802154: make ieee802154_policy constant
Dmitry Baryshkov
1
-1
/
+2
2009-08-12
Use correct NET_RX_* returns for atalk_rcv()
Mark Smith
1
-11
/
+14
2009-08-12
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
28
-42
/
+101
2009-08-09
sctp: fix missing destroy of percpu counter variable in sctp_proc_exit()
Rafael Laufer
1
-0
/
+1
2009-08-09
can: Fix raw_getname() leak
Eric Dumazet
1
-0
/
+1
2009-08-09
Fix xfrm hash collisions by changing __xfrm4_daddr_saddr_hash to hash address...
Jussi Mäki
1
-1
/
+1
2009-08-09
Merge branch 'master' of /home/davem/src/GIT/linux-2.6/
David S. Miller
12
-13
/
+14
2009-08-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
1
-2
/
+0
2009-08-06
net: Avoid enqueuing skb for default qdiscs
Krishna Kumar
2
-49
/
+92
2009-08-06
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/low...
David S. Miller
3
-3
/
+33
2009-08-06
irda: Fix irda_getname() leak
Eric Dumazet
1
-0
/
+1
2009-08-06
appletalk: fix atalk_getname() leak
Eric Dumazet
1
-0
/
+1
2009-08-06
netrom: Fix nr_getname() leak
Eric Dumazet
1
-0
/
+1
2009-08-06
econet: Fix econet_getname() leak
Eric Dumazet
1
-0
/
+1
2009-08-06
rose: Fix rose_getname() leak
Eric Dumazet
1
-0
/
+1
2009-08-06
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
David S. Miller
20
-183
/
+349
2009-08-06
af_ieee802154: provide dummy get/setsockopt
Dmitry Eremin-Solenikov
2
-0
/
+28
2009-08-06
af_ieee802154: fix ioctl processing
Dmitry Eremin-Solenikov
1
-3
/
+5
2009-08-05
net/rds: Use AF_INET for sin_family field
Julia Lawall
1
-1
/
+1
2009-08-05
net: implement a SO_DOMAIN getsockoption
Jan Engelhardt
1
-0
/
+5
2009-08-05
net: implement a SO_PROTOCOL getsockoption
Jan Engelhardt
1
-0
/
+5
2009-08-05
phonet: phonet_device_get() fix
Eric Dumazet
1
-1
/
+1
2009-08-05
net: mark read-only arrays as const
Jan Engelhardt
30
-58
/
+63
2009-08-05
dccp: missing destroy of percpu counter variable while unload module
Wei Yongjun
1
-0
/
+1
2009-08-05
net: Fix spinlock use in alloc_netdev_mq()
Ingo Molnar
1
-2
/
+0
2009-08-04
xfrm6: Fix xfrm6_policy.c build when SYSCTL disabled.
David S. Miller
1
-1
/
+6
2009-08-04
xfrm4: fix build when SYSCTLs are disabled
Randy Dunlap
1
-0
/
+6
2009-08-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
12
-37
/
+79
2009-08-04
mac80211: FIF_PSPOLL filter flag
Igor Perminov
3
-3
/
+20
2009-08-04
cfg80211: clear SSID on disconnect/no connection
Johannes Berg
1
-0
/
+4
2009-08-04
rfkill: add the GPS radio type
Tomas Winkler
1
-1
/
+3
2009-08-04
mac80211: Increase timeouts for station polling
Maxim Levitsky
1
-2
/
+2
2009-08-04
mac80211: Retry probe request few times
Maxim Levitsky
2
-12
/
+31
2009-08-04
cfg80211: lower dynamic PS timeout to 100ms
Johannes Berg
1
-1
/
+1
2009-08-04
cfg80211: enable country IE support to all cfg80211 drivers
Luis R. Rodriguez
4
-10
/
+33
2009-08-04
cfg80211: decouple regulatory variables from cfg80211_mutex
Luis R. Rodriguez
2
-12
/
+38
2009-08-04
cfg80211: do not iterate over rdev list on country IE hint
Luis R. Rodriguez
1
-42
/
+9
2009-08-04
cfg80211: use goto out on country IE reg hint failure
Luis R. Rodriguez
1
-4
/
+2
2009-08-04
mac80211: fix powersave
Johannes Berg
1
-7
/
+6
2009-08-04
cfg80211: fix NETDEV_UNREGISTER notifier
Johannes Berg
1
-4
/
+11
2009-08-04
mac80211: redefine usage of the mac80211 workqueue
Luis R. Rodriguez
11
-49
/
+92
[next]