| Commit message (Expand) | Author | Age | Files | Lines |
* | [TCP]: Check num sacks in SACK fast path | Baruch Even | 2007-02-08 | 1 | -0/+5 |
* | [TCP]: Seperate DSACK from SACK fast path | Baruch Even | 2007-02-08 | 2 | -36/+32 |
* | [TCP]: Advance fast path pointer for first block only | Baruch Even | 2007-02-08 | 1 | -10/+24 |
* | [PACKET]: Fix skb->cb clobbering between aux and sockaddr | Herbert Xu | 2007-02-08 | 1 | -16/+30 |
* | [PACKET]: Add optional checksum computation for recvmsg | Herbert Xu | 2007-02-08 | 2 | -9/+58 |
* | [IPV4/IPV6]: Always wait for IPSEC SA resolution in socket contexts. | David S. Miller | 2007-02-08 | 12 | -13/+14 |
* | [TCP]: remove tcp header from tcp_v4_check (take #2) | Frederik Deweerdt | 2007-02-08 | 5 | -12/+11 |
* | [IPV6] ROUTE: Do not route packets to link-local address on other device. | YOSHIFUJI Hideaki | 2007-02-08 | 1 | -5/+14 |
* | [NETLINK]: Don't BUG on undersized allocations | Patrick McHardy | 2007-02-08 | 12 | -85/+149 |
* | [NET_SCHED] sch_prio: class statistics printing enabled | Jarek Poplawski | 2007-02-08 | 1 | -0/+15 |
* | Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/... | Linus Torvalds | 2007-02-08 | 17 | -468/+1211 |
|\ |
|
| * | configfs: Zero terminate data in configfs attribute writes. | Joel Becker | 2007-02-07 | 1 | -3/+6 |
| * | [PATCH] ocfs2 heartbeat: clean up bio submission code | Philipp Reisner | 2007-02-07 | 1 | -127/+31 |
| * | ocfs2: introduce sc->sc_send_lock to protect outbound outbound messages | Zhen Wei | 2007-02-07 | 2 | -0/+10 |
| * | [PATCH] ocfs2: drop INET from Kconfig, not needed | Randy Dunlap | 2007-02-07 | 1 | -1/+0 |
| * | ocfs2_dlm: Add timeout to dlm join domain | Sunil Mushran | 2007-02-07 | 1 | -1/+13 |
| * | ocfs2_dlm: Silence some messages during join domain | Sunil Mushran | 2007-02-07 | 1 | -3/+6 |
| * | ocfs2_dlm: disallow a domain join if node maps mismatch | Srinivas Eeda | 2007-02-07 | 3 | -1/+62 |
| * | ocfs2_dlm: Ensure correct ordering of set/clear refmap bit on lockres | Sunil Mushran | 2007-02-07 | 2 | -11/+94 |
| * | ocfs2: Binds listener to the configured ip address | Sunil Mushran | 2007-02-07 | 1 | -7/+8 |
| * | ocfs2_dlm: Calling post handler function in assert master handler | Kurt Hackel | 2007-02-07 | 4 | -4/+29 |
| * | ocfs2: Added post handler callable function in o2net message handler | Kurt Hackel | 2007-02-07 | 12 | -60/+112 |
| * | ocfs2_dlm: Cookies in locks not being printed correctly in error messages | Kurt Hackel | 2007-02-07 | 5 | -25/+26 |
| * | ocfs2_dlm: Silence a failed convert | Kurt Hackel | 2007-02-07 | 1 | -22/+6 |
| * | ocfs2_dlm: wake up sleepers on the lockres waitqueue | Kurt Hackel | 2007-02-07 | 3 | -2/+18 |
| * | ocfs2_dlm: Dlm dispatch was stopping too early | Kurt Hackel | 2007-02-07 | 1 | -3/+0 |
| * | ocfs2_dlm: Drop inflight refmap even if no locks found on the lockres | Kurt Hackel | 2007-02-07 | 1 | -5/+3 |
| * | ocfs2_dlm: Flush dlm workqueue before starting to migrate | Kurt Hackel | 2007-02-07 | 1 | -16/+20 |
| * | ocfs2_dlm: Fix migrate lockres handler queue scanning | Kurt Hackel | 2007-02-07 | 1 | -6/+20 |
| * | ocfs2_dlm: Make dlmunlock() wait for migration to complete | Kurt Hackel | 2007-02-07 | 2 | -0/+5 |
| * | ocfs2_dlm: Fixes race between migrate and dirty | Kurt Hackel | 2007-02-07 | 3 | -14/+33 |
| * | [PATCH] fs/ocfs2/dlm/: make functions static | Adrian Bunk | 2007-02-07 | 3 | -10/+7 |
| * | ocfs2_dlm: fix cluster-wide refcounting of lock resources | Kurt Hackel | 2007-02-07 | 8 | -174/+729 |
* | | Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6 | Linus Torvalds | 2007-02-08 | 5 | -27/+27 |
|\ \ |
|
| * | | Revert "Driver core: convert SPI code to use struct device" | Greg Kroah-Hartman | 2007-02-07 | 5 | -27/+27 |
* | | | Merge master.kernel.org:/pub/scm/linux/kernel/git/paulus/powerpc | Linus Torvalds | 2007-02-08 | 209 | -3422/+17427 |
|\ \ \ |
|
| * | | | [POWERPC] Add export of vgacon_remap_base | Mathieu Desnoyers | 2007-02-08 | 1 | -0/+1 |
| * | | | [POWERPC] Remove bogus comment about page_is_ram | Johannes Berg | 2007-02-08 | 1 | -4/+0 |
| * | | | [POWERPC] windfarm: don't die on suspend thread signal | Johannes Berg | 2007-02-08 | 1 | -4/+2 |
| * | | | [POWERPC] Fix comment in kernel/irq.c | Johannes Berg | 2007-02-08 | 1 | -3/+3 |
| * | | | [POWERPC] ppc: Fix booke watchdog initialization | Stefan Roese | 2007-02-08 | 1 | -9/+11 |
| * | | | [POWERPC] PPC: Use ARRAY_SIZE macro when appropriate | Ahmed S. Darwish | 2007-02-08 | 3 | -6/+6 |
| * | | | [POWERPC] Use ARRAY_SIZE macro when appropriate | Ahmed S. Darwish | 2007-02-08 | 3 | -7/+7 |
| * | | | [POWERPC] Fix ppc64's writing to struct file_operations | Stephen Rothwell | 2007-02-08 | 1 | -4/+7 |
| * | | | [POWERPC] ppc: use syslog macro for the printk log level | Robert P. J. Day | 2007-02-08 | 1 | -1/+2 |
| * | | | [POWERPC] ppc: cs4218_tdm remove extra brace | Mariusz Kozlowski | 2007-02-08 | 1 | -1/+0 |
| * | | | [POWERPC] Add mpc52xx/lite5200 PCI support | Grant Likely | 2007-02-08 | 5 | -1/+437 |
| * | | | Merge branch 'for_paulus' of master.kernel.org:/pub/scm/linux/kernel/git/gala... | Paul Mackerras | 2007-02-08 | 392 | -2577/+3180 |
| |\ \ \ |
|
| | * | | | [POWERPC] Fixup error handling when emulating a floating point instruction | Kumar Gala | 2007-02-07 | 1 | -22/+60 |
| | * | | | [POWERPC] Enable interrupts if we are doing fp math emulation | Kumar Gala | 2007-02-07 | 1 | -14/+15 |