aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-09-02netlink: Remove compat API for nested attributesThomas Graf2-7/+17
2008-08-29Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller22-117/+174
2008-08-29pkt_sched: Fix locking of qdisc_root with qdisc_root_sleeping_lock()Jarek Poplawski7-11/+11
2008-08-29ipv6: When we droped a packet, we should return NET_RX_DROP instead of 0Yang Hongyang1-3/+3
2008-08-29Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6David S. Miller7-196/+267
2008-08-29rfkill: rename rfkill_mutex to rfkill_global_mutexHenrique de Moraes Holschuh1-18/+20
2008-08-29rfkill: add WARN and BUG_ON paranoia (v2)Henrique de Moraes Holschuh1-13/+37
2008-08-29rfkill: add missing line breakFelipe Balbi1-1/+1
2008-08-29rfkill: use strict_strtoul (v2)Henrique de Moraes Holschuh1-2/+12
2008-08-29mac80211/cfg80211: HT capabilities for NEW_STAJouni Malinen2-0/+15
2008-08-29mac80211: Use only precedence level of DSCP field for frame classificationDaniel Wagner1-2/+0
2008-08-29mac80211: Handle scan result IEs in one blockJouni Malinen2-159/+89
2008-08-29mac80211/cfg80211: Add BSS configuration options for AP modeJouni Malinen2-0/+89
2008-08-29mac80211: fill start-sequence-number for BA session startJohannes Berg1-1/+4
2008-08-28ip: speedup /proc/net/rt_cache handlingEric Dumazet1-4/+10
2008-08-28inet_diag: Add empty bucket optimization to inet_diag tooAndi Kleen1-1/+5
2008-08-28tcp: Skip empty hash buckets faster in /proc/net/tcpAndi Kleen1-7/+19
2008-08-27sctp: fix random memory dereference with SCTP_HMAC_IDENT option.Vlad Yasevich2-2/+7
2008-08-27sctp: correct bounds check in sctp_setsockopt_auth_keyVlad Yasevich1-1/+1
2008-08-27Merge branch 'lvs-next-2.6' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/lvs-2.6David S. Miller14-557/+1170
2008-08-27Merge branch 'no-iwlwifi' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6David S. Miller5-55/+31
2008-08-27ipv4: mode 0555 in ipv4_skeletonHugh Dickins1-2/+2
2008-08-27tcp: fix tcp header size miscalculation when window scale is unusedPhilip Love1-2/+4
2008-08-27pkt_sched: Fix gen_estimator locksJarek Poplawski4-9/+17
2008-08-27pkt_sched: Use rcu_assign_pointer() to change dev_queue->qdiscJarek Poplawski2-3/+3
2008-08-27pkt_sched: Fix dev_graft_qdisc() lockingJarek Poplawski1-1/+1
2008-08-27dccp ccid-3: Replace lazy BUG_ON with conditionGerrit Renker1-2/+4
2008-08-27dccp: Toggle debug output without module unloadingGerrit Renker4-4/+4
2008-08-27dccp: Empty the write queue when disconnectingGerrit Renker1-0/+2
2008-08-27dccp: Fill in the Data fields for "Option Error" ResetsGerrit Renker1-0/+3
2008-08-27dccp: Silently ignore options with nonsensical lengthsGerrit Renker1-4/+6
2008-08-27dccp: Always generate a Reset in response to option errorsWei Yongjun1-2/+2
2008-08-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/lvs-2.6 into lvs-next-2.6Simon Horman14-557/+1170
2008-08-27IPVS: Rename ip_vs_proto_ah.c to ip_vs_proto_ah_esp.cJulius Volz3-177/+1
2008-08-27IPVS: Integrate ESP protocol into ip_vs_proto_ah.cJulius Volz3-24/+54
2008-08-26mac80211: quiet chatty IBSS merge messageJohn W. Linville1-1/+1
2008-08-26mac80211: don't send empty extended rates IEJan-Espen Pettersen1-1/+1
2008-08-26mac80211: Fix debugfs file add/del for netdevJouni Malinen2-12/+18
2008-08-26net/mac80211/mesh.c: correct the argument to __mesh_table_freeJulia Lawall1-1/+1
2008-08-26mac80211: Use IWEVASSOCREQIE instead of IWEVCUSTOMJouni Malinen1-39/+9
2008-08-26net: rfkill: add missing line breakFelipe Balbi1-1/+1
2008-08-25ipv6: sysctl fixesAl Viro1-1/+1
2008-08-25ipv4: sysctl fixesAl Viro1-4/+20
2008-08-25sctp: add verification checks to SCTP_AUTH_KEY optionVlad Yasevich2-0/+9
2008-08-23ipv6: protocol for address routesStephen Hemminger1-0/+1
2008-08-23tcp: Add tcp_parse_aligned_timestampIlpo Järvinen1-19/+18
2008-08-23tcp: Add tcp_collapse_one to eliminate duplicated codeIlpo Järvinen1-10/+14
2008-08-23tcp: Add tcp_validate_incoming & put duplicated code thereIlpo Järvinen1-78/+69
2008-08-23icmp: icmp_sk() should not use smp_processor_id() in preemptible codeDenis V. Lunev2-19/+26
2008-08-22mac80211: add direct probe before associationRon Rindjunsky2-15/+73