| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2010-08-13 | 10 | -34/+76 |
|\ |
|
| * | phylib: available for any speed ethernet | Randy Dunlap | 2010-08-11 | 1 | -1/+1 |
| * | can: add limit for nframes and clean up signed/unsigned variables | Oliver Hartkopp | 2010-08-11 | 1 | -14/+27 |
| * | pkt_sched: Check .walk and .leaf class handlers | Jarek Poplawski | 2010-08-11 | 1 | -1/+1 |
| * | pkt_sched: Fix sch_sfq vs tc_modify_qdisc oops | Jarek Poplawski | 2010-08-11 | 1 | -0/+6 |
| * | caif: Bugfix - Increase default headroom size for control channel. | Sjur Braendeland | 2010-08-10 | 1 | -1/+1 |
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | David S. Miller | 2010-08-10 | 2 | -7/+12 |
| |\ |
|
| | * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/holtma... | John W. Linville | 2010-08-10 | 1 | -6/+5 |
| | |\ |
|
| | | * | Bluetooth: Fix incorrect setting of remote_tx_win for L2CAP ERTM | Mat Martineau | 2010-08-10 | 1 | -2/+0 |
| | | * | Bluetooth: Fix endianness issue with L2CAP MPS configuration | Mat Martineau | 2010-08-10 | 1 | -4/+5 |
| | * | | cfg80211: fix locking in action frame TX | Johannes Berg | 2010-08-09 | 1 | -1/+7 |
| | |/ |
|
| * | | net: Use NET_XMIT_SUCCESS where possible. | Ben Greear | 2010-08-10 | 4 | -6/+6 |
| * | | pkt_sched: Add some basic qdisc class ops verification. Was: [PATCH] sfq: add... | Jarek Poplawski | 2010-08-10 | 1 | -5/+17 |
| * | | pkt_sched: sch_sfq: Add dummy unbind_tcf and put handles. Was: [PATCH] sfq: a... | Jarek Poplawski | 2010-08-10 | 1 | -0/+6 |
| |/ |
|
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6 | Linus Torvalds | 2010-08-13 | 2 | -5/+92 |
|\ \ |
|
| * | | DNS: If the DNS server returns an error, allow that to be cached [ver #2] | Wang Lei | 2010-08-11 | 2 | -5/+92 |
* | | | Merge branch 'params' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/... | Linus Torvalds | 2010-08-12 | 3 | -13/+24 |
|\ \ \ |
|
| * | | | param: simple locking for sysfs-writable charp parameters | Rusty Russell | 2010-08-11 | 1 | -0/+2 |
| * | | | nfs: update for module_param_named API change | Stephen Rothwell | 2010-08-11 | 1 | -2/+7 |
| * | | | param: use ops in struct kernel_param, rather than get and set fns directly | Rusty Russell | 2010-08-11 | 1 | -11/+15 |
| |/ / |
|
* | | | Add a dummy printk function for the maintenance of unused printks | David Howells | 2010-08-12 | 1 | -11/+5 |
|/ / |
|
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2010-08-09 | 18 | -99/+150 |
|\ \
| |/ |
|
| * | pkt_sched: Fix sch_sfq vs tcf_bind_filter oops | Jarek Poplawski | 2010-08-07 | 1 | -0/+7 |
| * | net: disable preemption before call smp_processor_id() | Changli Gao | 2010-08-07 | 1 | -0/+2 |
| * | tcp: no md5sig option size check bug | Dmitry Popov | 2010-08-07 | 1 | -1/+1 |
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | David S. Miller | 2010-08-06 | 7 | -26/+29 |
| |\ |
|
| | * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/holtma... | John W. Linville | 2010-08-05 | 5 | -12/+27 |
| | |\ |
|
| | | * | Bluetooth: Check result code of L2CAP information response | Ville Tervo | 2010-08-04 | 1 | -0/+9 |
| | | * | Bluetooth: Don't send RFC for Basic Mode if only it is supported | Gustavo F. Padovan | 2010-08-04 | 1 | -3/+12 |
| | | * | Bluetooth: Remove __exit from rfcomm_cleanup_ttys() | Gustavo F. Padovan | 2010-07-31 | 1 | -1/+1 |
| | | * | Bluetooth: Use list_head for HCI blacklist head | David Miller | 2010-07-31 | 3 | -8/+5 |
| | * | | mac80211: Fix compilation warning when CONFIG_INET is not set | Juuso Oikarinen | 2010-08-04 | 1 | -0/+2 |
| | * | | mac80211: fix scan locking wrt. hw scan | Johannes Berg | 2010-08-04 | 1 | -14/+0 |
| * | | | net: Fix napi_gro_frags vs netpoll path | Jarek Poplawski | 2010-08-05 | 1 | -4/+1 |
| * | | | ppp: make channel_ops const | stephen hemminger | 2010-08-04 | 3 | -3/+6 |
| * | | | RxRPC: Fix a potential deadlock between the call resend_timer and state_lock | David Howells | 2010-08-04 | 2 | -4/+5 |
| * | | | sch_sfq: add sanity check for the packet length | Changli Gao | 2010-08-04 | 1 | -9/+20 |
| * | | | cls_rsvp: add sanity check for the packet length | Changli Gao | 2010-08-04 | 1 | -2/+10 |
| * | | | cls_flow: add sanity check for the packet length | Changli Gao | 2010-08-04 | 1 | -40/+56 |
| * | | | act_nat: fix on the TX path | Changli Gao | 2010-08-04 | 1 | -10/+13 |
* | | | | Merge branch 'for-2.6.36' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 2010-08-07 | 2 | -2/+7 |
|\ \ \ \ |
|
| * | | | | net: sunrpc: removed duplicated #include | Andrea Gelmini | 2010-08-06 | 1 | -1/+0 |
| * | | | | sunrpc: make the cache cleaner workqueue deferrable | Artem Bityutskiy | 2010-07-06 | 2 | -1/+7 |
* | | | | | Merge branch 'nfs-for-2.6.36' of git://git.linux-nfs.org/projects/trondmy/nfs... | Linus Torvalds | 2010-08-07 | 9 | -235/+301 |
|\ \ \ \ \ |
|
| * | | | | | SUNRPC: Defer deleting the security context until gss_do_free_ctx() | Trond Myklebust | 2010-08-04 | 1 | -6/+1 |
| * | | | | | SUNRPC: prevent task_cleanup running on freed xprt | J. Bruce Fields | 2010-08-04 | 1 | -0/+1 |
| * | | | | | SUNRPC: Reduce asynchronous RPC task stack usage | Trond Myklebust | 2010-08-04 | 1 | -2/+3 |
| * | | | | | SUNRPC: Move the bound cred to struct rpc_rqst | Trond Myklebust | 2010-08-04 | 7 | -85/+83 |
| * | | | | | SUNRPC: Clean up of rpc_bindcred() | Trond Myklebust | 2010-08-04 | 3 | -29/+21 |
| * | | | | | SUNRPC: Move remaining RPC client related task initialisation into clnt.c | Trond Myklebust | 2010-08-04 | 2 | -73/+88 |