| Commit message (Expand) | Author | Files | Lines |
2007-10-11 | [RT2x00]: add driver for Ralink wireless hardware | Ivo van Doorn | 31 | -0/+21174 |
2007-10-11 | [IWLWIFI]: add iwlwifi wireless drivers | Zhu Yi | 28 | -0/+34833 |
2007-10-11 | [B43LEGACY]: add mac80211-based driver for legacy BCM43xx devices | Larry Finger | 26 | -0/+14848 |
2007-10-11 | [B43]: add mac80211-based driver for modern BCM43xx devices | Michael Buesch | 28 | -0/+16699 |
2007-10-11 | [SSB]: add Sonics Silicon Backplane bus support | Michael Buesch | 24 | -0/+5892 |
2007-10-11 | [TCP]: Return useful listenq info in tcp_info and INET_DIAG_INFO. | Rick Jones | 2 | -5/+12 |
2007-10-11 | [NETNS]: Cleanup list walking in setup_net and cleanup_net | Pavel Emelyanov | 2 | -8/+18 |
2007-10-11 | [NET]: Add Tehuti network driver. | Andy Gospodarek | 7 | -0/+13804 |
2007-10-11 | [IPG]: add IP1000A driver to kernel tree | Francois Romieu | 6 | -0/+3204 |
2007-10-11 | [SCTP]: Tie ADD-IP and AUTH functionality as required by spec. | Vlad Yasevich | 2 | -1/+13 |
2007-10-11 | [SCTP]: API updates to suport SCTP-AUTH extensions. | Vlad Yasevich | 7 | -0/+657 |
2007-10-11 | [SCTP]: Implement the receive and verification of AUTH chunk | Vlad Yasevich | 9 | -13/+374 |
2007-10-11 | [SCTP]: Enable the sending of the AUTH chunk. | Vlad Yasevich | 5 | -27/+159 |
2007-10-11 | [SCTP]: Implete SCTP-AUTH parameter processing | Vlad Yasevich | 5 | -4/+220 |
2007-10-11 | [SCTP]: Implement SCTP-AUTH initializations. | Vlad Yasevich | 5 | -0/+133 |
2007-10-11 | [SCTP]: Implement SCTP-AUTH internals | Vlad Yasevich | 7 | -7/+976 |
2007-10-11 | [SCTP]: protocol definitions for SCTP-AUTH implementation | Vlad Yasevich | 1 | -1/+99 |
2007-10-11 | [IPV4]: Add ICMPMsgStats MIB (RFC 4293) | David L Stevens | 8 | -78/+123 |
2007-10-11 | [IPV6]: Add ICMPMsgStats MIB (RFC 4293) [rev 2] | David L Stevens | 11 | -122/+135 |
2007-10-11 | [NET]: all net/ cleanup with ARRAY_SIZE | Denis Cheng | 2 | -2/+2 |
2007-10-11 | [IPV4] af_inet.c: use ARRAY_SIZE macro from kernel.h instead | Denis Cheng | 1 | -1/+1 |
2007-10-11 | [NETLINK]: the temp variable name max is ambiguous | Denis Cheng | 1 | -6/+6 |
2007-10-11 | [NETLINK]: use the macro min(x,y) provided by <linux/kernel.h> instead | Denis Cheng | 1 | -1/+1 |
2007-10-11 | [SKBUFF]: Fix up csum_start when head room changes | Herbert Xu | 1 | -10/+8 |
2007-10-11 | [NETLINK]: Avoid pointer in netlink_run_queue | Herbert Xu | 7 | -14/+16 |
2007-10-11 | [SCTP]: Move sysctl_sctp_[rw]mem definitions to protocol.c | Vlad Yasevich | 2 | -11/+6 |
2007-10-11 | [SCTP]: Implement the Supported Extensions Parameter | Vlad Yasevich | 3 | -2/+99 |
2007-10-11 | [IPV4/IPV6/DECNET]: Small cleanup for fib rules. | Denis V. Lunev | 5 | -33/+28 |
2007-10-11 | [NET]: Cleanup calling netdev notifiers. | Pavel Emelyanov | 1 | -19/+13 |
2007-10-11 | [NETNS]: Consolidate hashes creation in netdev_init() | Pavel Emelyanov | 1 | -17/+24 |
2007-10-11 | [NET]: Fix the prototype of call_netdevice_notifiers. | Eric W. Biederman | 2 | -3/+3 |
2007-10-11 | [NET]: migrate HARD_TX_LOCK to header file | Jamal Hadi Salim | 2 | -14/+19 |
2007-10-11 | [TAP]: Configurable interface MTU. | Ed Swierk | 1 | -0/+14 |
2007-10-11 | [IPV6]: Remove redundant RTM_DELLINK message. | Milan Kocian | 1 | -2/+0 |
2007-10-11 | [CIPSO]: remove duplicated code in the cipso_v4_*_getattr() functions | Paul Moore | 1 | -73/+42 |
2007-10-11 | [ETHTOOL] Provide default behaviors for a few ethtool sub-ioctls | Jeff Garzik | 38 | -101/+13 |
2007-10-11 | [NET] drivers/net: statistics cleanup #1 -- save memory and shrink code | Jeff Garzik | 83 | -1763/+948 |
2007-10-11 | drivers/net/: all drivers/net/ cleanup with ARRAY_SIZE | Denis Cheng | 37 | -78/+70 |
2007-10-11 | [NET]: Nuke SET_MODULE_OWNER macro. | Ralf Baechle | 251 | -341/+0 |
2007-10-11 | S2io: code Optimization of isr function | Sivakumar Subramani | 2 | -97/+61 |
2007-10-11 | S2io: Check for device state before handling traffic | Sivakumar Subramani | 2 | -22/+46 |
2007-10-11 | S2io: Cleanup - removed unused variable intr_type | Sivakumar Subramani | 2 | -22/+17 |
2007-10-11 | [S2IO]: Handle and monitor all of the device errors and alarms | Sivakumar Subramani | 2 | -136/+357 |
2007-10-11 | S2io: Enable all the error and alarm indications | Sivakumar Subramani | 3 | -85/+278 |
2007-10-11 | remove setup of platform device from jazzsonic.c | Thomas Bogendoerfer | 1 | -54/+7 |
2007-10-11 | sgiseeq: replace use of dma_cache_wback_inv | Ralf Baechle | 1 | -15/+11 |
2007-10-11 | cxgb3 - Update engine microcode version | Divy Le Ray | 1 | -2/+2 |
2007-10-11 | cxgb3 - Add T3C rev | Divy Le Ray | 2 | -0/+4 |
2007-10-11 | cxgb3 - CQ context operations time out too soon. | Divy Le Ray | 1 | -8/+11 |
2007-10-11 | cxgb3 - Set the CQ_ERR bit in CQ contexts. | Divy Le Ray | 2 | -1/+6 |