| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'for-2.6.34' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 2010-04-12 | 1 | -1/+4 |
|\ |
|
| * | svcrdma: RDMA support not yet compatible with RPC6 | Tom Tucker | 2010-04-05 | 1 | -1/+4 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2010-04-06 | 14 | -78/+80 |
|\ \ |
|
| * | | netlabel: Fix several rcu_dereference() calls used without RCU read locks | Paul Moore | 2010-04-01 | 2 | -57/+37 |
| * | | net: check the length of the socket address passed to connect(2) | Changli Gao | 2010-04-01 | 7 | -3/+20 |
| * | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | David S. Miller | 2010-03-31 | 4 | -18/+22 |
| |\ \ |
|
| | * | | mac80211: move netdev queue enabling to correct spot | Johannes Berg | 2010-03-30 | 2 | -6/+12 |
| | * | | mac80211: fix PREQ processing and one small bug | Porsch, Marco | 2010-03-30 | 1 | -2/+2 |
| | * | | mac80211: correct typos in "unavailable upon resume" warning | John W. Linville | 2010-03-30 | 1 | -3/+3 |
| | * | | wireless: convert reg_regdb_search_lock to mutex | John W. Linville | 2010-03-30 | 1 | -7/+5 |
| * | | | net: Fix oops from tcp_collapse() when using splice() | Steven J. Magnani | 2010-03-30 | 1 | -0/+1 |
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eri... | Linus Torvalds | 2010-04-05 | 1 | -4/+19 |
|\ \ \ \ |
|
| * | | | | 9p: saving negative to unsigned char | Dan Carpenter | 2010-04-05 | 1 | -2/+3 |
| * | | | | 9p: Make sure we are able to clunk the cached fid on umount | Aneesh Kumar K.V | 2010-04-05 | 1 | -2/+16 |
| | |_|/
| |/| | |
|
* | | | | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 2010-03-30 | 469 | -20/+457 |
|/ / / |
|
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2010-03-29 | 7 | -22/+42 |
|\ \ \
| |/ / |
|
| * | | ipv6: Don't drop cache route entry unless timer actually expired. | YOSHIFUJI Hideaki / 吉藤英明 | 2010-03-28 | 1 | -4/+9 |
| * | | net: ipmr/ip6mr: prevent out-of-bounds vif_table access | Nicolas Dichtel | 2010-03-27 | 2 | -8/+14 |
| * | | net: Add MSG_WAITFORONE flag to recvmmsg | Brandon L Black | 2010-03-27 | 1 | -0/+4 |
| * | | ipv4: Restart rt_intern_hash after emergency rebuild (v2) | Pavel Emelyanov | 2010-03-26 | 1 | -6/+11 |
| * | | ipv4: Cleanup struct net dereference in rt_intern_hash | Pavel Emelyanov | 2010-03-26 | 1 | -2/+2 |
| * | | net: fix netlink address dumping in IPv4/IPv6 | Patrick McHardy | 2010-03-26 | 2 | -2/+2 |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2010-03-25 | 9 | -23/+114 |
|\ \ \
| |/ / |
|
| * | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/... | David S. Miller | 2010-03-25 | 3 | -3/+5 |
| |\ \ |
|
| | * | | netfilter: xt_hashlimit: IPV6 bugfix | Eric Dumazet | 2010-03-25 | 1 | -0/+1 |
| | * | | netfilter: ip6table_raw: fix table priority | Jozsef Kadlecsik | 2010-03-25 | 1 | -1/+1 |
| | * | | netfilter: xt_hashlimit: dl_seq_stop() fix | Eric Dumazet | 2010-03-25 | 1 | -1/+2 |
| | * | | netfilter: xt_recent: fix regression in rules using a zero hit_count | Patrick McHardy | 2010-03-22 | 1 | -1/+1 |
| * | | | af_key: return error if pfkey_xfrm_policy2msg_prep() fails | Dan Carpenter | 2010-03-24 | 1 | -5/+3 |
| * | | | vlan: updates vlan real_num_tx_queues | Vasu Dev | 2010-03-24 | 1 | -0/+2 |
| * | | | vlan: adds vlan_dev_select_queue | Vasu Dev | 2010-03-24 | 1 | -3/+68 |
| * | | | cgroups: net_cls as module | Ben Blum | 2010-03-23 | 2 | -10/+31 |
| * | | | netpoll: warn when there are spaces in parameters | Amerigo Wang | 2010-03-22 | 1 | -2/+5 |
* | | | | Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6 | Linus Torvalds | 2010-03-24 | 6 | -34/+14 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | sunrpc: handle allocation errors from __rpc_lookup_create() | Dan Carpenter | 2010-03-22 | 1 | -0/+2 |
| * | | | SUNRPC: Fix the return value of rpc_run_bc_task() | Trond Myklebust | 2010-03-22 | 1 | -0/+1 |
| * | | | SUNRPC: Fix a use after free bug with the NFSv4.1 backchannel | Trond Myklebust | 2010-03-22 | 3 | -31/+9 |
| * | | | SUNRPC: Fix a potential memory leak in auth_gss | Trond Myklebust | 2010-03-21 | 1 | -3/+2 |
| |/ / |
|
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2010-03-22 | 19 | -90/+221 |
|\ \ \ |
|
| * | | | ip_gre: include route header_len in max_headroom calculation | Timo Teräs | 2010-03-21 | 1 | -1/+3 |
| * | | | ipv4: Don't drop redirected route cache entry unless PTMU actually expired | Guenter Roeck | 2010-03-21 | 1 | -1/+2 |
| * | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/holtma... | David S. Miller | 2010-03-21 | 5 | -50/+118 |
| |\ \ \ |
|
| | * | | | Bluetooth: Fix kernel crash on L2CAP stress tests | Andrei Emeltchenko | 2010-03-21 | 1 | -0/+5 |
| | * | | | Bluetooth: Convert debug files to actually use debugfs instead of sysfs | Marcel Holtmann | 2010-03-21 | 5 | -87/+113 |
| | * | | | Bluetooth: Fix potential bad memory access with sysfs files | Marcel Holtmann | 2010-03-21 | 4 | -4/+41 |
| * | | | | net: suppress lockdep-RCU false positive in FIB trie. | Paul E. McKenney | 2010-03-21 | 1 | -1/+3 |
| |/ / / |
|
| * | | | netfilter: ctnetlink: fix reliable event delivery if message building fails | Pablo Neira Ayuso | 2010-03-20 | 2 | -3/+5 |
| * | | | netlink: fix NETLINK_RECV_NO_ENOBUFS in netlink_set_err() | Pablo Neira Ayuso | 2010-03-20 | 1 | -3/+14 |
| * | | | NET_DMA: free skbs periodically | Steven J. Magnani | 2010-03-20 | 1 | -20/+43 |
| * | | | tcp: Fix tcp_mark_head_lost() with packets == 0 | Lennart Schulte | 2010-03-19 | 1 | -0/+3 |