aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/airo.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2011-11-26KSZ8851-SNL: Add ethtool support for EEPROM via eeprom_93cx6Ben Dooks3-320/+120
2011-11-26KSZ8851-SNL: Fix MAC address change problemTristram Ha2-21/+28
2011-11-26KSZ8851-SNL: Add support for EEPROM MAC addressBen Dooks1-7/+34
2011-11-26eeprom_93cx6: Add write supportBen Dooks2-0/+91
2011-11-26eeprom_93cx6: Add data direction control.Ben Dooks2-0/+5
2011-11-26be2net: Fix non utilization of RX queuesPadmanabh Ratnakar1-6/+10
2011-11-26be2net: Use new hash keyPadmanabh Ratnakar1-2/+3
2011-11-26be2net: Add error handling for LancerPadmanabh Ratnakar1-49/+106
2011-11-26be2net: Fix error recovery pathsPadmanabh Ratnakar1-1/+4
2011-11-26be2net: Move to new SR-IOV implementation in LancerPadmanabh Ratnakar3-25/+200
2011-11-26bonding: Remove obsolete source file 'bond_ipv6.c'Ben Hutchings1-223/+0
2011-11-26net: Use IS_ENABLED() in netdevice.h as appropriateBen Hutchings1-10/+8
2011-11-26dsa: Allow core and drivers to be built as modulesBen Hutchings3-8/+12
2011-11-26dsa: Define module author, description, license and aliases for driversBen Hutchings4-0/+18
2011-11-26mv88e6xxx: Combine mv88e6131 and mv88e612_61_65 driversBen Hutchings5-31/+32
2011-11-26dsa: Combine core and tagging codeBen Hutchings6-49/+38
2011-11-26dsa: Export functions from core to modulesBen Hutchings2-0/+4
2011-11-26dsa: Change dsa_uses_{dsa, trailer}_tags() into inline functionsBen Hutchings4-59/+52
2011-11-26net: Revert ARCNET and PHYLIB to tristate optionsBen Hutchings2-2/+2
2011-11-26ipv4: Don't use the cached pmtu informations for input routesSteffen Klassert1-2/+2
2011-11-26route: struct rtable can be const in rt_is_input_route and rt_is_output_routeSteffen Klassert1-2/+2
2011-11-26net: Move mtu handling down to the protocol depended handlersSteffen Klassert5-12/+25
2011-11-26net: Rename the dst_opt default_mtu method to mtuSteffen Klassert6-18/+18
2011-11-26route: Use the device mtu as the default for blackhole routesSteffen Klassert2-2/+2
2011-11-25netns: fix proxy ARP entries listing on a netnsJorge Boncompte [DTI2]1-1/+4
2011-11-25net/netlabel: copy and paste bug in netlbl_cfg_unlbl_map_add()Dan Carpenter1-2/+2
2011-11-24net: mv643xx_eth: fix build errorAxel Lin1-4/+5
2011-11-23ipv4: Save nexthop address of LSRR/SSRR option to IPCB.Li Wei3-3/+6
2011-11-23ehea: Use round_jiffies_relative to align workqueueAnton Blanchard1-2/+4
2011-11-23ehea: Reduce memory usage in buffer poolsAnton Blanchard1-2/+2
2011-11-23qlge: fix size of external list for TX address descriptorsThadeu Lima de Souza Cascardo1-5/+3
2011-11-23bnx2x: Fix 5461x LEDYaniv Rosner2-1/+39
2011-11-23net: treewide use of RCU_INIT_POINTEREric Dumazet9-21/+21
2011-11-23ipv4 : igmp : fix error handle in ip_mc_add_src()Jun Zhao1-1/+2
2011-11-23ipv6: tcp: fix tcp_v6_conn_request()Eric Dumazet1-6/+7
2011-11-23b44: Use dev_kfree_skb_irq() in b44_tx()Xander Hover1-1/+1
2011-11-23netfilter: Remove NOTRACK/RAW dependency on NETFILTER_ADVANCED.David S. Miller3-3/+0
2011-11-23netprio_cgroup: Fix build breakNeil Horman1-13/+5
2011-11-23ipv6: tcp: fix panic in SYN processingEric Dumazet1-1/+1
2011-11-23ipv6: fix a bug in ndisc_send_redirectLi Wei1-1/+1
2011-11-22net: remove netdev_alloc_page and use __GFP_COLDEric Dumazet8-52/+18
2011-11-22Sweep away N/A fw_version dustbunnies from the .get_drvinfo routine of a number of driversRick Jones17-31/+7
2011-11-22net: remove ipv6_addr_copy()Alexey Dobriyan66-315/+288
2011-11-22Revert "rt2800pci: handle spurious interrupts"John W. Linville1-6/+1
2011-11-22tc: comment spelling fixesstephen hemminger1-3/+3
2011-11-22Revert "rt2x00: handle spurious pci interrupts"John W. Linville3-3/+3
2011-11-22net: correct comments of skb_shiftFeng King1-1/+1
2011-11-22atm: Allow MSG_PEEK for atm socketsJorge Boncompte [DTI2]1-3/+11
2011-11-22atm: Introduce vcc_process_recv_queueJorge Boncompte [DTI2]5-27/+31
2011-11-22atm: clip: move clip_devs check to clip_pushJorge Boncompte [DTI2]1-7/+10