summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-11-09irda: sh-irda: Remove SH7377 supportNobuhiro Iwamatsu1-4/+0
2012-11-09irda: sh-irda: Remove SH7367 supportNobuhiro Iwamatsu1-1/+1
2012-11-09ipv6: remove rt6i_peer_genid from rt6_info and its handlerLi RongQing2-17/+2
2012-11-08net: usb: cdc_eem: Fix rx skb allocation for 802.1Q VLANsIan Coolidge1-1/+2
2012-11-08usb: gadget: g_ether: fix frame size check for 802.1QIan Coolidge1-1/+2
2012-11-08Merge tag 'batman-adv-for-davem' of git://git.open-mesh.org/linux-mergeDavid S. Miller22-55/+1682
2012-11-08ndisc: fix a typo in a comment in ndisc_recv_na()Nicolas Dichtel1-1/+1
2012-11-08cxgb4: Fix initialization of SGE_CONTROL registerVipul Pandya1-1/+1
2012-11-08ksz884x: use module_pci_driver to simplify the codeWei Yongjun1-12/+1
2012-11-08isdn: Make CONFIG_ISDN depend on CONFIG_NETDEVICESLee Jones3-6/+2
2012-11-08bnx2x: Support loading cnic resources at run-timeMerav Sicron12-565/+1084
2012-11-08bnx2x: HSI change for 'update' ramrodMerav Sicron1-5/+16
2012-11-08packet: tx_ring: allow the user to choose tx data offsetPaul Chavent4-1/+60
2012-11-08net: fec: reduce spin lock time in fec_ptp_adjfreqFrank Li1-8/+6
2012-11-08net: fec: default select FEC_PTP at mx6 platformFrank Li1-2/+2
2012-11-08net/at91_ether: fix comment and style issuesJoachim Eastwood1-60/+51
2012-11-08net/at91_ether: clean up print outsJoachim Eastwood1-10/+7
2012-11-08net/at91_ether: drop board_data private struct memberJoachim Eastwood2-8/+1
2012-11-08net/at91_ether: use stat function from macbJoachim Eastwood3-42/+11
2012-11-08net/at91_ether: use macb functions for get/set hwaddrJoachim Eastwood1-109/+3
2012-11-08net/macb: export macb_set_hwaddr and macb_get_hwaddrJoachim Eastwood2-3/+7
2012-11-08net/macb: support reversed hw addrJoachim Eastwood1-6/+18
2012-11-08net/macb: check all address registers setsJoachim Eastwood1-15/+20
2012-11-08be2net: remove adapter->eq_next_idxSathya Perla2-4/+0
2012-11-08be2net: remove roce on lancerSathya Perla3-29/+4
2012-11-08be2net: fix access to SEMAPHORE regSathya Perla4-22/+11
2012-11-08be2net: re-factor bar mapping codeSathya Perla1-95/+42
2012-11-08be2net: do not use sli_family to identify skyhawk-R chipSathya Perla4-9/+4
2012-11-08be2net: fix wrong usage of adapter->generationSathya Perla4-93/+92
2012-11-08be2net: remove LANCER A0 workaroundSathya Perla1-10/+0
2012-11-08cxgb4: Initialize data structures before using.Vipul Pandya1-0/+4
2012-11-08af-packet: fix oops when socket is not presentEric Leblond1-1/+1
2012-11-08pkt_sched: enable QFQ to support TSO/GSOPaolo Valente1-30/+79
2012-11-08mlx4: change TX coalescing defaultsEric Dumazet2-2/+2
2012-11-07batman-adv: enable fast client detection using unicast_4addr packetsAntonio Quartulli1-2/+10
2012-11-07batman-adv: Add get_ethtool_stats() support for DATMartin Hundebøll5-3/+65
2012-11-07batman-adv: Distributed ARP Table - add runtime switchAntonio Quartulli4-0/+31
2012-11-07batman-adv: Distributed ARP Table - add compile optionAntonio Quartulli5-4/+94
2012-11-07batman-adv: Distributed ARP Table - add snooping functions for ARP messagesAntonio Quartulli6-2/+325
2012-11-07batman-adv: Distributed ARP Table - add ARP parsing functionsAntonio Quartulli4-3/+213
2012-11-07batman-adv: Distributed ARP Table - implement local storageAntonio Quartulli6-0/+346
2012-11-07batman-adv: Distributed ARP Table - create DHT helper functionsAntonio Quartulli9-4/+378
2012-11-07batman-adv: Distributed ARP Table - add a new debug log levelAntonio Quartulli2-2/+5
2012-11-07batman-adv: add UNICAST_4ADDR packet typeAntonio Quartulli6-26/+194
2012-11-07batman-adv: Mark correctly aligned headers not as __packedSven Eckelmann1-6/+15
2012-11-07batman-adv: Reserve extra bytes in skb for better alignmentSven Eckelmann4-19/+22
2012-11-07usbnet: runtime wake up device before calling usbnet_{read|write}_cmdMing Lei1-4/+16
2012-11-07usbnet: smsc95xx: apply the introduced usbnet_{read|write}_cmd_nopmMing Lei1-49/+85
2012-11-07usbnet: smsc95xx: fix memory leak in smsc95xx_suspendMing Lei1-3/+10
2012-11-07usbnet: smsc75xx: apply the introduced usbnet_{read|write}_cmd_nopmMing Lei1-57/+90