aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2015-11-24net: dsa: include gpio consumer header fileArnd Bergmann1-0/+1
2015-11-24Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queueDavid S. Miller13-153/+111
2015-11-23VSOCK: constify vmci_transport_notify_ops structuresJulia Lawall4-5/+6
2015-11-23net: atm: constify in_cache_ops and eg_cache_ops structuresJulia Lawall2-4/+4
2015-11-23Merge branch 'ipmr-cleanups'David S. Miller2-372/+284
2015-11-23net: ipmr: factor out common vif init codeNikolay Aleksandrov1-21/+19
2015-11-23net: ipmr: rearrange and cleanup setsockoptNikolay Aleksandrov1-84/+107
2015-11-23net: ipmr: drop ip_mr_init() mrt_cachep null check as we'll panic if it failsNikolay Aleksandrov1-2/+0
2015-11-23net: ipmr: drop an instance of CONFIG_IP_MROUTE_MULTIPLE_TABLESNikolay Aleksandrov1-2/+2
2015-11-23net: ipmr: make ip_mroute_getsockopt more understandableNikolay Aleksandrov1-14/+14
2015-11-23net: ipmr: fix code and comment styleNikolay Aleksandrov2-147/+54
2015-11-23net: ipmr: remove some pimsm ifdefs and simplifyNikolay Aleksandrov1-96/+84
2015-11-23net: ipmr: always define mroute_reg_vif_numNikolay Aleksandrov1-8/+0
2015-11-23net: ipmr: move the tbl id check in ipmr_new_tableNikolay Aleksandrov1-11/+17
2015-11-23intel: i40e: fix confused codeRasmus Villemoes1-14/+10
2015-11-23ixgbevf: fix spoofed packets with random MACEmil Tantilov2-1/+4
2015-11-23ixgbevf: use ether_addr_copy instead of memcpyEmil Tantilov1-8/+6
2015-11-23i40evf: fix compiler warning of unused variableJesse Brandeburg1-4/+3
2015-11-23ixgbe: Remove CS4227 diagnostic codeMark Rustad1-80/+0
2015-11-23ixgbe/ixgbevf: use napi_schedule_irqoff()Alexander Duyck2-3/+3
2015-11-23ixgbevf: Limit lowest interrupt rate for adaptive interrupt moderation to 12KAlexander Duyck3-6/+5
2015-11-23ixgbe: Add KR mode support for CS4227 chipMark Rustad1-23/+62
2015-11-23ixgbe: Fix handling of NAPI budget when multiple queues are enabled per vectorAlexander Duyck1-1/+2
2015-11-23fm10k: Fix handling of NAPI budget when multiple queues are enabled per vectorAlexander Duyck1-0/+4
2015-11-23ixgbe: fix multiple kernel-doc errorsJean Sacren1-6/+3
2015-11-23ixgbe: Delete redundant include fileMark Rustad1-3/+0
2015-11-23ixgbe: drop null test before destroy functionsJulia Lawall1-2/+1
2015-11-23fm10k: Correct MTU for jumbo framesJacob Keller1-1/+1
2015-11-23fm10k: do not assume VF always has 1 queueJacob Keller2-1/+7
2015-11-23Merge branch 'rhashtable-test-enhancements'David S. Miller1-26/+50
2015-11-23rhashtable-test: allow to retry even if -ENOMEM was returnedPhil Sutter1-1/+13
2015-11-23rhashtable-test: calculate max_entries value by defaultPhil Sutter1-3/+5
2015-11-23rhashtable-test: retry insert operationsPhil Sutter1-24/+29
2015-11-23rhashtable-test: add cond_resched() to thread testPhil Sutter1-0/+5
2015-11-23Merge branch 'dsa-gpio-reset'David S. Miller4-0/+38
2015-11-23dsa: mv88e6xxx.c: Hardware reset the chip if availableAndrew Lunn1-0/+10
2015-11-23net: dsa: Add support for a switch reset gpioAndrew Lunn3-0/+28
2015-11-22gianfar: use of_property_read_bool()Saurabh Sengar1-4/+1
2015-11-22bnx2x: Utilize FW 7.13.1.0.Yuval Mintz1-20/+23
2015-11-22net: IPv6 fib lookup tracepointDavid Ahern3-0/+90
2015-11-20net: avoid NULL deref in napi_get_frags()Eric Dumazet1-2/+4
2015-11-20ravb: use clock rate as basis for GTI.TIVSimon Horman2-1/+40
2015-11-20dl2k: Implement suspendOndrej Zary1-14/+65
2015-11-20dl2k: Reorder and cleanup initializationOndrej Zary1-39/+56
2015-11-20dl2k: Handle memory allocation errors in alloc_listOndrej Zary1-85/+97
2015-11-20Merge branch 'tipc-cleanups-improvements'David S. Miller16-1074/+1151
2015-11-20tipc: eliminate remnants of hungarian notationJon Paul Maloy6-133/+133
2015-11-20tipc: narrow down interface towards struct tipc_linkJon Paul Maloy7-345/+415
2015-11-20tipc: narrow down exposure of struct tipc_nodeJon Paul Maloy7-461/+462
2015-11-20tipc: convert node lock to rwlockJon Paul Maloy3-133/+136