summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2009-08-20mac80211: fix register_hw error pathJohannes Berg
2009-08-20cfg80211: allow cfg80211_connect_result with bssid == NULLZhu Yi
2009-08-20cfg80211: fix leaks of wdev->conn->ieDavid Kilroy
2009-08-20cfg80211: fix dangling scan request checkingJohannes Berg
2009-08-20mac80211: New stat counters for multicast and unicast forwarded framesDaniel Walker
2009-08-20rc80211_pid_algo.c: remove unused variable declarationJohn W. Linville
2009-08-20mac80211: Decouple fail_avg stats used by mesh from rate control algorithm.Javier Cardona
2009-08-20mac80211: remove deprecated APIJohannes Berg
2009-08-20mac80211: allow configure_filter callback to sleepJohannes Berg
2009-08-20cfg80211: report userspace SME connected event properlyJohannes Berg
2009-08-20cfg80211: fix deadlockJohannes Berg
2009-08-20cfg80211: export cfg80211_wext_siwfreqJussi Kivilinna
2009-08-14can: Use WARN_ONCE() instead of BUG_ON() for sanity check in receive pathOliver Hartkopp
2009-08-14vlan: adds fcoe offload related net_device_ops and updates fcoe_ddp_xid fieldVasu Dev
2009-08-14Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2009-08-14Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller
2009-08-14cfg80211: allow driver to override PS defaultJohannes Berg
2009-08-14cfg80211: check for and abort dangling scan requestsJohannes Berg
2009-08-14mac80211: Fix invalid length passed to IE parser for PLINK CONFIRM framesDavid Woo
2009-08-14mac80211: Mark a destination sequence number as valid when a PREQ is received.David Woo
2009-08-14mac80211: Fix unresolved mesh frames queued without valid control.vifJavier Cardona
2009-08-14trivial: remove duplicate "different" from commentThadeu Lima de Souza Cascardo
2009-08-14mac80211: Move mpath and mpp growth to mesh workqueue.Javier Cardona
2009-08-14mac80211: Assign a default mesh beaconing interval.Javier Cardona
2009-08-14mac80211: Early detection of broken mesh paths when using minstrel.Javier Cardona
2009-08-14mac80211: Update the station failed frames average when minstrel is used.Javier Cardona
2009-08-14mac80211: Use 3-address format for mesh broadcast frames.Javier Cardona
2009-08-14mac80211: Use correct sign for mesh active path refresh.Andrey Yurovsky
2009-08-14mac80211: Improve dequeing from mpath frame queue.Javier Cardona
2009-08-14mac80211: small tx code cleanupJohannes Berg
2009-08-14mac80211: sequence number micro-optimisationJohannes Berg
2009-08-14mac80211: take statistics before encryptionJohannes Berg
2009-08-14cfg80211: add missing device list lockingJohannes Berg
2009-08-14mac80211: remove max_bandwidthPat Erley
2009-08-14cfg80211: fix locking for SIWFREQJohannes Berg
2009-08-14cfg80211: fix alignment problem in scan requestJohannes Berg
2009-08-14mac80211: allow DMA optimisationJohannes Berg
2009-08-14nl80211: add generation number to all dumpsJohannes Berg
2009-08-14cfg80211: use reassociation when possibleJohannes Berg
2009-08-14cfg80211: validate channel settings across interfacesJohannes Berg
2009-08-14cfg80211: Set WEP ciphersSamuel Ortiz
2009-08-14cfg80211: fix SME association after disassociationJohannes Berg
2009-08-14cfg80211: fix nl80211 disconnected eventsJohannes Berg
2009-08-14mac80211: stay authenticated after disassocJohannes Berg
2009-08-14cfg80211: fix disassociation warning due to misuse of wdev->current_bssPavel Roskin
2009-08-14wireless: display wext SSID when connected by cfg80211Zhu Yi
2009-08-14mac80211: fix compilation of mesh (although its disabled)Luis R. Rodriguez
2009-08-13inet6: Set default traffic classGerrit Renker
2009-08-13inet6: Conversion from u8 to intGerrit Renker
2009-08-13net: skb ftracer - add tracepoint to skb_copy_datagram_iovec (v3)Neil Horman