index
:
delta/linux-stable.git
baserock/v2.6.28.9/aspeed
baserock/v2.6.28.9/openbmc_aspeed_wedge
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.2.y
linux-6.3.y
linux-rolling-lts
linux-rolling-stable
master
git.kernel.org: pub/scm/linux/kernel/git/stable/linux-stable.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: mark read-only arrays as const
Jan Engelhardt
2009-08-05
30
-58
/
+63
*
xfrm6: Fix xfrm6_policy.c build when SYSCTL disabled.
David S. Miller
2009-08-04
1
-1
/
+6
*
xfrm4: fix build when SYSCTLs are disabled
Randy Dunlap
2009-08-04
1
-0
/
+6
*
neigh: Convert garbage collection from softirq to workqueue
Eric Dumazet
2009-08-02
1
-46
/
+43
*
IPVS: use pr_err and friends instead of IP_VS_ERR and friends
Hannes Eder
2009-08-02
20
-147
/
+145
*
inet6: functions shadow global variable
Gerrit Renker
2009-08-02
1
-2
/
+2
*
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
David S. Miller
2009-07-30
26
-561
/
+846
|
\
|
*
cfg80211: self-contained wext handling where possible
Johannes Berg
2009-07-29
12
-106
/
+53
|
*
cfg80211: combine IWESSID handlers
Johannes Berg
2009-07-29
5
-41
/
+48
|
*
cfg80211: combine IWAP handlers
Johannes Berg
2009-07-29
5
-55
/
+58
|
*
cfg80211: combine iwfreq implementations
Johannes Berg
2009-07-29
7
-80
/
+83
|
*
mac80211: verify info->control.vif is not NULL
Johannes Berg
2009-07-29
2
-0
/
+18
|
*
cfg80211: fix disassoc while not associated
Johannes Berg
2009-07-29
1
-0
/
+6
|
*
mac80211: fix an oops in ieee80211_scan_state_set_channel
Helmut Schaa
2009-07-29
1
-1
/
+4
|
*
nl80211: add missing parameter clearing
Johannes Berg
2009-07-29
1
-0
/
+2
|
*
mac80211: fix receiving deauth
Johannes Berg
2009-07-29
1
-4
/
+17
|
*
cfg80211: fix circular lock dependency (1)
Johannes Berg
2009-07-29
1
-3
/
+3
|
*
mac80211: fix oops due to missing private data
Luis R. Rodriguez
2009-07-27
1
-2
/
+4
|
*
mac80211: fix PS-poll response, race
Johannes Berg
2009-07-27
3
-36
/
+7
|
*
mac80211: fix MLME issuing of probe requests while scanning
Luis R. Rodriguez
2009-07-27
1
-3
/
+3
|
*
mac80211: fix mlme timeouts
Johannes Berg
2009-07-27
1
-0
/
+2
|
*
cfg80211: increase scan result expire time
Helmut Schaa
2009-07-27
1
-1
/
+1
|
*
mac80211: rename scan_state to next_scan_state
Helmut Schaa
2009-07-27
2
-11
/
+11
|
*
mac80211: implement basic background scanning
Helmut Schaa
2009-07-27
4
-13
/
+148
|
*
mac80211: Replace {sw, hw}_scanning variables with a bitfield
Helmut Schaa
2009-07-27
9
-29
/
+31
|
*
mac80211: introduce a new scan state "decision"
Helmut Schaa
2009-07-27
2
-15
/
+27
|
*
mac80211: advance the state machine immediately if no delay is needed
Helmut Schaa
2009-07-27
1
-9
/
+15
|
*
mac80211: refactor the scan code
Helmut Schaa
2009-07-27
1
-58
/
+78
|
*
mac80211: allow using network namespaces
Johannes Berg
2009-07-27
2
-0
/
+2
|
*
cfg80211: make aware of net namespaces
Johannes Berg
2009-07-27
7
-95
/
+227
|
*
mac80211: cooperate more with network namespaces
Johannes Berg
2009-07-27
3
-47
/
+46
*
|
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
2009-07-30
9
-34
/
+54
|
\
\
|
*
|
ipv4: ARP neigh procfs buffer overflow
roel kluin
2009-07-30
1
-1
/
+3
|
*
|
net/netlabel: Add kmalloc NULL tests
Julia Lawall
2009-07-30
1
-1
/
+1
|
*
|
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
David S. Miller
2009-07-30
3
-10
/
+28
|
|
\
\
|
|
*
|
mac80211: fix suspend
Johannes Berg
2009-07-29
2
-9
/
+27
|
|
*
|
mac80211: do not queue work after suspend in the dynamic ps timer
Luis R. Rodriguez
2009-07-27
1
-1
/
+1
|
*
|
|
net: irda: init spinlock after memcpy
Deepak Saxena
2009-07-27
1
-0
/
+1
|
|
/
/
|
*
|
net/bridge: use kobject_put to release kobject in br_add_if error path
Xiaotian Feng
2009-07-26
1
-1
/
+1
|
*
|
NET: ROSE: Don't use static buffer.
Ralf Baechle
2009-07-26
2
-21
/
+20
*
|
|
xfrm: select sane defaults for xfrm[4|6] gc_thresh
Neil Horman
2009-07-30
4
-13
/
+33
*
|
|
IPVS: use pr_fmt
Hannes Eder
2009-07-30
23
-4
/
+74
*
|
|
vlan: allow creating vlan when real device is not up
Stephen Hemminger
2009-07-30
1
-6
/
+0
*
|
|
xfrm: export xfrm garbage collector thresholds via sysctl
Neil Horman
2009-07-27
2
-0
/
+36
*
|
|
net: ethtool_op_get_rx_csum() should be public and exported
Eric Dumazet
2009-07-27
1
-1
/
+2
*
|
|
net/netlabel: Correct redundant test
Julia Lawall
2009-07-27
1
-4
/
+2
*
|
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/low...
David S. Miller
2009-07-27
4
-9
/
+9
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
ieee802154: move headers out of extra directory
Dmitry Eremin-Solenikov
2009-07-23
4
-9
/
+9
*
|
|
phonet: phonet_device_get() fix
Eric Dumazet
2009-07-27
1
-1
/
+1
*
|
|
ethtool: device independent rx_csum and get_flags routines
Sridhar Samudrala
2009-07-26
1
-2
/
+11
[next]