summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* atm: eliminate atm_guess_pdu2truesize()chas williams - CONTRACTOR2011-11-263-13/+3
* virtio_net: return already tracked tx_fifo_errors via virtnet_getstats()Rick Jones2011-11-261-0/+1
* ray_cs: Fix array bounds warnings.David S. Miller2011-11-262-4/+4
* airo: Fix array bounds warning when moving packet payload.David S. Miller2011-11-261-2/+2
* KSZ8851-SNL: Add ethtool support for EEPROM via eeprom_93cx6Ben Dooks2011-11-263-320/+120
* KSZ8851-SNL: Fix MAC address change problemTristram Ha2011-11-262-21/+28
* KSZ8851-SNL: Add support for EEPROM MAC addressBen Dooks2011-11-261-7/+34
* eeprom_93cx6: Add write supportBen Dooks2011-11-262-0/+91
* eeprom_93cx6: Add data direction control.Ben Dooks2011-11-262-0/+5
* be2net: Fix non utilization of RX queuesPadmanabh Ratnakar2011-11-261-6/+10
* be2net: Use new hash keyPadmanabh Ratnakar2011-11-261-2/+3
* be2net: Add error handling for LancerPadmanabh Ratnakar2011-11-261-49/+106
* be2net: Fix error recovery pathsPadmanabh Ratnakar2011-11-261-1/+4
* be2net: Move to new SR-IOV implementation in LancerPadmanabh Ratnakar2011-11-263-25/+200
* bonding: Remove obsolete source file 'bond_ipv6.c'Ben Hutchings2011-11-261-223/+0
* net: Use IS_ENABLED() in netdevice.h as appropriateBen Hutchings2011-11-261-10/+8
* dsa: Allow core and drivers to be built as modulesBen Hutchings2011-11-263-8/+12
* dsa: Define module author, description, license and aliases for driversBen Hutchings2011-11-264-0/+18
* mv88e6xxx: Combine mv88e6131 and mv88e612_61_65 driversBen Hutchings2011-11-265-31/+32
* dsa: Combine core and tagging codeBen Hutchings2011-11-266-49/+38
* dsa: Export functions from core to modulesBen Hutchings2011-11-262-0/+4
* dsa: Change dsa_uses_{dsa, trailer}_tags() into inline functionsBen Hutchings2011-11-264-59/+52
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2011-11-2642-93/+162
|\
| * net: Revert ARCNET and PHYLIB to tristate optionsBen Hutchings2011-11-262-2/+2
| * ipv4: Don't use the cached pmtu informations for input routesSteffen Klassert2011-11-261-2/+2
| * route: struct rtable can be const in rt_is_input_route and rt_is_output_routeSteffen Klassert2011-11-261-2/+2
| * net: Move mtu handling down to the protocol depended handlersSteffen Klassert2011-11-265-12/+25
| * net: Rename the dst_opt default_mtu method to mtuSteffen Klassert2011-11-266-18/+18
| * route: Use the device mtu as the default for blackhole routesSteffen Klassert2011-11-262-2/+2
| * netns: fix proxy ARP entries listing on a netnsJorge Boncompte [DTI2]2011-11-251-1/+4
| * net/netlabel: copy and paste bug in netlbl_cfg_unlbl_map_add()Dan Carpenter2011-11-251-2/+2
| * ipv4: Save nexthop address of LSRR/SSRR option to IPCB.Li Wei2011-11-233-3/+6
| * ehea: Use round_jiffies_relative to align workqueueAnton Blanchard2011-11-231-2/+4
| * ehea: Reduce memory usage in buffer poolsAnton Blanchard2011-11-231-2/+2
| * qlge: fix size of external list for TX address descriptorsThadeu Lima de Souza Cascardo2011-11-231-5/+3
| * bnx2x: Fix 5461x LEDYaniv Rosner2011-11-232-1/+39
| * ipv4 : igmp : fix error handle in ip_mc_add_src()Jun Zhao2011-11-231-1/+2
| * ipv6: tcp: fix tcp_v6_conn_request()Eric Dumazet2011-11-231-6/+7
| * b44: Use dev_kfree_skb_irq() in b44_tx()Xander Hover2011-11-231-1/+1
| * netfilter: Remove NOTRACK/RAW dependency on NETFILTER_ADVANCED.David S. Miller2011-11-233-3/+0
| * ipv6: tcp: fix panic in SYN processingEric Dumazet2011-11-231-1/+1
| * ipv6: fix a bug in ndisc_send_redirectLi Wei2011-11-231-1/+1
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-11-226-10/+15
| |\
| | * Revert "rt2800pci: handle spurious interrupts"John W. Linville2011-11-221-6/+1
| | * Revert "rt2x00: handle spurious pci interrupts"John W. Linville2011-11-223-3/+3
| | * prism54: potential memory corruption in prism54_get_essid()Dan Carpenter2011-11-211-1/+1
| | * cfg80211: fix regulatory NULL dereferenceJohannes Berg2011-11-211-0/+4
| | * mac80211: Fix endian bug in radiotap header generationHelmut Schaa2011-11-211-4/+4
| | * mac80211: Fix AMSDU rate printout in debugfs.Ben Greear2011-11-211-2/+2
| | * p54spi: Fix workqueue deadlockMichael Büsch2011-11-171-2/+2