aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wan/Makefile (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2012-11-09ipv6: send unsolicited neighbour advertisements to all-nodesHannes Frederic Sowa1-2/+1
2012-11-08netconsole: add oops_only module optionAmerigo Wang1-0/+6
2012-11-08vlan: set sysfs device_type to 'vlan'Doug Goldstein1-0/+6
2012-11-08irda: sh-irda: Remove SH7377 supportNobuhiro Iwamatsu1-4/+0
2012-11-08irda: sh-irda: Remove SH7367 supportNobuhiro Iwamatsu1-1/+1
2012-11-08ipv6: remove rt6i_peer_genid from rt6_info and its handlerLi RongQing2-17/+2
2012-11-07net: usb: cdc_eem: Fix rx skb allocation for 802.1Q VLANsIan Coolidge1-1/+2
2012-11-07usb: gadget: g_ether: fix frame size check for 802.1QIan Coolidge1-1/+2
2012-11-07ndisc: fix a typo in a comment in ndisc_recv_na()Nicolas Dichtel1-1/+1
2012-11-07cxgb4: Fix initialization of SGE_CONTROL registerVipul Pandya1-1/+1
2012-11-07ksz884x: use module_pci_driver to simplify the codeWei Yongjun1-12/+1
2012-11-07isdn: Make CONFIG_ISDN depend on CONFIG_NETDEVICESLee Jones3-6/+2
2012-11-07bnx2x: Support loading cnic resources at run-timeMerav Sicron12-565/+1084
2012-11-07bnx2x: HSI change for 'update' ramrodMerav Sicron1-5/+16
2012-11-07packet: tx_ring: allow the user to choose tx data offsetPaul Chavent4-1/+60
2012-11-07net: fec: reduce spin lock time in fec_ptp_adjfreqFrank Li1-8/+6
2012-11-07net: fec: default select FEC_PTP at mx6 platformFrank Li1-2/+2
2012-11-07net/at91_ether: fix comment and style issuesJoachim Eastwood1-60/+51
2012-11-07net/at91_ether: clean up print outsJoachim Eastwood1-10/+7
2012-11-07net/at91_ether: drop board_data private struct memberJoachim Eastwood2-8/+1
2012-11-07net/at91_ether: use stat function from macbJoachim Eastwood3-42/+11
2012-11-07net/at91_ether: use macb functions for get/set hwaddrJoachim Eastwood1-109/+3
2012-11-07net/macb: export macb_set_hwaddr and macb_get_hwaddrJoachim Eastwood2-3/+7
2012-11-07net/macb: support reversed hw addrJoachim Eastwood1-6/+18
2012-11-07net/macb: check all address registers setsJoachim Eastwood1-15/+20
2012-11-07be2net: remove adapter->eq_next_idxSathya Perla2-4/+0
2012-11-07be2net: remove roce on lancerSathya Perla3-29/+4
2012-11-07be2net: fix access to SEMAPHORE regSathya Perla4-22/+11
2012-11-07be2net: re-factor bar mapping codeSathya Perla1-95/+42
2012-11-07be2net: do not use sli_family to identify skyhawk-R chipSathya Perla4-9/+4
2012-11-07be2net: fix wrong usage of adapter->generationSathya Perla4-93/+92
2012-11-07be2net: remove LANCER A0 workaroundSathya Perla1-10/+0
2012-11-07cxgb4: Initialize data structures before using.Vipul Pandya1-0/+4
2012-11-07af-packet: fix oops when socket is not presentEric Leblond1-1/+1
2012-11-07pkt_sched: enable QFQ to support TSO/GSOPaolo Valente1-30/+79
2012-11-07mlx4: 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