| Commit message (Expand) | Author | Age |
... | |
* | | [AF_PACKET]: Remove unused variable. | Jiri Olsa | 2008-03-24 |
* | | [TCP]: Shrink syncookie_secret by 8 byte. | Florian Westphal | 2008-03-24 |
* | | [NET]: include/linux/udp.h - remove duplicate include | Joe Perches | 2008-03-24 |
* | | [NET]: include/linux/igmp.h - remove duplicate include | Joe Perches | 2008-03-24 |
* | | [NET]: include/linux/atalk.h - remove duplicate include | Joe Perches | 2008-03-24 |
* | | [NET]: include/net/route.h - remove duplicate include | Joe Perches | 2008-03-24 |
* | | [IPV6]: Remove unused code in ndisc_send_redirect(). | Rami Rosen | 2008-03-24 |
* | | [8390]: Fix build error. | David S. Miller | 2008-03-22 |
* | | Merge branch 'upstream-net26' of master.kernel.org:/pub/scm/linux/kernel/git/... | David S. Miller | 2008-03-22 |
|\ \ |
|
| * | | ixgbe: Increment version | Auke Kok | 2008-03-17 |
| * | | ixgbe: Add optional DCA infrastructure | Jeb Cramer | 2008-03-17 |
| * | | ixgbe: Introduce adaptive interrupt moderation | Ayyappan Veeraiyan | 2008-03-17 |
| * | | ixgbe: Introduce Multiqueue TX | Ayyappan Veeraiyan | 2008-03-17 |
| * | | ixgbe: Introduce MSI-X queue vector code | Ayyappan Veeraiyan | 2008-03-17 |
| * | | /drivers/net/atarilance.c replaced init_module&cleanup_module with module_ini... | Jon Schindler | 2008-03-17 |
| * | | /drivers/net/at1700.c replaced init_module&cleanup_module with module_init&mo... | Jon Schindler | 2008-03-17 |
| * | | /drivers/net/arcnet/com20020.c replaced init_module&cleanup_module with modul... | Jon Schindler | 2008-03-17 |
| * | | /drivers/net/appletalk/cops.c replaced init_module&cleanup_module with module... | Jon Schindler | 2008-03-17 |
| * | | /drivers/net/8390.c replaced init_module&cleanup_module with module_init&modu... | Jon Schindler | 2008-03-17 |
| * | | smc91x: make superh use default config V2 | Magnus Damm | 2008-03-17 |
| * | | smc91x: add insw/outsw to default config V2 | Magnus Damm | 2008-03-17 |
| * | | smc91x: introduce platform data flags V2 | Magnus Damm | 2008-03-17 |
| * | | smc91x: pass along private data V2 | Magnus Damm | 2008-03-17 |
| * | | S2io: Version update for multiqueue and vlan patches | Sreenivasa Honnur | 2008-03-17 |
| * | | S2io: Support for vlan_rx_kill_vid entry point | Sreenivasa Honnur | 2008-03-17 |
| * | | S2io: Multiqueue network device support - FIFO selection based on L4 ports | Sreenivasa Honnur | 2008-03-17 |
| * | | S2io: Multiqueue network device support implementation | Sreenivasa Honnur | 2008-03-17 |
| * | | qeth: remove old qeth files | Frank Blaschka | 2008-03-17 |
| * | | qeth: new qeth device driver | Frank Blaschka | 2008-03-17 |
| * | | ctc: removal of the old ctc driver | Peter Tiedemann | 2008-03-17 |
| * | | ctcm: infrastructure for replaced ctc driver | Peter Tiedemann | 2008-03-17 |
| * | | drivers/s390/net: Kconfig brush up | Ursula Braun | 2008-03-17 |
| * | | atl1: reduce forward declarations | Jay Cliburn | 2008-03-17 |
| * | | atl1: make functions static | Jay Cliburn | 2008-03-17 |
| * | | atl1: print debug info if rrd error | Jay Cliburn | 2008-03-17 |
| * | | atl1: use netif_msg | Jay Cliburn | 2008-03-17 |
| * | | atl1: use csum_start | Jay Cliburn | 2008-03-17 |
| * | | atl1: simplify tx packet descriptor | Jay Cliburn | 2008-03-17 |
| * | | atl1: add ethtool register dump | Jay Cliburn | 2008-03-17 |
| * | | atl1: fix broken TSO | Jay Cliburn | 2008-03-17 |
| * | | atl1: move common functions to atlx files | Jay Cliburn | 2008-03-17 |
| * | | atl1: relocate atl1 driver to /drivers/net/atlx | Jay Cliburn | 2008-03-17 |
| * | | remove the obsolete xircom_tulip_cb driver | Adrian Bunk | 2008-03-17 |
| * | | sk98lin: remove obsolete driver | Stephen Hemminger | 2008-03-17 |
* | | | [IPV4] route: use read_mostly | Stephen Hemminger | 2008-03-22 |
* | | | [IPV4]: sk parameter is unused in ipv4_dst_blackhole. | Denis V. Lunev | 2008-03-22 |
* | | | [NET]: NPROTO is redundant; it's equal to AF_MAX/PF_MAX. | Rusty Russell | 2008-03-22 |
* | | | [RAW]: Add raw_hashinfo member on struct proto. | Pavel Emelyanov | 2008-03-22 |
* | | | [UDP]: Make full use of proto.h.udp_hash innovation. | Pavel Emelyanov | 2008-03-22 |
* | | | [SOCK]: Add udp_hash member to struct proto. | Pavel Emelyanov | 2008-03-22 |