summaryrefslogtreecommitdiffstats
path: root/net/wimax/op-reset.c (unfollow)
Commit message (Expand)AuthorFilesLines
2012-11-01tuntap: log the unsigned informaiton with %uJason Wang1-3/+3
2012-10-31ethernet: Convert dev_printk(KERN_<LEVEL> to dev_<level>(Joe Perches2-8/+6
2012-10-31x86: bpf_jit_comp: add vlan tag supportEric Dumazet1-0/+21
2012-10-31net: filter: add vlan tag accessEric Dumazet3-1/+14
2012-10-31net/cadence: depend on HAS_IOMEMJoachim Eastwood1-0/+1
2012-10-31netxen: explicity handle pause autoneg parameterFlavio Leitner1-0/+7
2012-10-31tcp: make tcp_clear_md5_list staticstephen hemminger1-1/+1
2012-10-31net: compute skb->rxhash if nic hash may be 3-tupleWillem de Bruijn1-1/+1
2012-10-31dlink: dl2k: use the module_pci_driver macroDevendra Naga1-15/+1
2012-10-31realtek: r8169: use module_pci_driver macroDevendra Naga1-12/+1
2012-10-31qla3xxx: remove unused variable in ql_process_mac_tx_intr()Wei Yongjun1-3/+0
2012-10-31qla3xxx: use module_pci_driver to simplify the codeWei Yongjun1-12/+1
2012-10-31smsc95xx: add wol support for more frame typesSteve Glendinning3-6/+128
2012-10-31net/ipv4/ipconfig: add device address to a KERN_INFO messageClaudio Fontana1-2/+4
2012-10-31ixgbe: add setlink, getlink support to ixgbe and ixgbevfJohn Fastabend5-3/+122
2012-10-31net: set and query VEB/VEPA bridge mode via PF_BRIDGEJohn Fastabend4-7/+102
2012-10-31net: create generic bridge opsJohn Fastabend5-60/+108
2012-10-30igb: Fix sparse warning in igb_ptp_rx_pktstampAlexander Duyck1-1/+1
2012-10-30igb: Update firmware version info for ethtool output.Carolyn Wyborny4-50/+126
2012-10-30igb: Enable auto-crossover during forced operation on 82580 and above.Matthew Vick2-12/+21
2012-10-30igbvf: Check for error on dma_map_single callGreg Rose1-0/+13
2012-10-30ixgbevf: Do not forward LLDP type framesGreg Rose1-0/+5
2012-10-30ixgbe: reduce PTP rx path overheadJiri Benc1-2/+4
2012-10-30ixgbe: add/update descriptor maps in commentsJosh Hay1-6/+55
2012-10-30ixgbe: Do not decrement budget in ixgbe_clean_rx_irqAlexander Duyck1-5/+4
2012-10-30ixgbe: Return success or failure on VF MAC filter setGreg Rose1-1/+1
2012-10-30ixgbe: clean up the condition for turning on/off the laserEmil Tantilov1-23/+8
2012-10-30net, ixgbe: handle link local multicast addresses in SR-IOV modeJohn Fastabend7-19/+26
2012-10-30ixgbe: Fix return value from macvlan filter functionGreg Rose1-1/+2
2012-10-30ixgbe: Add support for pipeline resetDon Skidmore3-32/+153
2012-10-29batman-adv: add kernel-doc for enum batadv_dbg_levelAntonio Quartulli1-4/+11
2012-10-29batman-adv: pass the WIFI flag from the local to global entryAntonio Quartulli2-9/+28
2012-10-29batman-adv: properly convert flag into a boolean valueAntonio Quartulli1-1/+1
2012-10-29batman-adv: check for more space before accessing the skbAntonio Quartulli1-2/+6
2012-10-29batman-adv: print packets re-routing on DBG_TT and ratelimit itAntonio Quartulli1-4/+4
2012-10-29batman-adv: properly store the roaming timeAntonio Quartulli1-0/+6
2012-10-29batman-adv: don't allow ECTP traffic on batman-advSimon Wunderlich1-2/+10
2012-10-29batman-adv: Only increase refcounter once for alternate routerSven Eckelmann1-15/+8
2012-10-29batman-adv: Check return value of try_module_getSven Eckelmann4-18/+12
2012-10-29batman-adv: Remove extra check in batadv_bit_get_packetSven Eckelmann1-13/+10
2012-10-29batman-adv: Set special lockdep classes to avoid lockdep warningSven Eckelmann1-0/+44
2012-10-29batman-adv: return proper value in case of hash_add failureAntonio Quartulli1-1/+1
2012-10-29batman-adv: consolidate duplicated primary_if checking codeMarek Lindner6-91/+57
2012-10-29batman-adv: Remove unused define BAT_ATTR_HIF_UINTSven Eckelmann1-49/+0
2012-10-29batman-adv: split hard_iface struct for each routing protocolMarek Lindner3-24/+39
2012-10-29batman-adv: use check_unicast_packet() in recv_roam_adv()Antonio Quartulli1-14/+1
2012-10-29net: sierra: shut up sparse restricted type warningsBjørn Mork1-2/+2
2012-10-29net: cdc_ncm: error path lock fixBjørn Mork1-0/+2
2012-10-29net: cdc_ncm: big endian fixBjørn Mork1-1/+1
2012-10-29rtnl/ipv4: add support of RTM_GETNETCONFNicolas Dichtel1-2/+73