Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2009-07-06 | net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functions | Patrick McHardy | 1 | -1/+1 |
2009-06-19 | Staging: epl: do not use CLONE_SIGHAND with allow_signal() | Oleg Nesterov | 2 | -5/+6 |
2009-04-17 | Staging: epl: convert to netdev_ops | Alexander Beregalov | 1 | -5/+12 |
2009-04-04 | Staging: epl: remove pointless highres timer check | Greg Kroah-Hartman | 1 | -11/+0 |
2009-04-04 | Staging: epl: don't check for devfs | Greg Kroah-Hartman | 1 | -69/+0 |
2009-04-04 | Staging: epl: fix up epl/kernel/*.h files | Greg Kroah-Hartman | 15 | -319/+5 |
2009-04-04 | Staging: epl: fix up epl/user/*.h files | Greg Kroah-Hartman | 19 | -242/+28 |
2009-04-04 | Staging: epl: remove EPLDLLEXPORT | Greg Kroah-Hartman | 20 | -282/+246 |
2009-04-04 | Staging: epl: fix sparse warning in proc_fs.c | Greg Kroah-Hartman | 1 | -0/+2 |
2009-04-04 | Staging: epl: remove kernel version checks | Greg Kroah-Hartman | 5 | -27/+0 |
2009-04-04 | Staging: epl: clean up demo_main.c | Greg Kroah-Hartman | 1 | -32/+18 |
2009-04-04 | Staging: epl: fix up some non-ANSI functions | Greg Kroah-Hartman | 3 | -5/+5 |
2009-04-04 | Staging: epl: remove WORD | Greg Kroah-Hartman | 27 | -123/+120 |
2009-04-04 | Staging: epl: remove DWORD | Greg Kroah-Hartman | 36 | -206/+203 |
2009-04-04 | Staging: epl: remove QWORD | Greg Kroah-Hartman | 10 | -92/+88 |
2009-04-04 | Staging: epl: remove BYTE | Greg Kroah-Hartman | 51 | -405/+404 |
2009-04-04 | Staging: epl: delete EdrvFec5282.h | Greg Kroah-Hartman | 1 | -340/+0 |
2009-04-04 | Staging: epl: remove CONST | Greg Kroah-Hartman | 3 | -13/+5 |
2009-04-04 | Staging: epl: remove some unused types | Greg Kroah-Hartman | 1 | -20/+3 |
2009-04-04 | Staging: epl: remove compiler warning from SharedBuff.c | Greg Kroah-Hartman | 1 | -1/+1 |
2009-04-04 | Staging: epl: remove REENTRANT | Greg Kroah-Hartman | 2 | -14/+0 |
2009-04-04 | Staging: epl: remove MEM | Greg Kroah-Hartman | 17 | -174/+151 |
2009-04-04 | Staging: epl: remove ROM | Greg Kroah-Hartman | 4 | -51/+25 |
2009-04-04 | Staging: epl: remove FAR | Greg Kroah-Hartman | 3 | -151/+145 |
2009-04-04 | Staging: epl: remove NEAR | Greg Kroah-Hartman | 3 | -7/+1 |
2009-04-04 | Staging: epl: remove GENERIC | Greg Kroah-Hartman | 6 | -15/+10 |
2009-04-04 | Staging: epl: remove EplObjDef.h | Greg Kroah-Hartman | 1 | -199/+0 |
2009-04-04 | Staging: epl: unwind rest of _LINUX_ #ifdefs | Greg Kroah-Hartman | 6 | -178/+1 |
2009-04-04 | Staging: epl: remove __KERNEL__ checks | Greg Kroah-Hartman | 6 | -80/+1 |
2009-04-04 | Staging: epl: remove INLINE mess | Greg Kroah-Hartman | 7 | -202/+78 |
2009-04-04 | Staging: epl: remove _WIN_32_ and _NO_OS_ defines | Greg Kroah-Hartman | 7 | -247/+10 |
2009-04-04 | Staging: epl: remove PUBLIC definition | Greg Kroah-Hartman | 64 | -1036/+848 |
2009-04-04 | Staging: epl: remove NULL from global.h | Greg Kroah-Hartman | 1 | -3/+0 |
2009-04-04 | Staging: epl: remove complier macros from global.h | Greg Kroah-Hartman | 1 | -1052/+0 |
2009-04-04 | Staging: epl: remove unneeded files | Greg Kroah-Hartman | 3 | -2027/+0 |
2009-01-08 | staging: __FUNCTION__ is gcc-specific, use __func__ | Harvey Harrison | 2 | -31/+31 |
2009-01-07 | Staging: epl: fix netdev->priv b0rkage | Greg Kroah-Hartman | 1 | -6/+4 |
2009-01-07 | Staging: epl: hr timers all run in hard irq context now | Greg Kroah-Hartman | 1 | -7/+0 |
2009-01-07 | Staging: epl: run Lindent on *.c files | Greg Kroah-Hartman | 41 | -25525/+25316 |
2009-01-07 | Staging: epl: run Lindent on *.h files | Greg Kroah-Hartman | 35 | -4059/+3608 |
2009-01-07 | Staging: epl: run Lindent on all user/*.h files | Greg Kroah-Hartman | 19 | -431/+320 |
2009-01-07 | Staging: epl: run Lindent on all kernel/*.h files | Greg Kroah-Hartman | 13 | -199/+144 |
2009-01-07 | Staging: add epl stack | Daniel Krueger | 110 | -0/+56531 |