| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | | | | | | | Merge branch 'for-3.1' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 2011-07-25 | 5 | -87/+44 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | svcrpc: fix list-corrupting race on nfsd shutdown | J. Bruce Fields | 2011-07-15 | 1 | -5/+6 |
| * | | | | | | | | rpc: allow autoloading of gss mechanisms | J. Bruce Fields | 2011-07-15 | 2 | -4/+35 |
| * | | | | | | | | svcauth_unix.c: quiet sparse noise | H Hartley Sweeten | 2011-07-15 | 1 | -0/+1 |
| * | | | | | | | | svcsock.c: include sunrpc.h to quiet sparse noise | H Hartley Sweeten | 2011-07-15 | 1 | -0/+2 |
| * | | | | | | | | nfsd: Remove deprecated nfsctl system call and related code. | NeilBrown | 2011-07-15 | 1 | -78/+0 |
* | | | | | | | | | Merge 'akpm' patch series | Linus Torvalds | 2011-07-25 | 1 | -0/+1 |
|\ \ \ \ \ \ \ \ \
| |_|_|/ / / / / /
|/| | | | | | | | |
|
| * | | | | | | | | notifiers: cpu: move cpu notifiers into cpu.h | Amerigo Wang | 2011-07-25 | 1 | -0/+1 |
* | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2011-07-25 | 5 | -19/+12 |
|\ \ \ \ \ \ \ \ \
| |/ / / / / / / /
|/| | | | | | | | |
|
| * | | | | | | | | treewide: fix potentially dangerous trailing ';' in #defined values/expressions | Phil Carmody | 2011-07-21 | 1 | -10/+10 |
| * | | | | | | | | net, netfilter: Remove redundant goto in ebt_ulog_packet | Jesper Juhl | 2011-07-21 | 1 | -1/+0 |
| * | | | | | | | | Merge branch 'master' into for-next | Jiri Kosina | 2011-07-11 | 85 | -364/+451 |
| |\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | rcu: treewide: Do not use rcu_read_lock_held when calling rcu_dereference_check | Michal Hocko | 2011-07-08 | 3 | -8/+2 |
| * | | | | | | | | | treewide: remove duplicate includes | Vitaliy Ivanov | 2011-06-20 | 1 | -1/+0 |
* | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2011-07-24 | 29 | -106/+387 |
|\ \ \ \ \ \ \ \ \ \
| |_|_|_|_|_|/ / / /
|/| | | | | | | | | |
|
| * | | | | | | | | | gre: fix improper error handling | xeb@mail.ru | 2011-07-23 | 1 | -15/+6 |
| * | | | | | | | | | ipv4: use RT_TOS after some rt_tos conversions | Julian Anastasov | 2011-07-23 | 2 | -2/+2 |
| * | | | | | | | | | Merge branch 'for-davem' of ssh://master.kernel.org/pub/scm/linux/kernel/git/... | David S. Miller | 2011-07-22 | 17 | -68/+340 |
| |\ \ \ \ \ \ \ \ \
| | | |_|_|_|_|/ / /
| | |/| | | | | | | |
|
| | * | | | | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 2011-07-22 | 17 | -68/+340 |
| | |\ \ \ \ \ \ \ \
| | | | |_|_|_|_|/ /
| | | |/| | | | | | |
|
| | | * | | | | | | | cfg80211: fix scan crash on single-band cards | Johannes Berg | 2011-07-20 | 3 | -2/+8 |
| | | * | | | | | | | mac80211: check sta_info_get() return value | Eliad Peller | 2011-07-20 | 1 | -1/+9 |
| | | * | | | | | | | cfg80211: enter psm when working as p2p_cli | Eliad Peller | 2011-07-20 | 1 | -1/+2 |
| | | * | | | | | | | mac80211: sync driver before TX | Johannes Berg | 2011-07-20 | 5 | -3/+122 |
| | | * | | | | | | | mac80211: implement scan supported rates | Johannes Berg | 2011-07-19 | 5 | -15/+15 |
| | | * | | | | | | | cfg80211: allow userspace to control supported rates in scan | Johannes Berg | 2011-07-19 | 4 | -19/+73 |
| | | * | | | | | | | mac80211: reconfigure tx on device reconfiguration | Eliad Peller | 2011-07-18 | 4 | -1/+12 |
| | | * | | | | | | | mac80211: be more careful in suspend/resume | Johannes Berg | 2011-07-15 | 2 | -26/+31 |
| | | * | | | | | | | mac80211: let key iteration get keys in install order | Johannes Berg | 2011-07-15 | 1 | -1/+1 |
| | | * | | | | | | | mac80211: allow driver access to TKIP RX P1K | Johannes Berg | 2011-07-15 | 1 | -0/+11 |
| | | * | | | | | | | nl80211/cfg80211: add max_sched_scan_ie_len in the hw description | Luciano Coelho | 2011-07-15 | 1 | -1/+3 |
| | | * | | | | | | | nl80211/cfg80211: add max_sched_scan_ssids in the hw description | Luciano Coelho | 2011-07-15 | 1 | -1/+3 |
| | | * | | | | | | | nl80211: advertise GTK rekey support, new triggers | Johannes Berg | 2011-07-15 | 2 | -0/+53 |
| * | | | | | | | | | net: allow netif_carrier to be called safely from IRQ | stephen hemminger | 2011-07-22 | 1 | -1/+1 |
| * | | | | | | | | | bridge: minor cleanups | stephen hemminger | 2011-07-22 | 3 | -16/+14 |
| * | | | | | | | | | bridge: add notification over netlink when STP changes state | stephen hemminger | 2011-07-22 | 4 | -1/+9 |
| * | | | | | | | | | bridge: notifier called with the wrong device | stephen hemminger | 2011-07-22 | 1 | -1/+1 |
| * | | | | | | | | | bridge: ignore bogus STP config packets | stephen hemminger | 2011-07-22 | 1 | -0/+11 |
| * | | | | | | | | | bridge: send proper message_age in config BPDU | stephen hemminger | 2011-07-22 | 2 | -2/+3 |
| |/ / / / / / / / |
|
* | | | | | | | | | [S390] iucv cr0 enablement bit | Martin Schwidefsky | 2011-07-24 | 1 | -2/+5 |
* | | | | | | | | | net/9p: Fix the msize calculation. | Venkateswararao Jujjuri (JV) | 2011-07-23 | 1 | -2/+2 |
* | | | | | | | | | fs/9p: add 9P2000.L unlinkat operation | Aneesh Kumar K.V | 2011-07-23 | 1 | -0/+23 |
* | | | | | | | | | fs/9p: add 9P2000.L renameat operation | Aneesh Kumar K.V | 2011-07-23 | 1 | -1/+32 |
* | | | | | | | | | fs/9p: Clean-up get_protocol_version() to use strcmp | Prem Karat | 2011-07-23 | 2 | -16/+35 |
* | | | | | | | | | fs/9p: Fid is not valid after a failed clunk. | Aneesh Kumar K.V | 2011-07-23 | 1 | -2/+4 |
* | | | | | | | | | VirtIO can transfer VIRTQUEUE_NUM of pages. | jvrao | 2011-07-23 | 1 | -1/+1 |
* | | | | | | | | | Fix the size of receive buffer packing onto VirtIO ring. | jvrao | 2011-07-23 | 1 | -1/+1 |
* | | | | | | | | | 9p: clean up packet dump code | Eric Van Hensbergen | 2011-07-23 | 2 | -46/+37 |
* | | | | | | | | | net/9p: fix client code to fail more gracefully on protocol error | Eric Van Hensbergen | 2011-07-23 | 1 | -1/+2 |
* | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2011-07-22 | 2 | -27/+22 |
|\ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | switch vfs_path_lookup() to struct path | Al Viro | 2011-07-20 | 1 | -6/+5 |