Age | Commit message (Expand) | Author | Files | Lines |
2009-09-05 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 3 | -20/+19 |
2009-09-02 | tc: Fix unitialized kernel memory leak | Eric Dumazet | 1 | -0/+2 |
2009-09-01 | pkt_sched: Revert tasklet_hrtimer changes. | David S. Miller | 2 | -19/+16 |
2009-09-01 | net: sk_free() should be allowed right after sk_alloc() | Jarek Poplawski | 1 | -1/+1 |
2009-08-28 | SUNRPC: Fix rpc_task_force_reencode | Trond Myklebust | 1 | -0/+1 |
2009-08-27 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eri... | Linus Torvalds | 5 | -29/+22 |
2009-08-27 | ipv4: make ip_append_data() handle NULL routing table | Julien TINNES | 1 | -0/+2 |
2009-08-25 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2 | -2/+2 |
2009-08-24 | pkt_sched: Fix bogon in tasklet_hrtimer changes. | David S. Miller | 2 | -2/+2 |
2009-08-24 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 7 | -29/+42 |
2009-08-23 | NET: llc, zero sockaddr_llc struct | Jiri Slaby | 1 | -0/+1 |
2009-08-23 | netpoll: warning for ndo_start_xmit returns with interrupts enabled | Dongdong Deng | 1 | -0/+5 |
2009-08-23 | netfilter: xt_quota: fix wrong return value (error case) | Patrick McHardy | 1 | -1/+1 |
2009-08-23 | ipv6: Fix commit 63d9950b08184e6531adceb65f64b429909cc101 (ipv6: Make v4-mapp... | Bruno Prémont | 1 | -1/+3 |
2009-08-23 | pkt_sched: Convert CBQ to tasklet_hrtimer. | David S. Miller | 1 | -10/+13 |
2009-08-22 | pkt_sched: Convert qdisc_watchdog to tasklet_hrtimer | David S. Miller | 1 | -4/+4 |
2009-08-18 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | David S. Miller | 1 | -13/+15 |
2009-08-18 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 24 | -30/+84 |
2009-08-17 | net: restore gnet_stats_basic to previous definition | Eric Dumazet | 8 | -15/+20 |
2009-08-17 | NETROM: Fix use of static buffer | Ralf Baechle | 1 | -9/+12 |
2009-08-17 | net/9p: insulate the client against an invalid error code sent by a 9p server | Abhishek Kulkarni | 2 | -7/+2 |
2009-08-17 | 9p: minor comment fixes | Abhishek Kulkarni | 4 | -22/+20 |
2009-08-17 | mac80211: fix todo lock | Johannes Berg | 1 | -13/+15 |
2009-08-14 | gre: Fix MTU calculation for bound GRE tunnels | Tom Goff | 1 | -1/+1 |
2009-08-13 | mac80211: fix panic when splicing unprepared TIDs | Luis R. Rodriguez | 1 | -0/+8 |
2009-08-13 | Make sock_sendpage() use kernel_sendpage() | Linus Torvalds | 1 | -1/+1 |
2009-08-09 | sctp: fix missing destroy of percpu counter variable in sctp_proc_exit() | Rafael Laufer | 1 | -0/+1 |
2009-08-09 | can: Fix raw_getname() leak | Eric Dumazet | 1 | -0/+1 |
2009-08-09 | Fix xfrm hash collisions by changing __xfrm4_daddr_saddr_hash to hash address... | Jussi Mäki | 1 | -1/+1 |
2009-08-09 | Merge branch 'master' of /home/davem/src/GIT/linux-2.6/ | David S. Miller | 12 | -13/+14 |
2009-08-07 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 1 | -2/+0 |
2009-08-06 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/low... | David S. Miller | 3 | -3/+33 |
2009-08-06 | irda: Fix irda_getname() leak | Eric Dumazet | 1 | -0/+1 |
2009-08-06 | appletalk: fix atalk_getname() leak | Eric Dumazet | 1 | -0/+1 |
2009-08-06 | netrom: Fix nr_getname() leak | Eric Dumazet | 1 | -0/+1 |
2009-08-06 | econet: Fix econet_getname() leak | Eric Dumazet | 1 | -0/+1 |
2009-08-06 | rose: Fix rose_getname() leak | Eric Dumazet | 1 | -0/+1 |
2009-08-06 | af_ieee802154: provide dummy get/setsockopt | Dmitry Eremin-Solenikov | 2 | -0/+28 |
2009-08-06 | af_ieee802154: fix ioctl processing | Dmitry Eremin-Solenikov | 1 | -3/+5 |
2009-08-05 | phonet: phonet_device_get() fix | Eric Dumazet | 1 | -1/+1 |
2009-08-05 | dccp: missing destroy of percpu counter variable while unload module | Wei Yongjun | 1 | -0/+1 |
2009-08-05 | net: Fix spinlock use in alloc_netdev_mq() | Ingo Molnar | 1 | -2/+0 |
2009-08-04 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 12 | -37/+79 |
2009-08-03 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | David S. Miller | 3 | -6/+10 |
2009-08-03 | cfg80211: fix regression on beacon world roaming feature | Luis R. Rodriguez | 2 | -5/+7 |
2009-08-03 | cfg80211: add two missing NULL pointer checks | Johannes Berg | 1 | -1/+3 |
2009-08-03 | bluetooth: rfcomm_init bug fix | Dave Young | 2 | -9/+20 |
2009-08-02 | net: restore the original spinlock to protect unicast list | Jiri Pirko | 1 | -9/+16 |
2009-08-02 | net: net_assign_generic() fix | Eric Dumazet | 1 | -1/+1 |
2009-07-30 | ipv4: ARP neigh procfs buffer overflow | roel kluin | 1 | -1/+3 |