index
:
drm/drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2008-09-11
mac80211: remove disassociation code from ieee80211_set_associated
Tomas Winkler
1
-46
/
+56
2008-09-11
mac80211: disassociate when moving to new BSS
Tomas Winkler
1
-2
/
+7
2008-09-11
mac80211: restructure disassoc/deauth flows
Tomas Winkler
1
-31
/
+54
2008-09-11
mac80211: move IE parsing to util file
Johannes Berg
2
-145
/
+144
2008-09-11
mac80211: fix typo in action frame handling
Johannes Berg
1
-1
/
+1
2008-09-11
mac80211: fix action frame length checks
Johannes Berg
3
-2
/
+11
2008-09-11
mac80211: BSS info: check channel first
Johannes Berg
1
-11
/
+11
2008-09-11
mac80211: make conf_tx non-atomic
Johannes Berg
1
-5
/
+8
2008-09-11
mac80211: move some RCU locking into an if branch
Johannes Berg
1
-5
/
+4
2008-09-11
mac80211: change MIMO_PS to SM_PS
Tomas Winkler
1
-2
/
+2
2008-09-11
net: Add SKB DMA mapping helper functions.
David S. Miller
2
-0
/
+67
2008-09-10
ipv6: On interface down/unregister, purge icmp routes too.
David S. Miller
1
-0
/
+20
2008-09-09
ipsec: Add missing list_del() in xfrm_state_gc_task().
David S. Miller
1
-0
/
+1
2008-09-09
ipsec: Use RCU-like construct for saved state within a walk
Herbert Xu
1
-13
/
+39
2008-09-09
Merge branch 'lvs-next-2.6' of git://git.kernel.org/pub/scm/linux/kernel/git/...
David S. Miller
22
-726
/
+2231
2008-09-09
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
8
-50
/
+87
2008-09-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 into l...
Simon Horman
51
-256
/
+415
2008-09-09
ipsec: Make xfrm_larval_drop default to 1.
David S. Miller
1
-1
/
+1
2008-09-09
ipv6: Fix OOPS in ip6_dst_lookup_tail().
Neil Horman
1
-32
/
+32
2008-09-09
ipsec: Restore larval states and socket policies in dump
Herbert Xu
2
-0
/
+3
2008-09-09
This reverts "Merge branch 'dccp' of git://eden-feed.erg.abdn.ac.uk/dccp_exp"
Gerrit Renker
33
-3863
/
+2801
2008-09-09
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/holtma...
David S. Miller
5
-18
/
+52
2008-09-09
[Bluetooth] Reject L2CAP connections on an insecure ACL link
Marcel Holtmann
3
-5
/
+25
2008-09-09
[Bluetooth] Enforce correct authentication requirements
Marcel Holtmann
3
-6
/
+23
2008-09-09
[Bluetooth] Fix reference counting during ACL config stage
Marcel Holtmann
1
-7
/
+4
2008-09-08
Merge branch 'dccp' of git://eden-feed.erg.abdn.ac.uk/dccp_exp
David S. Miller
33
-2801
/
+3863
2008-09-08
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...
David S. Miller
38
-177
/
+263
2008-09-09
ipvs: Embed user stats structure into kernel stats structure
Sven Wegener
3
-67
/
+56
2008-09-09
ipvs: Restrict connection table size via Kconfig
Sven Wegener
1
-1
/
+2
2008-09-09
IPVS: Remove incorrect ip_route_me_harder(), fix IPv6
Julius Volz
1
-9
/
+0
2008-09-09
ipvs: handle PARTIAL_CHECKSUM
Simon Horman
2
-4
/
+70
2008-09-08
netns bridge: cleanup bridges during netns stop
Alexey Dobriyan
3
-9
/
+19
2008-09-08
netns bridge: allow bridges in netns!
Alexey Dobriyan
7
-34
/
+25
2008-09-08
warn: Turn the netdev timeout WARN_ON() into a WARN()
Arjan van de Ven
1
-2
/
+1
2008-09-08
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
David S. Miller
6
-33
/
+100
2008-09-08
net: Enable TSO if supported by at least one device
Herbert Xu
1
-0
/
+6
2008-09-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
9
-17
/
+91
2008-09-08
bridge: don't allow setting hello time to zero
Stephen Hemminger
2
-9
/
+25
2008-09-08
netns : fix kernel panic in timewait socket destruction
Daniel Lezcano
3
-0
/
+37
2008-09-08
mac80211: add missing kernel-doc
Randy Dunlap
1
-0
/
+1
2008-09-08
mac80211: Fix rate scale initialization in IBSS
Emmanuel Grumbach
2
-30
/
+64
2008-09-08
mac80211: Fix low bit rate in IBSS
Tomas Winkler
1
-1
/
+1
2008-09-07
pkt_sched: Fix qdisc state in net_tx_action()
Jarek Poplawski
1
-1
/
+6
2008-09-07
netfilter: nf_conntrack_irc: make sure string is terminated before calling si...
Patrick McHardy
1
-0
/
+10
2008-09-07
netfilter: nf_conntrack_gre: nf_ct_gre_keymap_flush() fixlet
Alexey Dobriyan
1
-4
/
+4
2008-09-07
netfilter: nf_conntrack_gre: more locking around keymap list
Alexey Dobriyan
1
-1
/
+5
2008-09-07
netfilter: nf_conntrack_sip: de-static helper pointers
Alexey Dobriyan
1
-2
/
+4
2008-09-08
IPVS: use ipv6_addr_copy()
Simon Horman
1
-2
/
+2
2008-09-08
IPVS: fix bogus indentation
Simon Horman
1
-1
/
+1
2008-09-08
ipvs: Reject ipv6 link-local addresses for destinations
Sven Wegener
1
-1
/
+2
[prev]
[next]