aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-08-13net/bridge: Add 'hairpin' port forwarding modeFischer, Anna4-1/+23
2009-08-13ipv6: Log the explicit address that triggered DAD failureJens Rosenboom1-2/+2
2009-08-12Phonet: fix /proc/net/phonet with network namespacesRémi Denis-Courmont1-2/+3
2009-08-12nl802154: support START-CONFIRM primitiveDmitry Baryshkov1-0/+32
2009-08-12af_ieee802154: add support for WANT_ACK socket optionDmitry Baryshkov1-4/+54
2009-08-12af_ieee802154: minor cleanup in dgram_bindDmitry Baryshkov1-6/+8
2009-08-12nl802154: add support for dumping WPAN interface informationDmitry Baryshkov1-2/+104
2009-08-12nl802154: make ieee802154_policy constantDmitry Baryshkov1-1/+2
2009-08-12Use correct NET_RX_* returns for atalk_rcv()Mark Smith1-11/+14
2009-08-12Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller28-42/+101
2009-08-09sctp: fix missing destroy of percpu counter variable in sctp_proc_exit()Rafael Laufer1-0/+1
2009-08-09can: Fix raw_getname() leakEric Dumazet1-0/+1
2009-08-09Fix xfrm hash collisions by changing __xfrm4_daddr_saddr_hash to hash addresses with additionJussi Mäki1-1/+1
2009-08-09Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller12-13/+14
2009-08-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-2/+0
2009-08-06net: Avoid enqueuing skb for default qdiscsKrishna Kumar2-49/+92
2009-08-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/lowpan/lowpanDavid S. Miller3-3/+33
2009-08-06irda: Fix irda_getname() leakEric Dumazet1-0/+1
2009-08-06appletalk: fix atalk_getname() leakEric Dumazet1-0/+1
2009-08-06netrom: Fix nr_getname() leakEric Dumazet1-0/+1
2009-08-06econet: Fix econet_getname() leakEric Dumazet1-0/+1
2009-08-06rose: Fix rose_getname() leakEric Dumazet1-0/+1
2009-08-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6David S. Miller20-183/+349
2009-08-06af_ieee802154: provide dummy get/setsockoptDmitry Eremin-Solenikov2-0/+28
2009-08-06af_ieee802154: fix ioctl processingDmitry Eremin-Solenikov1-3/+5
2009-08-05net/rds: Use AF_INET for sin_family fieldJulia Lawall1-1/+1
2009-08-05net: implement a SO_DOMAIN getsockoptionJan Engelhardt1-0/+5
2009-08-05net: implement a SO_PROTOCOL getsockoptionJan Engelhardt1-0/+5
2009-08-05phonet: phonet_device_get() fixEric Dumazet1-1/+1
2009-08-05net: mark read-only arrays as constJan Engelhardt30-58/+63
2009-08-05dccp: missing destroy of percpu counter variable while unload moduleWei Yongjun1-0/+1
2009-08-05net: Fix spinlock use in alloc_netdev_mq()Ingo Molnar1-2/+0
2009-08-04xfrm6: Fix xfrm6_policy.c build when SYSCTL disabled.David S. Miller1-1/+6
2009-08-04xfrm4: fix build when SYSCTLs are disabledRandy Dunlap1-0/+6
2009-08-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds12-37/+79
2009-08-04mac80211: FIF_PSPOLL filter flagIgor Perminov3-3/+20
2009-08-04cfg80211: clear SSID on disconnect/no connectionJohannes Berg1-0/+4
2009-08-04rfkill: add the GPS radio typeTomas Winkler1-1/+3
2009-08-04mac80211: Increase timeouts for station pollingMaxim Levitsky1-2/+2
2009-08-04mac80211: Retry probe request few timesMaxim Levitsky2-12/+31
2009-08-04cfg80211: lower dynamic PS timeout to 100msJohannes Berg1-1/+1
2009-08-04cfg80211: enable country IE support to all cfg80211 driversLuis R. Rodriguez4-10/+33
2009-08-04cfg80211: decouple regulatory variables from cfg80211_mutexLuis R. Rodriguez2-12/+38
2009-08-04cfg80211: do not iterate over rdev list on country IE hintLuis R. Rodriguez1-42/+9
2009-08-04cfg80211: use goto out on country IE reg hint failureLuis R. Rodriguez1-4/+2
2009-08-04mac80211: fix powersaveJohannes Berg1-7/+6
2009-08-04cfg80211: fix NETDEV_UNREGISTER notifierJohannes Berg1-4/+11
2009-08-04mac80211: redefine usage of the mac80211 workqueueLuis R. Rodriguez11-49/+92
2009-08-04mac80211: fix sparse warnings/errorsJohannes Berg2-2/+5
2009-08-04cfg80211: keep track of current_bss for userspace SMEJohannes Berg4-33/+51