| Commit message (Expand) | Author | Age | Files | Lines |
* | usb_gigaset: code cleanup | Tilman Schmidt | 2009-10-29 | 4 | -331/+358 |
* | gigaset: fix bad assumptions about CAPI skbuffs | Tilman Schmidt | 2009-10-29 | 5 | -50/+70 |
* | gigaset: fix format string typo in CAPI dial command | Tilman Schmidt | 2009-10-29 | 1 | -1/+1 |
* | gigaset: CAPI module readability improvements | Tilman Schmidt | 2009-10-29 | 1 | -63/+81 |
* | Allow disabling of DSACK TCP option per route | Gilad Ben-Yossef | 2009-10-29 | 2 | -2/+7 |
* | Allow to turn off TCP window scale opt per route | Gilad Ben-Yossef | 2009-10-29 | 3 | -3/+7 |
* | Allow disabling TCP timestamp options per route | Gilad Ben-Yossef | 2009-10-29 | 3 | -4/+9 |
* | Add the no SACK route option feature | Gilad Ben-Yossef | 2009-10-29 | 3 | -3/+6 |
* | Add dst_feature to query route entry features | Gilad Ben-Yossef | 2009-10-29 | 1 | -1/+7 |
* | Allow tcp_parse_options to consult dst entry | Gilad Ben-Yossef | 2009-10-29 | 7 | -42/+56 |
* | Only parse time stamp TCP option in time wait sock | Gilad Ben-Yossef | 2009-10-29 | 1 | -2/+2 |
* | ip6mr: Optimize multiple unregistration | Eric Dumazet | 2009-10-29 | 1 | -5/+10 |
* | ipv6 sit: Optimize multiple unregistration | Eric Dumazet | 2009-10-29 | 1 | -6/+11 |
* | ipmr: Optimize multiple unregistration | Eric Dumazet | 2009-10-29 | 1 | -5/+10 |
* | ip6tnl: Optimize multiple unregistration | Eric Dumazet | 2009-10-29 | 1 | -3/+8 |
* | bridge: Optimize multiple unregistration | Eric Dumazet | 2009-10-29 | 1 | -10/+9 |
* | be2net: Add the new PCI IDs to PCI_DEVICE_TABLE. | Ajit Khaparde | 2009-10-29 | 1 | -0/+2 |
* | e1000e: flow control doesn't re-enable | Bruce Allan | 2009-10-29 | 1 | -2/+10 |
* | vlan: Add support to netdev_ops.ndo_fcoe_get_wwn for VLAN device | Yi Zou | 2009-10-29 | 1 | -0/+13 |
* | ixgbe: Add support for netdev_ops.ndo_fcoe_get_wwn to 82599 | Yi Zou | 2009-10-29 | 3 | -0/+48 |
* | net: Add ndo_fcoe_get_wwn to net_device_ops | Yi Zou | 2009-10-29 | 1 | -0/+4 |
* | ixgbe: Add support for 82599 alternative WWNN/WWPN prefix | Yi Zou | 2009-10-29 | 2 | -0/+65 |
* | vmxnet3: remove duplicate #include | Shreyas Bhatewara | 2009-10-28 | 1 | -5/+0 |
* | be2net: Changes to update ethtool get_settings function to return appropriate... | Sarveshwar Bandi | 2009-10-28 | 4 | -6/+117 |
* | e100: Fix to allow systems with FW based cards to resume from STD | David Graham | 2009-10-28 | 1 | -4/+16 |
* | netxen: update version to 4.0.65 | Dhananjay Phadke | 2009-10-28 | 1 | -2/+2 |
* | netxen: module firmware hints | Dhananjay Phadke | 2009-10-28 | 3 | -1/+15 |
* | netxen: update module info | Dhananjay Phadke | 2009-10-28 | 1 | -12/+6 |
* | netxen: add PCI IDs for new chip | Dhananjay Phadke | 2009-10-28 | 3 | -4/+8 |
* | netxen: refactor indirect register access | Dhananjay Phadke | 2009-10-28 | 1 | -39/+36 |
* | netxen: support for new firmware file format | Amit Kumar Salecha | 2009-10-28 | 2 | -63/+278 |
* | via-velocity: Remove private device list | Ben Hutchings | 2009-10-28 | 2 | -38/+3 |
* | net: Corrected spelling error heurestics->heuristics | Andreas Petlund | 2009-10-28 | 1 | -2/+2 |
* | net: sysfs: ethtool_ops can be NULL | Eric Dumazet | 2009-10-28 | 1 | -2/+6 |
* | tc35815: Enable NAPI | Atsushi Nemoto | 2009-10-28 | 1 | -0/+1 |
* | tc35815: Fix return value of tc35815_do_interrupt when NAPI enabled | Atsushi Nemoto | 2009-10-28 | 1 | -0/+5 |
* | NET/KS8695: add support NAPI for Rx | Figo.zhang | 2009-10-28 | 1 | -25/+78 |
* | igb: Fix warnings in igb_set_ringparam() | David S. Miller | 2009-10-28 | 1 | -2/+2 |
* | igb: cleanup whitespace issues in igb_main.c | Alexander Duyck | 2009-10-28 | 1 | -22/+19 |
* | igb: open up SCTP checksum offloads to all MACs 82576 and newer | Alexander Duyck | 2009-10-28 | 1 | -1/+1 |
* | igb: limit minimum mtu to 68 to keep ip bound to interface | Alexander Duyck | 2009-10-28 | 1 | -2/+1 |
* | igb: add pci_dev in few spots to clean up use of dev_err/info/warn | Alexander Duyck | 2009-10-28 | 1 | -12/+12 |
* | igb: replace unecessary &adapter->hw with just hw where applicable | Alexander Duyck | 2009-10-28 | 1 | -14/+12 |
* | igb: cleanup clean_rx_irq_adv and alloc_rx_buffers_adv | Alexander Duyck | 2009-10-28 | 1 | -5/+19 |
* | igb: cleanup igb xmit frame path | Alexander Duyck | 2009-10-28 | 1 | -15/+15 |
* | igb: cleanup igb.h header whitespace and some structure formatting | Alexander Duyck | 2009-10-28 | 1 | -6/+6 |
* | igb: Remove invalid stats counters | Alexander Duyck | 2009-10-28 | 2 | -23/+1 |
* | igb: cleanup interrupt enablement in regards to msix_other | Alexander Duyck | 2009-10-28 | 1 | -8/+23 |
* | igb: change queue ordering for 82576 based adapters | Alexander Duyck | 2009-10-28 | 1 | -12/+13 |
* | igb: cleanup code related to ring resource allocation and free | Alexander Duyck | 2009-10-28 | 1 | -12/+17 |