summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2015-12-23cxgb4: Update mps_tcam output to include T6 fieldsHariprasad Shenai2-19/+105
2015-12-23cxgb4: Update correct encoding of SGE Ingress DMA States for T6 adapterHariprasad Shenai1-0/+59
2015-12-23cxgb4: Update Congestion Channel map for T6 adapterHariprasad Shenai1-1/+8
2015-12-23cxgb4: Update register range and SGE registers for T6 adapterHariprasad Shenai4-9/+30
2015-12-23cxgb4/cxgb4vf: Update Ingress padding boundary values for T6 adapterHariprasad Shenai5-34/+76
2015-12-23cxgb4: Update pm_stats for T6 adapter familyHariprasad Shenai4-4/+35
2015-12-23cxgb4: Pass correct argument to t4_link_l1cfg()Hariprasad Shenai1-1/+1
2015-12-23bridge: use kobj_to_dev instead of to_devGeliang Tang1-2/+1
2015-12-23bonding: drop unused to_dev macro in bond_sysfs.cGeliang Tang1-1/+0
2015-12-23dsa: mv88e6xxx: Add Second back of statisticsAndrew Lunn2-109/+129
2015-12-23Merge branch 'sfc-vf'David S. Miller4-47/+288
2015-12-23sfc: Downgrade or remove some error messagesBert Kenward2-9/+18
2015-12-23sfc: Downgrade EPERM messages from MCDI to debugTomáš Pilař1-3/+4
2015-12-23sfc: Make failed filter removal less noisyBert Kenward1-17/+31
2015-12-23sfc: Handle MCDI proxy authorisationBert Kenward2-8/+155
2015-12-23sfc: Retry MCDI after NO_EVB_PORT error on a VFBert Kenward2-15/+85
2015-12-23Merge branch 'cxgb4-next'David S. Miller4-43/+121
2015-12-23cxgb4: Use napi_complete_done() api in napi handlerHariprasad Shenai1-1/+1
2015-12-23cxgb4: Use the node info to alloc_ring() for RX queuesHariprasad Shenai1-2/+4
2015-12-23cxgb4: get naming correct for iscsi queuesHariprasad Shenai4-38/+38
2015-12-23cxgb4: Warn if device doesn't have enough PCI bandwidthHariprasad Shenai1-2/+78
2015-12-22Merge branch 'bindtodevice_tw_rst'David S. Miller5-18/+34
2015-12-22tcp: honour SO_BINDTODEVICE for TW_RST case tooFlorian Westphal3-10/+15
2015-12-22tcp: send_reset: test for non-NULL sk firstFlorian Westphal2-9/+8
2015-12-22net: add inet_sk_transparent() helperFlorian Westphal2-1/+13
2015-12-22mlxsw: core: Use devm_kzalloc to allocate mlxsw_hwmon structureJiri Pirko3-13/+2
2015-12-22net: tcp: deal with listen sockets properly in tcp_abort.Lorenzo Colitti1-0/+5
2015-12-22mlxsw: core: Allow to reset temperature history via hwmon interfaceJiri Pirko1-1/+36
2015-12-22RDS: don't pretend to use cpu notifiersSebastian Andrzej Siewior1-25/+6
2015-12-22net-sysfs: use to_net_dev in net_namespace()Geliang Tang1-2/+2
2015-12-22Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller12-118/+173
2015-12-22fm10k: IS_ENABLED() is not appropriate for boolean kconfig optionBruce Allan1-3/+3
2015-12-22fm10k: cleanup mailbox code comments etcBruce Allan3-24/+34
2015-12-22fm10k: use true/false for boolean get_host_stateBruce Allan1-3/+3
2015-12-22fm10k: remove unused struct elementBruce Allan1-1/+0
2015-12-22fm10k: constify fm10k_mac_ops, fm10k_iov_ops and fm10k_info structuresBruce Allan5-11/+11
2015-12-22fm10k: address operator not needed when declaring function pointersBruce Allan2-48/+48
2015-12-22fm10k: use ether_addr_equal instead of memcmpJacob Keller4-4/+4
2015-12-22fm10k: Cleanup exception handling for changing queuesAlexander Duyck2-16/+59
2015-12-22fm10k: correctly pack TLV structures and explain reasoningJacob Keller1-4/+9
2015-12-22fm10k: don't initialize fm10k_workqueue at global levelBruce Allan1-4/+2
2015-12-20ibmveth: consolidate kmalloc of array, memset 0 to kcallocNicholas Mc Guire1-3/+1
2015-12-19netcp: fix regression in receive processingArnd Bergmann1-3/+7
2015-12-18asix: silence log message from oversize packetstephen hemminger1-1/+1
2015-12-18tcp: diag: add support for request sockets to tcp_abort()Eric Dumazet1-0/+9
2015-12-18Merge branch 'bpf-misc-updates'David S. Miller7-36/+208
2015-12-18bpf, test: add couple of test casesDaniel Borkmann1-0/+120
2015-12-18bpf, x86: detect/optimize loading 0 immediatesDaniel Borkmann1-0/+26
2015-12-18bpf: fix misleading comment in bpf_convert_filterDaniel Borkmann1-6/+0
2015-12-18bpf: move clearing of A/X into classic to eBPF migration prologueDaniel Borkmann5-29/+27