summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2008-07-02icmp: fix units for ratelimitStephen Hemminger2-2/+4
2008-06-29Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/linville...David S. Miller19-545/+1151
2008-06-28Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller22-76/+112
2008-06-28ipv6 route: Convert rt6_device_match() to use RT6_LOOKUP_F_xxx flags.YOSHIFUJI Hideaki1-3/+3
2008-06-28netlabel: Fix a problem when dumping the default IPv6 static labelsPaul Moore1-1/+1
2008-06-28net/inet_lro: remove setting skb->ip_summed when not LRO-ableEli Cohen1-2/+1
2008-06-28inet fragments: fix race between inet_frag_find and inet_frag_secret_rebuildPavel Emelyanov4-6/+17
2008-06-28netlink: Fix some doc comments in net/netlink/attr.cJulius Volz1-3/+4
2008-06-28tcp: /proc/net/tcp rto,ato values not scaled properly (v2)Stephen Hemminger2-6/+6
2008-06-28pkt_sched: Remove CONFIG_NET_SCH_RRAdrian Bunk1-11/+0
2008-06-28pkt_sched: ERR_PTR() ususally encodes an negative errno, not positive.WANG Cong1-1/+1
2008-06-28netdevice: Fix typo of dev_unicast_add() commentWang Chen1-1/+1
2008-06-28af_unix: fix 'poll for write'/connected DGRAM socketsRainer Weikusat1-28/+24
2008-06-28tcp: fix for splice receive when used with software LROOctavian Purdila1-5/+12
2008-06-28tcp: calculate tcp_mem based on low memory instead of all memoryMiquel van Smoorenburg1-3/+6
2008-06-27mac80211: fix an oops in several failure paths in key allocationEmmanuel Grumbach1-0/+9
2008-06-27mac80211: fix tx fragmentationJohannes Berg1-31/+37
2008-06-27mac80211: make workqueue freezableJohannes Berg1-1/+1
2008-06-27mac80211: add phy information to giwnameTomas Winkler1-0/+32
2008-06-27mac80211: update the authentication methodEmmanuel Grumbach1-0/+13
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-27mac80211: add single function calling tx handlersJohannes Berg1-42/+40
2008-06-27mac80211: use separate spinlock for sta flagsJohannes Berg2-13/+28
2008-06-27mac80211: remove shared key todoJohannes Berg1-2/+3
2008-06-27mac80211: 11h - Handling measurement requestAssaf Krauss1-0/+78
2008-06-27mac80211: 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-25mac80211: implement EU regulatory domainTony Vroon1-0/+18
2008-06-25netfilter: ip6table_mangle: don't reroute in LOCAL_INPatrick McHardy1-1/+1
2008-06-21netns: Don't receive new packets in a dead network namespace.Eric W. Biederman2-0/+7
2008-06-21sctp: Make sure N * sizeof(union sctp_addr) does not overflow.David S. Miller1-1/+3
2008-06-20sctp: Kill unused variable in sctp_assoc_bh_rcv()Vlad Yasevich1-1/+0