| Commit message (Expand) | Author | Files | Lines |
2005-04-25 | [NET]: Document ->hard_start_xmit() locking in comments. | Ben Greear | 1 | -0/+13 |
2005-04-25 | [PKT_SCHED]: Introduce simple actions. | Jamal Hadi Salim | 6 | -5/+299 |
2005-04-25 | [TG3]: Update driver version and release date. | David S. Miller | 1 | -2/+2 |
2005-04-25 | [ATM]: ENI155P error handling fix | Andrew Morton | 1 | -9/+18 |
2005-04-25 | [TCP]: skb pcount with MTU discovery | David S. Miller | 2 | -16/+20 |
2005-04-25 | [SLIP]: Remove redundant NULL pointer checks prior to kfree | Jesper Juhl | 1 | -18/+12 |
2005-04-25 | [ATM]: [fore200e] pci doesn't use global board list; use pci_register_driver() | chas williams | 1 | -3/+1 |
2005-04-25 | [ATM]: [he] Use the DMA_32BIT_MASK constant from dma-mapping.h | chas williams | 2 | -3/+2 |
2005-04-25 | [AX25] Introduce ax25_type_trans | Arnaldo Carvalho de Melo | 11 | -34/+19 |
2005-04-25 | [NETFILTER]: Ignore PSH on SYN/ACK in TCP connection tracking | Patrick McHardy | 1 | -0/+1 |
2005-04-25 | [NETFILTER]: Fix NAT sequence number adjustment | Patrick McHardy | 4 | -16/+101 |
2005-04-24 | [PATCH] ppc trivial iomem annotations: pmac_smp.c | Al Viro | 1 | -7/+7 |
2005-04-24 | [PATCH] ppc trivial iomem annotations: chrp | Al Viro | 3 | -5/+6 |
2005-04-24 | [PATCH] ppc trivial iomem annotations: pmac_time.c | Al Viro | 1 | -4/+3 |
2005-04-24 | [PATCH] mostek bogus sparse annotations fixed | Al Viro | 3 | -18/+18 |
2005-04-24 | [PATCH] missing include in mthca | Al Viro | 1 | -0/+1 |
2005-04-24 | [PATCH] broken dependency for floppy on ARM | Al Viro | 1 | -1/+1 |
2005-04-24 | [PATCH] missing include in hisax | Al Viro | 1 | -0/+1 |
2005-04-24 | [PATCH] __get_unaligned() turned into macro | Al Viro | 1 | -41/+42 |
2005-04-24 | [PATCH] broken dependency for I2C_MPC | Al Viro | 1 | -1/+1 |
2005-04-24 | [PATCH] missing dependency on sparc64 | Al Viro | 1 | -0/+1 |
2005-04-24 | [PATCH] msnd_pinnacle GFP fix | Al Viro | 1 | -1/+1 |
2005-04-24 | [PATCH] mempolicy.c GFP fix | Al Viro | 1 | -1/+1 |
2005-04-24 | [PATCH] SCSI GFP fixes | Al Viro | 2 | -2/+2 |
2005-04-22 | [IA64] Fix build errors for !HOTPLUG case. | Ashok Raj | 1 | -3/+7 |
2005-04-22 | [IA64] cpu hotplug: return offlined cpus to SAL | Ashok Raj | 5 | -110/+399 |
2005-04-22 | [IA64] ia32_signal.c: erroneous use of memset/memcpy | Arun Sharma | 1 | -3/+2 |
2005-04-22 | [PATCH] x86_64: fix new out of line put_user() | Alexander Nyberg | 1 | -6/+6 |
2005-04-22 | [SPARC64]: In sunsab driver, make sure to set the uart timeout. | David S. Miller | 1 | -5/+11 |
2005-04-22 | [SPARC64]: In sunsu driver, make sure to fully init chip for kbd/ms | David S. Miller | 1 | -2/+9 |
2005-04-22 | [SPARC]: Provide generic ioctls in Sparc RTC driver. | David S. Miller | 3 | -23/+123 |
2005-04-22 | [SPARC64]: Provide a pgprot_noncached() implementation. | David S. Miller | 1 | -0/+5 |
2005-04-22 | [XFRM]: Fix existence lookup in xfrm_state_find | Patrick McHardy | 1 | -2/+3 |
2005-04-22 | [TG3]: Add msi test | Michael Chan | 1 | -3/+151 |
2005-04-22 | [TG3]: Add msi support | Michael Chan | 2 | -5/+72 |
2005-04-22 | [TG3]: Fix bug in tg3_set_eeprom() | Michael Chan | 1 | -1/+3 |
2005-04-22 | [TG3]: Add nvram lock-out support for 5752 TPM | Michael Chan | 2 | -34/+37 |
2005-04-22 | [TG3]: Add nvram detection for 5752 | Michael Chan | 2 | -1/+76 |
2005-04-22 | [TG3]: Add GPIO3 for 5752 | Michael Chan | 2 | -0/+13 |
2005-04-22 | [TG3]: Workaround 5752 A0 chip ID | Michael Chan | 2 | -5/+10 |
2005-04-22 | [TG3]: Fix tg3_set_power_state() | Michael Chan | 1 | -2/+8 |
2005-04-22 | [TG3]: Setup proper GPIO settings | Michael Chan | 1 | -6/+28 |
2005-04-22 | [TG3]: Split tg3_phy_probe into 2 functions | Michael Chan | 1 | -17/+39 |
2005-04-22 | [TG3]: Minor 5752 fixes | Michael Chan | 2 | -7/+18 |
2005-04-22 | [TG3]: add support for bcm5752 rev a1 | John W. Linville | 2 | -2/+6 |
2005-04-22 | [TG3]: check TG3_FLG2_5750_PLUS flag to set TG3_FLG2_5705_PLUS flag | John W. Linville | 1 | -5/+4 |
2005-04-22 | [TG3]: use TG3_FLG2_57{05,50}_PLUS flags in tg3_get_invariants | John W. Linville | 1 | -5/+2 |
2005-04-22 | [TG3]: more use of TG3_FLG2_5705_PLUS flag | John W. Linville | 1 | -8/+4 |
2005-04-22 | [TG3]: use new TG3_FLG2_5750_PLUS flag | John W. Linville | 1 | -25/+13 |
2005-04-22 | [TG3]: define TG3_FLG2_5750_PLUS flag | John W. Linville | 2 | -0/+5 |