Age | Commit message (Expand) | Author | Files | Lines |
2010-05-27 | iucv: convert cpu notifier to return encapsulate errno value | Akinobu Mita | 1 | -4/+5 |
2010-05-26 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 23 | -199/+222 |
2010-05-26 | Phonet: fix potential use-after-free in pep_sock_close() | RĂ©mi Denis-Courmont | 1 | -0/+2 |
2010-05-26 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | David S. Miller | 5 | -7/+8 |
2010-05-25 | sunrpc: use formatting of module name in SUNRPC | Alex Riesen | 1 | -4/+1 |
2010-05-25 | kernel-wide: replace USHORT_MAX, SHORT_MAX and SHORT_MIN with USHRT_MAX, SHRT... | Alexey Dobriyan | 5 | -8/+8 |
2010-05-25 | net/dccp: expansion of error code size | Yoichi Yuasa | 1 | -3/+3 |
2010-05-24 | wireless: fix sta_info.h kernel-doc warnings | Randy Dunlap | 1 | -1/+1 |
2010-05-24 | Revert "ath9k: Group Key fix for VAPs" | John W. Linville | 1 | -1/+0 |
2010-05-24 | Merge branch 'bkl/ioctl' of git://git.kernel.org/pub/scm/linux/kernel/git/fre... | Linus Torvalds | 2 | -6/+25 |
2010-05-24 | Revert "ath9k: Group Key fix for VAPs" | Linus Torvalds | 1 | -1/+0 |
2010-05-24 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eri... | Linus Torvalds | 2 | -3/+73 |
2010-05-24 | tun: Update classid on packet injection | Herbert Xu | 1 | -0/+1 |
2010-05-24 | cls_cgroup: Store classid in struct sock | Herbert Xu | 3 | -16/+61 |
2010-05-24 | caif: Bugfix - use MSG_TRUNC in receive | Sjur Braendeland | 1 | -29/+18 |
2010-05-24 | caif: Bugfix - missing spin_unlock | Sjur Braendeland | 2 | -6/+7 |
2010-05-24 | caif: Bugfix - Poll can't return POLLHUP while connecting. | Sjur Braendeland | 1 | -15/+6 |
2010-05-24 | caif: Bugfix - handle mem-allocation failures | Sjur Braendeland | 3 | -9/+25 |
2010-05-24 | caif: Bugfix - use standard Linux lists | Sjur Braendeland | 1 | -66/+26 |
2010-05-24 | caif: Bugfix - wait_ev*_timeout returns long. | Sjur Braendeland | 1 | -7/+6 |
2010-05-24 | net-2.6 : V2 - fix dev_get_valid_name | Daniel Lezcano | 1 | -8/+12 |
2010-05-24 | rtnetlink: Fix error handling in do_setlink() | David Howells | 1 | -1/+3 |
2010-05-24 | net-caif: drop redundant Kconfig entries | Mike Frysinger | 1 | -4/+1 |
2010-05-24 | net_sched: Fix qdisc_notify() | Eric Dumazet | 1 | -7/+7 |
2010-05-24 | ieee802154: Fix possible NULL pointer dereference in wpan_phy_alloc | Denis Kirjanov | 1 | -1/+6 |
2010-05-22 | sunrpc: Pushdown the bkl from sunrpc cache ioctl | Frederic Weisbecker | 1 | -3/+10 |
2010-05-22 | sunrpc: Pushdown the bkl from ioctl | Frederic Weisbecker | 1 | -3/+15 |
2010-05-22 | Merge branch 'virtio' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/... | Linus Torvalds | 1 | -3/+3 |
2010-05-22 | 9p: add 9P2000.L rename operation | Sripathi Kodi | 1 | -0/+28 |
2010-05-22 | 9p: add 9P2000.L statfs operation | Sripathi Kodi | 1 | -0/+39 |
2010-05-22 | 9p: VFS switches for 9p2000.L: protocol and client changes | Sripathi Kodi | 2 | -3/+6 |
2010-05-21 | Merge branch 'master' into for-2.6.35 | Jens Axboe | 504 | -8614/+27406 |
2010-05-21 | pipe: add support for shrinking and growing pipes | Jens Axboe | 1 | -17/+21 |
2010-05-21 | cfg80211: add missing braces | Johannes Berg | 1 | -2/+4 |
2010-05-21 | cfg80211: fix crash in cfg80211_set_freq() | Felix Fietkau | 1 | -1/+1 |
2010-05-21 | cfg80211: Fix signal_type comparison | Sujith | 1 | -2/+2 |
2010-05-21 | net: Expose all network devices in a namespaces in sysfs | Eric W. Biederman | 3 | -39/+6 |
2010-05-21 | netlink: Implment netlink_broadcast_filtered | Eric W. Biederman | 1 | -2/+19 |
2010-05-21 | net/sysfs: Fix the bitrot in network device kobject namespace support | Eric W. Biederman | 2 | -13/+3 |
2010-05-21 | netns: Teach network device kobjects which namespace they are in. | Eric W. Biederman | 2 | -0/+55 |
2010-05-21 | sysfs: add struct file* to bin_attr callbacks | Chris Wright | 1 | -1/+1 |
2010-05-21 | net: fix problem in dequeuing from input_pkt_queue | Tom Herbert | 1 | -13/+15 |
2010-05-21 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/... | David S. Miller | 2 | -8/+14 |
2010-05-21 | gro: Fix bogus gso_size on the first fraglist entry | Herbert Xu | 1 | -0/+1 |
2010-05-21 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 | Linus Torvalds | 479 | -8140/+24624 |
2010-05-20 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2 | -2/+2 |
2010-05-20 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/raf... | Linus Torvalds | 1 | -1/+1 |
2010-05-20 | netfilter: nf_conntrack: fix a race in __nf_conntrack_confirm against nf_ct_g... | Joerg Marx | 1 | -0/+10 |
2010-05-20 | Merge branch 'for-2.6.35' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 4 | -35/+34 |
2010-05-20 | Merge branch 'nfs-for-2.6.35' of git://git.linux-nfs.org/projects/trondmy/nfs... | Linus Torvalds | 20 | -322/+2408 |