Age | Commit message (Expand) | Author | Files | Lines |
2007-07-24 | nfsd: fix possible oops on re-insertion of rpcsec_gss modules | J. Bruce Fields | 1 | -4/+5 |
2007-07-22 | 9p: Don't use binary sysctl numbers. | Eric W. Biederman | 1 | -13/+8 |
2007-07-22 | [NET]: Add missing entries to family name tables | David Howells | 1 | -1/+2 |
2007-07-22 | [IPV6]: endianness bug in ip6_tunnel | Al Viro | 1 | -2/+2 |
2007-07-22 | [IrDA] Typo fix in irnetlink.c copyright | Samuel Ortiz | 1 | -1/+1 |
2007-07-21 | [NET]: Fix loopback crashes when multiqueue is enabled. | Patrick McHardy | 1 | -2/+2 |
2007-07-21 | [IPV4]: Fix inetpeer gcc-4.2 warnings | Patrick McHardy | 1 | -2/+2 |
2007-07-20 | ANSIfy a couple of functions in netfilter | Al Viro | 1 | -2/+2 |
2007-07-20 | mm: Remove slab destructors from kmem_cache_create(). | Paul Mundt | 33 | -42/+41 |
2007-07-20 | missed cong_avoid() instance | Al Viro | 1 | -1/+1 |
2007-07-20 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo... | Linus Torvalds | 4 | -0/+96 |
2007-07-19 | SUNRPC: move bkl locking and xdr proc invocation into a common helper | J. Bruce Fields | 2 | -27/+7 |
2007-07-19 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | Linus Torvalds | 32 | -221/+560 |
2007-07-19 | some kmalloc/memset ->kzalloc (tree wide) | Yoann Padioleau | 5 | -10/+5 |
2007-07-19 | lockdep: fixup sk_callback_lock annotation | Peter Zijlstra | 1 | -4/+19 |
2007-07-19 | sunrpc: use vfs_path_lookup | Josef 'Jeff' Sipek | 1 | -9/+7 |
2007-07-19 | jprobes: remove JPROBE_ENTRY() | Michael Ellerman | 2 | -2/+2 |
2007-07-19 | SELinux: enable dynamic activation/deactivation of NetLabel/SELinux enforcement | Paul Moore | 4 | -0/+96 |
2007-07-19 | [NET] XFRM: Fix whitespace errors. | YOSHIFUJI Hideaki | 2 | -2/+2 |
2007-07-19 | [NET] TIPC: Fix whitespace errors. | YOSHIFUJI Hideaki | 1 | -6/+6 |
2007-07-19 | [NET] SUNRPC: Fix whitespace errors. | YOSHIFUJI Hideaki | 1 | -1/+1 |
2007-07-19 | [NET] SCTP: Fix whitespace errors. | YOSHIFUJI Hideaki | 2 | -3/+3 |
2007-07-19 | [NET] RXRPC: Fix whitespace errors. | YOSHIFUJI Hideaki | 1 | -5/+5 |
2007-07-19 | [NET] ROSE: Fix whitespace errors. | YOSHIFUJI Hideaki | 1 | -1/+1 |
2007-07-19 | [NET] RFKILL: Fix whitespace errors. | YOSHIFUJI Hideaki | 1 | -1/+1 |
2007-07-19 | [NET] PACKET: Fix whitespace errors. | YOSHIFUJI Hideaki | 1 | -1/+1 |
2007-07-19 | [NET] NETROM: Fix whitespace errors. | YOSHIFUJI Hideaki | 1 | -1/+1 |
2007-07-19 | [NET] NETFILTER: Fix whitespace errors. | YOSHIFUJI Hideaki | 2 | -2/+2 |
2007-07-19 | [NET] IPV4: Fix whitespace errors. | YOSHIFUJI Hideaki | 3 | -3/+3 |
2007-07-19 | [NET] DCCP: Fix whitespace errors. | YOSHIFUJI Hideaki | 1 | -1/+1 |
2007-07-19 | [NET] CORE: Fix whitespace errors. | YOSHIFUJI Hideaki | 3 | -3/+3 |
2007-07-19 | [NET] BLUETOOTH: Fix whitespace errors. | YOSHIFUJI Hideaki | 1 | -1/+1 |
2007-07-19 | [NET] AX25: Fix whitespace errors. | YOSHIFUJI Hideaki | 1 | -1/+1 |
2007-07-19 | Merge branch 'upstream-davem' of master.kernel.org:/pub/scm/linux/kernel/git/... | David S. Miller | 7 | -146/+173 |
2007-07-19 | [PATCH] mac80211: remove rtnl locking in ieee80211_sta.c | Michael Wu | 1 | -6/+0 |
2007-07-19 | [PATCH] mac80211: fix GCC warning on 64bit platforms | Jiri Benc | 1 | -2/+2 |
2007-07-19 | [GENETLINK]: Dynamic multicast groups. | Johannes Berg | 1 | -7/+228 |
2007-07-19 | [NETLIKN]: Allow removing multicast groups. | Johannes Berg | 1 | -12/+45 |
2007-07-19 | [NETLINK]: allocate group bitmaps dynamically | Johannes Berg | 1 | -24/+82 |
2007-07-19 | [RFKILL]: Make state sysfs writable | Ivo van Doorn | 1 | -1/+1 |
2007-07-19 | Merge branch 'upstream-jgarzik' of git://git.kernel.org/pub/scm/linux/kernel/... | Jeff Garzik | 1 | -5/+2 |
2007-07-18 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | Linus Torvalds | 30 | -106/+110 |
2007-07-18 | usermodehelper: Tidy up waiting | Jeremy Fitzhardinge | 1 | -1/+1 |
2007-07-18 | add kstrndup | Jeremy Fitzhardinge | 1 | -38/+5 |
2007-07-18 | [NETFILTER]: xt_connlimit needs to depend on nf_conntrack | Cornelia Huck | 1 | -0/+1 |
2007-07-18 | [IrDA]: Fix IrDA build failure | Samuel Ortiz | 8 | -9/+9 |
2007-07-18 | [NET]: move __dev_addr_discard adjacent to dev_addr_discard for readability | Denis Cheng | 1 | -14/+14 |
2007-07-18 | [NET]: merge dev_unicast_discard and dev_mc_discard into one | Denis Cheng | 1 | -12/+4 |
2007-07-18 | [NET]: move dev_mc_discard from dev_mcast.c to dev.c | Denis Cheng | 2 | -13/+13 |
2007-07-18 | [NETLINK]: negative groups in netlink_setsockopt | Johannes Berg | 1 | -2/+3 |