summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2009-09-053-20/+19
|\
| * tc: Fix unitialized kernel memory leakEric Dumazet2009-09-021-0/+2
| * pkt_sched: Revert tasklet_hrtimer changes.David S. Miller2009-09-012-19/+16
| * net: sk_free() should be allowed right after sk_alloc()Jarek Poplawski2009-09-011-1/+1
* | SUNRPC: Fix rpc_task_force_reencodeTrond Myklebust2009-08-281-0/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eri...Linus Torvalds2009-08-275-29/+22
|\ \
| * | net/9p: insulate the client against an invalid error code sent by a 9p serverAbhishek Kulkarni2009-08-172-7/+2
| * | 9p: minor comment fixesAbhishek Kulkarni2009-08-174-22/+20
* | | ipv4: make ip_append_data() handle NULL routing tableJulien TINNES2009-08-271-0/+2
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2009-08-252-2/+2
|\ \ \ | | |/ | |/|
| * | pkt_sched: Fix bogon in tasklet_hrtimer changes.David S. Miller2009-08-242-2/+2
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2009-08-247-29/+42
|\ \ \ | |/ /
| * | NET: llc, zero sockaddr_llc structJiri Slaby2009-08-231-0/+1
| * | netpoll: warning for ndo_start_xmit returns with interrupts enabledDongdong Deng2009-08-231-0/+5
| * | netfilter: xt_quota: fix wrong return value (error case)Patrick McHardy2009-08-231-1/+1
| * | ipv6: Fix commit 63d9950b08184e6531adceb65f64b429909cc101 (ipv6: Make v4-mapp...Bruno Prémont2009-08-231-1/+3
| * | pkt_sched: Convert CBQ to tasklet_hrtimer.David S. Miller2009-08-231-10/+13
| * | pkt_sched: Convert qdisc_watchdog to tasklet_hrtimerDavid S. Miller2009-08-221-4/+4
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2009-08-181-13/+15
| |\ \
| | * | mac80211: fix todo lockJohannes Berg2009-08-171-13/+15
* | | | 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-178-15/+20
| * | NETROM: Fix use of static bufferRalf Baechle2009-08-171-9/+12
| |/
| * gre: Fix MTU calculation for bound GRE tunnelsTom Goff2009-08-141-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-091-0/+1
| * can: Fix raw_getname() leakEric Dumazet2009-08-091-0/+1
| * Fix xfrm hash collisions by changing __xfrm4_daddr_saddr_hash to hash address...Jussi Mäki2009-08-091-1/+1
| * Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller2009-08-0912-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/+0
|\ \ | |/
| * net: Fix spinlock use in alloc_netdev_mq()Ingo Molnar2009-08-051-2/+0
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2009-08-0412-37/+79
|\ \ | |/
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2009-08-033-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
OpenPOWER on IntegriCloud