summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2008-06-27mac80211: don't return -EINVAL upon iwconfig wlan0 rts autoEmmanuel Grumbach1-0/+3
2008-06-27mac80211: mlme.c use new frame control helpersHarvey Harrison1-20/+19
2008-06-27mac80211: rx.c use new frame control helpersHarvey Harrison1-4/+3
2008-06-27mac80211: tx.c use new frame control helpersHarvey Harrison1-29/+25
2008-06-27mac80211: wep.c use new frame control helpersHarvey Harrison1-24/+15
2008-06-27mac80211: Let drivers have access to TKIP key offets for TX and RX MICLuis R. Rodriguez3-36/+31
2008-06-27mac80211: rename TKIP debugging Kconfig symbolJohannes Berg2-11/+11
2008-06-26mac80211: add single function calling tx handlersJohannes Berg1-42/+40
2008-06-26mac80211: use separate spinlock for sta flagsJohannes Berg2-13/+28
2008-06-26mac80211: remove shared key todoJohannes Berg1-2/+3
2008-06-26mac80211: 11h - Handling measurement requestAssaf Krauss1-0/+78
2008-06-26mac80211: 11h Infrastructure - ParsingAssaf Krauss2-0/+28
2008-06-26rfkill: rename the rfkill_state states and add block-locked stateHenrique de Moraes Holschuh2-28/+76
2008-06-26rfkill: do not allow userspace to override ALL RADIOS OFFHenrique de Moraes Holschuh3-15/+51
2008-06-26rfkill: drop current_state from tasks in rfkill-inputFabien Crespel1-14/+1
2008-06-26rfkill: add uevent notificationsHenrique de Moraes Holschuh1-0/+42
2008-06-26rfkill: add type string helperHenrique de Moraes Holschuh1-18/+15
2008-06-26rfkill: add notifier chains supportHenrique de Moraes Holschuh1-3/+67
2008-06-26rfkill: rework suspend and resume handlersHenrique de Moraes Holschuh1-17/+18
2008-06-26rfkill: add the WWAN radio typeHenrique de Moraes Holschuh2-0/+7
2008-06-26rfkill: add read-write rfkill switch supportHenrique de Moraes Holschuh1-3/+50
2008-06-26rfkill: add parameter to disable radios by defaultHenrique de Moraes Holschuh1-1/+10
2008-06-26rfkill: handle SW_RFKILL_ALL eventsHenrique de Moraes Holschuh1-2/+43
2008-06-26rfkill: fix minor typo in kernel docHenrique de Moraes Holschuh1-1/+1
2008-06-25Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/wireless-2.6John W. Linville6-270/+443
2008-06-20sctp: Kill unused variable in sctp_assoc_bh_rcv()Vlad Yasevich1-1/+0
2008-06-19net: Discard and warn about LRO'd skbs received for forwardingBen Hutchings4-1/+15
2008-06-19net: Disable LRO on devices that are forwardingBen Hutchings4-5/+47
2008-06-19sctp: Follow security requirement of responding with 1 packetVlad Yasevich5-32/+53
2008-06-19sctp: Validate Initiate Tag when handling ICMP messageWei Yongjun1-2/+25
2008-06-19Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller7-30/+102
2008-06-18mac80211: detect driver tx bugsJohannes Berg1-1/+8
2008-06-18netlink: genl: fix circular lockingPatrick McHardy1-9/+6
2008-06-18netdevice: Fix promiscuity and allmulti overflowWang Chen1-10/+45
2008-06-18Revert "mac80211: Use skb_header_cloned() on TX path."David S. Miller1-2/+2
2008-06-18ipv6: minor cleanup in net/ipv6/tcp_ipv6.c [RESEND ].Rami Rosen1-2/+0
2008-06-17net: Add sk_set_socket() helper.David S. Miller1-2/+2
2008-06-17af_unix: fix 'poll for write'/ connected DGRAM socketsRainer Weikusat1-9/+70
2008-06-17Merge branch 'davem-next' of master.kernel.org:/pub/scm/linux/kernel/git/jgar...David S. Miller2-0/+19
2008-06-17ax25: Fix std timer socket destroy handling.David S. Miller1-5/+3
2008-06-17udp: sk_drops handlingEric Dumazet4-10/+16
2008-06-18bonding: Allow setting max_bonds to zeroJay Vosburgh1-0/+13
2008-06-17net/core: add NETDEV_BONDING_FAILOVER eventOr Gerlitz1-0/+6
2008-06-17rose: improving AX25 routing frames via ROSE networkBernard Pidoux2-13/+20
2008-06-17xfrm: fix fragmentation for ipv4 xfrm tunnelSteffen Klassert1-1/+1
2008-06-17atm: use const where reasonableMitchell Blank Jr6-51/+50
2008-06-17bridge: fix IPV6=n buildRandy Dunlap3-2/+4
2008-06-17bridge: make bridge address settings stickyStephen Hemminger3-0/+7
2008-06-17bridge: handle process all link-local framesStephen Hemminger1-8/+5
2008-06-17sctp: fix error path in sctp_proc_initPavel Emelyanov1-1/+1