aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-05-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds11-42/+45
2008-05-30llc: Fix double accounting of received packetsArnaldo Carvalho de Melo1-5/+5
2008-05-29netfilter: nf_conntrack_expect: fix error path unwind in nf_conntrack_expect_init()Alexey Dobriyan1-2/+2
2008-05-29Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6David S. Miller6-23/+31
2008-05-29bluetooth: fix locking bug in the rfcomm socket cleanup handlingArjan van de Ven1-1/+1
2008-05-28mac80211: fix alignment issue with compare_ether_addr()Senthil Balasubramanian3-6/+6
2008-05-28mac80211: Fix for NULL pointer dereference in sta_info_get()Senthil Balasubramanian1-2/+2
2008-05-28mac80211: fix a typo in ieee80211_handle_filtered_frame commentYi Zhu1-1/+1
2008-05-28mac80211 : Fixes the status message for iwconfigAbhijeet Kolekar1-3/+8
2008-05-28mac80211: reorder channel and freq reporting in wext scan reportTomas Winkler1-5/+4
2008-05-28mac80211: fix ieee80211_rx_bss_put/get imbalanceTomas Winkler1-4/+8
2008-05-28net/mac80211: always true conditionalsNicolas Kaiser1-2/+2
2008-05-27dccp ccid-3: Fix "t_ipi explosion" bugGerrit Renker1-9/+4
2008-05-27dccp: Fix to handle short sequence numbers packet correctlyWei Yongjun1-2/+2
2008-05-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds3-14/+3
2008-05-23vlan: Use bitmask of feature flags instead of seperate feature bitsPatrick McHardy3-14/+3
2008-05-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds9-386/+23
2008-05-21net: The world is not perfect patch.Rami Rosen3-362/+3
2008-05-21xfrm_user: Remove zero length key checks.David S. Miller1-11/+0
2008-05-21net/ipv4/arp.c: Use common hex_asc helpersDenis Cheng1-3/+2
2008-05-21tcp: TCP connection times out if ICMP frag needed is delayedSridhar Samudrala1-4/+6
2008-05-21af_key: Fix selector family initialization.Kazunori MIYAZAWA1-1/+1
2008-05-20Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6David S. Miller2-5/+11
2008-05-20mac80211: fix NULL pointer dereference in ieee80211_compatible_ratesHelmut Schaa1-4/+11
2008-05-20Merge branch 'for-2.6.26' of git://linux-nfs.org/~bfields/linuxLinus Torvalds5-212/+218
2008-05-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds12-50/+153
2008-05-20Merge branch 'from-tomtucker' into for-2.6.26J. Bruce Fields4-210/+216
2008-05-20pktgen: make sure that pktgen_thread_worker has been executedDenis V. Lunev1-0/+4
2008-05-20mac80211: don't claim iwspy supportJohannes Berg1-1/+0
2008-05-20[VLAN]: Propagate selected feature bits to VLAN devicesPatrick McHardy3-0/+37
2008-05-20vlan: Correctly handle device notifications for layered VLAN devicesPatrick McHardy1-3/+1
2008-05-20net: Fix call to ->change_rx_flags(dev, IFF_MULTICAST) in dev_change_flags()David Woodhouse1-1/+1
2008-05-20net_sched: cls_api: fix return value for non-existant classifiersPatrick McHardy1-1/+1
2008-05-20ipsec: Use the correct ip_local_out functionHerbert Xu2-2/+2
2008-05-19ipv6 addrconf: Allow infinite prefix lifetime.YOSHIFUJI Hideaki2-25/+52
2008-05-19ipv6 route: Fix lifetime in netlink.YOSHIFUJI Hideaki1-1/+3
2008-05-19ipv6 addrconf: Fix route lifetime setting in corner case.YOSHIFUJI Hideaki1-1/+1
2008-05-19Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6David S. Miller2-10/+41
2008-05-19ndisc: Add missing strategies for per-device retrans timer/reachable time settings.YOSHIFUJI Hideaki2-5/+5
2008-05-19svcrdma: Verify read-list fits within RPCSVC_MAXPAGESTom Tucker1-0/+2
2008-05-19svcrdma: Change svc_rdma_send_error return type to voidTom Tucker2-6/+5
2008-05-19svcrdma: Copy transport address and arm CQ before calling rdma_acceptTom Tucker1-9/+14
2008-05-19svcrdma: Set rqstp transport address in rdma_read_complete functionTom Tucker1-0/+1
2008-05-19svcrdma: Use ib verbs version of dma_unmapTom Tucker1-4/+4
2008-05-19svcrdma: Cleanup queued, but unprocessed I/O in svc_rdma_freeTom Tucker1-3/+35
2008-05-19svcrdma: Move the QP and cm_id destruction to svc_rdma_freeTom Tucker1-20/+20
2008-05-19svcrdma: Add reference for each SQ/RQ WRTom Tucker1-2/+16
2008-05-19svcrdma: Move destroy to kernel threadTom Tucker1-3/+14
2008-05-19svcrdma: Shrink scope of spinlock on RQ CQTom Tucker1-2/+2
2008-05-19svcrdma: Use standard Linux lists for context cacheTom Tucker1-21/+26