| Commit message (Expand) | Author | Age | Files | Lines |
* | [PATCH] ieee80211 quality scaling algorithm extension handler | James Ketrenos | 2005-09-16 | 2 | -10/+33 |
* | [PATCH] Fixed some endian issues with 802.11 header usage in ieee80211_rx.c | James Ketrenos | 2005-09-16 | 1 | -17/+26 |
* | [PATCH] orinoco: Update PCMCIA ID's. | Pavel Roskin | 2005-09-16 | 2 | -21/+57 |
* | [PATCH] orinoco: Don't include <net/ieee80211.h> twice. | Pavel Roskin | 2005-09-16 | 1 | -2/+0 |
* | [PATCH] orinoco: Remove conditionals that are useless in the kernel drivers. | Pavel Roskin | 2005-09-16 | 2 | -28/+1 |
* | [PATCH] pcnet32: set min ring size to 4 | Hubert WS Lin | 2005-09-16 | 1 | -7/+12 |
* | [PATCH] pcnet32: set_ringparam implementation | Hubert WS Lin | 2005-09-16 | 1 | -54/+209 |
* | [PATCH] Add rapidio net driver | Matt Porter | 2005-09-14 | 3 | -0/+589 |
* | [PATCH] mii: Add test for GigE support | Dale Farnsworth | 2005-09-14 | 2 | -0/+16 |
* | [PATCH] C99 initializers in ray_cs.c | viro@ZenIV.linux.org.uk | 2005-09-14 | 1 | -23/+23 |
* | [PATCH] lne390 bogus casts | viro@ZenIV.linux.org.uk | 2005-09-14 | 1 | -1/+1 |
* | [PATCH] drivers/net/wan/: possible cleanups | Adrian Bunk | 2005-09-14 | 16 | -139/+101 |
* | [PATCH] Replace drivers/net/wan custom ctype macros with standard ones | Tobias Klauser | 2005-09-14 | 5 | -19/+9 |
* | [PATCH] drivers/net: fix-up schedule_timeout() usage | Nishanth Aravamudan | 2005-09-14 | 17 | -92/+53 |
* | [PATCH] orinoco: WE-18 support | Pavel Roskin | 2005-09-14 | 2 | -110/+33 |
* | [PATCH] via-rhine: support ETHTOOL_GPERMADDR | John W. Linville | 2005-09-14 | 1 | -1/+3 |
* | [PATCH] sundance: support ETHTOOL_GPERMADDR | John W. Linville | 2005-09-14 | 1 | -0/+2 |
* | [PATCH] skge: support ETHTOOL_GPERMADDR | John W. Linville | 2005-09-14 | 1 | -0/+2 |
* | [PATCH] r8169: support ETHTOOL_GPERMADDR | John W. Linville | 2005-09-14 | 1 | -0/+2 |
* | [PATCH] pcnet32: support ETHTOOL_GPERMADDR | John W. Linville | 2005-09-14 | 1 | -1/+3 |
* | [PATCH] ne2k-pci: support ETHTOOL_GPERMADDR | John W. Linville | 2005-09-14 | 1 | -0/+2 |
* | [PATCH] ixgb: support ETHTOOL_GPERMADDR | John W. Linville | 2005-09-14 | 2 | -1/+3 |
* | [PATCH] forcedeth: support ETHTOOL_GPERMADDR | John W. Linville | 2005-09-14 | 1 | -1/+3 |
* | [PATCH] e100: support ETHTOOL_GPERMADDR | John W. Linville | 2005-09-14 | 1 | -1/+3 |
* | [PATCH] e1000: support ETHTOOL_GPERMADDR | John W. Linville | 2005-09-14 | 2 | -1/+3 |
* | [PATCH] b44: support ETHTOOL_GPERMADDR | John W. Linville | 2005-09-14 | 1 | -0/+2 |
* | [PATCH] 8139too: support ETHTOOL_GPERMADDR | John W. Linville | 2005-09-14 | 1 | -0/+2 |
* | [PATCH] 8139cp: support ETHTOOL_GPERMADDR | John W. Linville | 2005-09-14 | 1 | -0/+2 |
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2005-09-14 | 12 | -36/+130 |
|\ |
|
| * | Merge master.kernel.org:/pub/scm/linux/kernel/git/acme/net-2.6 | David S. Miller | 2005-09-14 | 1 | -1/+8 |
| |\ |
|
| | * | [DCCP]: Handle SYNC packets in dccp_rcv_state_process | Arnaldo Carvalho de Melo | 2005-09-14 | 1 | -0/+6 |
| | * | [DCCP]: Check if already in the CLOSING state in dccp_rcv_closereq | Arnaldo Carvalho de Melo | 2005-09-14 | 1 | -1/+2 |
| * | | Merge master.kernel.org:/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6 | David S. Miller | 2005-09-13 | 5 | -8/+90 |
| |\ \ |
|
| | * | | [Bluetooth] Add ignore parameters to the HCI USB driver | Marcel Holtmann | 2005-09-13 | 2 | -3/+21 |
| | * | | [Bluetooth] Prevent RFCOMM connections through the RAW socket | Marcel Holtmann | 2005-09-13 | 1 | -5/+25 |
| | * | | [Bluetooth] Add support for extended inquiry responses | Marcel Holtmann | 2005-09-13 | 2 | -0/+44 |
| * | | | [NETFILTER]: Fix DHCP + MASQUERADE problem | Patrick McHardy | 2005-09-13 | 1 | -0/+6 |
| * | | | [NETFILTER]: Fix rcu race in ipt_REDIRECT | Patrick McHardy | 2005-09-13 | 1 | -6/+10 |
| * | | | [NETFILTER]: Simplify netbios helper | Patrick McHardy | 2005-09-13 | 1 | -12/+7 |
| * | | | [NETFILTER]: Use correct type for "ports" module parameter | Patrick McHardy | 2005-09-13 | 3 | -9/+9 |
* | | | | Merge master.kernel.org:/home/rmk/linux-2.6-arm | Linus Torvalds | 2005-09-14 | 2 | -1/+5 |
|\ \ \ \ |
|
| * | | | | [ARM] 2896/1: Add sys_ipc_wrapper to pass 'fifth' argument on stack | George G. Davis | 2005-09-13 | 2 | -1/+5 |
* | | | | | [PATCH] Even more fallout from ATI Xpress timer workaround | Cal Peake | 2005-09-14 | 1 | -3/+1 |
| |/ / /
|/| | | |
|
* | | | | [PATCH] x86_64: Export end_pfn | Andi Kleen | 2005-09-13 | 1 | -0/+1 |
* | | | | [PATCH] Fix spinlock owner debugging | Ingo Molnar | 2005-09-13 | 1 | -4/+4 |
* | | | | [PATCH] i386: Ignore masked FPU exceptions | Chuck Ebbert | 2005-09-13 | 1 | -2/+3 |
* | | | | Merge master.kernel.org:/pub/scm/linux/kernel/git/chrisw/lsm-2.6 | Linus Torvalds | 2005-09-13 | 5 | -159/+424 |
|\ \ \ \ |
|
| * | | | | [PATCH] SECURITY must depend on SYSFS | Adrian Bunk | 2005-08-22 | 1 | -0/+1 |
| * | | | | [PATCH] seclvl securityfs | serue@us.ibm.com | 2005-07-09 | 1 | -158/+70 |
| * | | | | [PATCH] add securityfs for all LSMs to use | Greg KH | 2005-07-09 | 3 | -1/+353 |