aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-01-07Phonet: zero-copy GPRS TXRémi Denis-Courmont1-2/+14
2010-01-07Phonet: zero-copy aligned GPRS RXRémi Denis-Courmont2-2/+5
2010-01-03tipc: use kconfig to limit numeric rangesAmerigo Wang2-7/+11
2010-01-03can: Speed up CAN frame receiption by using ml_privOliver Hartkopp3-119/+96
2010-01-03bonding: allow arp_ip_targets on separate vlans to use arp validationAndy Gospodarek2-3/+19
2009-12-30Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6David S. Miller29-1300/+2295
2009-12-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6John W. Linville5-5/+41
2009-12-28mac80211: annotate sleeping driver opsKalle Valo1-4/+56
2009-12-28mac80211: remove requeue from workJohannes Berg1-18/+0
2009-12-28mac80211: remove struct ieee80211_if_init_confJohannes Berg4-29/+12
2009-12-28mac80211/cfg80211: add station eventsJohannes Berg4-1/+39
2009-12-28mac80211: make off-channel work genericJohannes Berg3-68/+88
2009-12-28mac80211: support remain-on-channel commandJohannes Berg6-6/+181
2009-12-28cfg80211: add remain-on-channel commandJouni Malinen5-15/+285
2009-12-28mac80211: Generalize off-channel operation helpers from scan codeJouni Malinen4-152/+178
2009-12-28mac80211: proper bss private data handlingJohannes Berg7-72/+82
2009-12-28mac80211: split up and insert custom IEs correctlyJohannes Berg3-27/+154
2009-12-28mac80211: refactor associationJohannes Berg2-109/+137
2009-12-28mac80211: rewrite a few work messagesJohannes Berg1-10/+10
2009-12-28mac80211: generalise work handlingJohannes Berg9-835/+1112
2009-12-28mac80211: generalise management work a bitJohannes Berg2-107/+172
2009-12-28mac80211: let cfg80211 manage auth stateJohannes Berg2-103/+73
2009-12-28mac80211: introduce flush operationJohannes Berg4-2/+41
2009-12-28mac80211: add ieee80211_sdata_runningJohannes Berg15-37/+40
2009-12-28wireless: remove CONFIG_WIRELESS_OLD_REGULATORYJohn W. Linville3-108/+2
2009-12-28mac80211: fix propagation of failed hardware reconfigurationsLuis R. Rodriguez1-0/+12
2009-12-28mac80211: fix race with suspend and dynamic_ps_disable_workLuis R. Rodriguez1-0/+4
2009-12-28cfg80211: fix error path in cfg80211_wext_siwscanJohannes Berg1-4/+9
2009-12-28cfg80211: fix race between deauth and assoc responseJohannes Berg1-1/+12
2009-12-28mac80211: fix ibss join with fixed-bssidFelix Fietkau1-0/+4
2009-12-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6John W. Linville26-120/+236
2009-12-26llc: fix SAP reference counting w.r.t. socket handlingOctavian Purdila1-4/+1
2009-12-26llc: convert llc_sap_list to RCUOctavian Purdila2-39/+18
2009-12-26llc: replace the socket list with a local address based hashOctavian Purdila4-36/+95
2009-12-26llc: use a device based hash table to speed up multicast deliveryOctavian Purdila2-3/+15
2009-12-26llc: optimize multicast deliveryOctavian Purdila1-8/+28
2009-12-26llc: convert the socket list to RCU lockingOctavian Purdila5-67/+120
2009-12-26llc: add support for SO_BINDTODEVICEOctavian Purdila1-2/+27
2009-12-26llc: add support for LLC_OPT_PKTINFOOctavian Purdila1-0/+29
2009-12-26llc: use dev_hard_headerOctavian Purdila3-44/+14
2009-12-25wireless: fix comments in genregdb.awkJohn W. Linville1-2/+2
2009-12-25Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6David S. Miller44-611/+1395
2009-12-23net: Add rtnetlink init_rcvwnd to set the TCP initial receive windowlaurent chavey3-6/+17
2009-12-23net: release dst entry while cache-hot for GSO case tooKrishna Kumar1-0/+8
2009-12-23tcp: Slightly optimize tcp_sendmsgKrishna Kumar1-8/+9
2009-12-23tcp: Remove unrequired operations in tcp_push()Krishna Kumar1-7/+6
2009-12-23tcp: Remove check in __tcp_push_pending_framesKrishna Kumar1-5/+0
2009-12-23Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller3-3/+32
2009-12-22kfifo: rename kfifo_put... into kfifo_in... and kfifo_get... into kfifo_out...Stefani Seibold1-2/+2
2009-12-22kfifo: cleanup namespaceStefani Seibold1-1/+1