aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-10-10[MAC80211]: Improve sanity checks on injected packetsAndy Green1-20/+28
2007-10-10[MAC80211]: use more GFP_KERNEL instead of GFP_ATOMICMichael Wu1-5/+5
2007-10-10[MAC80211]: implement ERP info change notificationsDaniel Drake4-10/+43
2007-10-10[MAC80211]: improved short preamble handlingDaniel Drake5-24/+74
2007-10-10[MAC80211]: Add LONG_RETRY flag to ieee80211_tx_controlIvo van Doorn1-0/+1
2007-10-10[MAC80211]: STA reassociation improvementsDaniel Drake2-2/+17
2007-10-10[MAC80211]: improve locking of sta_info related structuresMichael Wu7-134/+108
2007-10-10[MAC80211]: introduce util.cJohannes Berg4-447/+472
2007-10-10[MAC80211]: reorder interface related functionsJohannes Berg1-606/+599
2007-10-10[MAC80211]: move some rate control functions out of ieee80211.cJohannes Berg4-43/+48
2007-10-10[MAC80211]: split out some key functions from ieee80211.cJohannes Berg4-62/+78
2007-10-10[MAC80211]: remove some unnecessary includesJohannes Berg1-4/+0
2007-10-10[MAC80211]: split TX path into own fileJohannes Berg4-1849/+1884
2007-10-10[MAC80211]: rx cleanups (2)Johannes Berg1-14/+28
2007-10-10[MAC80211]: fix bug for per-sta statsJohannes Berg1-6/+7
2007-10-10[MAC80211]: split up __ieee80211_rxJohannes Berg1-74/+83
2007-10-10[MAC80211]: split ieee80211_rx_h_check handlerJohannes Berg1-1/+11
2007-10-10[MAC80211]: rx cleanups (1)Johannes Berg1-97/+101
2007-10-10[MAC80211]: move QoS rx handlers into rx.cJohannes Berg4-71/+60
2007-10-10[MAC80211]: split RX handlers into own fileJohannes Berg4-1365/+1391
2007-10-08[IPv6]: Fix ICMPv6 redirect handling with target multicast addressBrian Haley1-4/+5
2007-10-07[PKT_SCHED] cls_u32: error code isn't been propogated properlyStephen Hemminger1-1/+1
2007-10-07[ROSE]: Fix rose.ko oops on unloadAlexey Dobriyan2-7/+12
2007-10-07[TCP]: Fix fastpath_cnt_hint when GSO skb is partially ACKedIlpo Järvinen1-0/+3
2007-10-03Merge branch 'fixes-jgarzik' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 into upstream-fixesJeff Garzik1-1/+1
2007-10-02[PATCH] softmac: Fix compiler-warningRichard Knutsson1-1/+1
2007-10-01[IEEE80211]: avoid integer underflow for runt rx framesJohn W. Linville1-0/+6
2007-10-01[SFQ]: Remove artificial limitation for queue limit.Alexey Kuznetsov1-16/+31
2007-09-28[TCP]: Fix MD5 signature handling on big-endian.David S. Miller2-19/+18
2007-09-27[NET]: Zero length write() on socket should not simply return 0.David S. Miller1-3/+0
2007-09-26fix sctp_del_bind_addr() last argument typeAl Viro1-1/+1
2007-09-26Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds10-51/+280
2007-09-25SCTP : Add paramters validity check for ASCONF chunkWei Yongjun2-0/+96
2007-09-25SCTP: Discard OOTB packetes with bundled INIT early.Vlad Yasevich1-0/+8
2007-09-25SCTP: Clean up OOTB handling and fix infinite loop processingVlad Yasevich2-41/+138
2007-09-25SCTP: Explicitely discard OOTB chunksVlad Yasevich1-5/+8
2007-09-25SCTP: Send ABORT chunk with correct tag in response to INIT ACKWei Yongjun1-1/+16
2007-09-25SCTP: Validate buffer room when processing sequential chunksVlad Yasevich1-0/+8
2007-09-25[PATCH] mac80211: fix initialisation when built-inJohannes Berg2-2/+2
2007-09-25[PATCH] net/mac80211/wme.c: fix sparse warningJohannes Berg1-1/+1
2007-09-25[PATCH] cfg80211: fix initialisation if built-inJohannes Berg1-1/+1
2007-09-25[PATCH] net/wireless/sysfs.c: Shut up build warningSatyam Sharma1-0/+2
2007-09-25Merge branch 'fixes-jgarzik' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 into upstream-fixesJeff Garzik2-36/+20
2007-09-21[PATCH] softmac: Fix inability to associate with WEP networksLarry Finger2-36/+20
2007-09-20rpc: fix garbage in printk in svc_tcp_accept()Wolfgang Walter1-1/+2
2007-09-20[PKT_SCHED]: Fix 'SFQ qdisc crashes with limit of 2 packets'Alexey Kuznetsov1-5/+5
2007-09-20[NETFILTER]: nfnetlink_log: fix sending of multipart messagesEric Leblond1-6/+7
2007-09-16Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds22-313/+307
2007-09-16[VLAN]: Fix net_device leak.Al Viro1-2/+0
2007-09-16[NET] skbuff: Add skb_cow_headHerbert Xu1-1/+1