summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2009-08-1824-30/+84
|\
| * net: restore gnet_stats_basic to previous definitionEric Dumazet2009-08-188-15/+20
| * NETROM: Fix use of static bufferRalf Baechle2009-08-181-9/+12
| * gre: Fix MTU calculation for bound GRE tunnelsTom Goff2009-08-151-1/+1
| * mac80211: fix panic when splicing unprepared TIDsLuis R. Rodriguez2009-08-131-0/+8
| * sctp: fix missing destroy of percpu counter variable in sctp_proc_exit()Rafael Laufer2009-08-101-0/+1
| * can: Fix raw_getname() leakEric Dumazet2009-08-101-0/+1
| * Fix xfrm hash collisions by changing __xfrm4_daddr_saddr_hash to hash address...Jussi Mäki2009-08-101-1/+1
| * Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller2009-08-1012-13/+14
| |\
| * \ Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/low...David S. Miller2009-08-063-3/+33
| |\ \
| | * | af_ieee802154: provide dummy get/setsockoptDmitry Eremin-Solenikov2009-08-062-0/+28
| | * | af_ieee802154: fix ioctl processingDmitry Eremin-Solenikov2009-08-061-3/+5
| * | | irda: Fix irda_getname() leakEric Dumazet2009-08-061-0/+1
| * | | appletalk: fix atalk_getname() leakEric Dumazet2009-08-061-0/+1
| * | | netrom: Fix nr_getname() leakEric Dumazet2009-08-061-0/+1
| * | | econet: Fix econet_getname() leakEric Dumazet2009-08-061-0/+1
| * | | rose: Fix rose_getname() leakEric Dumazet2009-08-061-0/+1
| * | | phonet: phonet_device_get() fixEric Dumazet2009-08-051-1/+1
| * | | dccp: missing destroy of percpu counter variable while unload moduleWei Yongjun2009-08-051-0/+1
| |/ /
* | / Make sock_sendpage() use kernel_sendpage()Linus Torvalds2009-08-131-1/+1
| |/ |/|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2009-08-071-2/+0Star
|\|
| * net: Fix spinlock use in alloc_netdev_mq()Ingo Molnar2009-08-051-2/+0Star
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2009-08-0512-37/+79
|\|
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2009-08-043-6/+10
| |\
| | * cfg80211: fix regression on beacon world roaming featureLuis R. Rodriguez2009-08-032-5/+7
| | * cfg80211: add two missing NULL pointer checksJohannes Berg2009-08-031-1/+3
| * | bluetooth: rfcomm_init bug fixDave Young2009-08-032-9/+20
| |/
| * net: restore the original spinlock to protect unicast listJiri Pirko2009-08-021-9/+16
| * net: net_assign_generic() fixEric Dumazet2009-08-021-1/+1
| * ipv4: ARP neigh procfs buffer overflowroel kluin2009-07-301-1/+3
| * net/netlabel: Add kmalloc NULL testsJulia Lawall2009-07-301-1/+1
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2009-07-303-10/+28
| |\
| | * mac80211: fix suspendJohannes Berg2009-07-292-9/+27
| | * mac80211: do not queue work after suspend in the dynamic ps timerLuis R. Rodriguez2009-07-271-1/+1
* | | net-dccp: suppress warning about large allocations from DCCPMel Gorman2009-07-301-2/+2
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2009-07-2710-38/+59
|\| |
| * | net: irda: init spinlock after memcpyDeepak Saxena2009-07-271-0/+1
| |/
| * net/bridge: use kobject_put to release kobject in br_add_if error pathXiaotian Feng2009-07-271-1/+1
| * NET: ROSE: Don't use static buffer.Ralf Baechle2009-07-272-21/+20Star
| * cfg80211: double free in __cfg80211_scan_doneChristian Lamparter2009-07-211-2/+1Star
| * nl80211: Memory leak fixedNiko Jokinen2009-07-211-2/+3
| * mac80211: use correct address for mesh Path ErrorJavier Cardona2009-07-211-3/+5
| * rfkill: fix rfkill_set_states() to set the hw stateAlan Jenkins2009-07-211-0/+4
| * mac80211: fix injection in monitor modePavel Roskin2009-07-211-1/+1
| * rfkill: allow toggling soft state in sysfs againJohannes Berg2009-07-211-8/+19
| * mac80211: disable meshJohannes Berg2009-07-212-0/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2009-07-228-11/+53
|\|
| * Fix error return for setsockopt(SO_TIMESTAMPING)Rémi Denis-Courmont2009-07-201-1/+1
| * tcp: Use correct peer adr when copying MD5 keysJohn Dykstra2009-07-202-2/+2
| * tcp: Fix MD5 signature checking on IPv4 mapped socketsJohn Dykstra2009-07-203-1/+3