aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2015-01-13atm: lanai: Remove unused functionRickard Strandqvist1-9/+0
2015-01-13tipc: correctly handle releasing a not fully initialized sockSasha Levin1-2/+5
2015-01-13sunvnet: fix rx packet length check to allow for TSODavid L Stevens1-1/+6
2015-01-13xen-netfront: use different locks for Rx and Tx statsDavid Vrabel1-29/+42
2015-01-13mISDN: avoid arch specific __builtin_return_address callArnd Bergmann2-6/+12
2015-01-13infiniband: mlx5: avoid a compile-time warningArnd Bergmann1-1/+1
2015-01-13mlx5: avoid build warnings on 32-bitArnd Bergmann1-3/+3
2015-01-13rocker: fix harmless warning on 32-bit machinesArnd Bergmann1-2/+2
2015-01-13drivers: net: cpsw: fix multicast flush in dual emac modeMugunthan V N3-4/+19
2015-01-13cxgb4: Ripping out old hard-wired initialization code in driverHariprasad Shenai2-520/+58
2015-01-13leds: netxbig: fix oops at probe timeSimon Guinot1-6/+6
2015-01-13tipc: remove redundant timer defined in tipc_sock structYing Xue1-9/+7
2015-01-13net/fsl: replace (1 << x) with BIT(x) for bit definitions in xgmac_mdioShaohui Xie1-7/+7
2015-01-13net/fsl: fix a bug in xgmac_mdioShaohui Xie1-1/+1
2015-01-13bridge: fix uninitialized variable warningRoopa Prabhu1-7/+9
2015-01-13ipv6: directly include libc-compat.h in ipv6.hWillem de Bruijn1-0/+1
2015-01-13cxgb4vf: Initialize mdio_addr before using itHariprasad Shenai1-0/+2
2015-01-13Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-nextDavid S. Miller10-63/+257
2015-01-13i40e: limit sriov to partition 1 of NPAR configurationsShannon Nelson1-1/+1
2015-01-13i40e: Don't exit link event early if link speed has changedCatherine Sullivan1-0/+4
2015-01-13i40e: limit WoL and link settings to partition 1Shannon Nelson1-1/+42
2015-01-13i40e: Adding function for reading PBA StringKamil Krawczyk3-0/+63
2015-01-13i40e/i40evf: find partition_id in npar modeShannon Nelson4-2/+81
2015-01-13i40e: remove VN2VN related mac filtersVasu Dev1-2/+0
2015-01-13i40e: Add warning for NPAR partitions with link speed less than 10GbpsGreg Rose1-0/+9
2015-01-13i40evf: kick a stalled admin queueMitch A Williams2-1/+9
2015-01-13i40evf: enable interrupt 0 appropriatelyMitch A Williams1-8/+4
2015-01-13i40evf: don't fire traffic IRQs when the interface is downMitch A Williams1-4/+7
2015-01-13i40evf: remove leftover VLAN filtersMitch A Williams1-0/+4
2015-01-13i40evf: refactor shutdown codeMitch A Williams1-6/+23
2015-01-13kernel: Change ASSIGN_ONCE(val, x) to WRITE_ONCE(x, val)Christian Borntraeger1-6/+6
2015-01-13openvswitch: Remove unnecessary version.h inclusionSyam Sidhardhan1-2/+0
2015-01-13i40evf: Remove some scary log messagesMitch A Williams2-9/+1
2015-01-13i40evf: remove redundant codeMitch A Williams1-27/+0
2015-01-13i40e: disable IOV before freeing resourcesMitch A Williams1-2/+9
2015-01-13tcp: avoid reducing cwnd when ACK+DSACK is receivedSébastien Barré1-19/+19
2015-01-14Merge tag 'linux-kselftest-3.19-rc-5' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftestLinus Torvalds3-9/+15
2015-01-14Merge tag 'stable/for-linus-3.19-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds5-46/+107
2015-01-13net: Corrected the comment describing the ndo operations to reflect the actual prototype for couple of operationsB Viswanath1-2/+2
2015-01-13Merge branch 'rhashtable-next'David S. Miller5-21/+74
2015-01-13rhashtable: add a note for grow and shrink decision functionsYing Xue1-0/+4
2015-01-13netlink: eliminate nl_sk_hash_lockYing Xue3-19/+25
2015-01-13rhashtable: involve rhashtable_lookup_compare_insert routineYing Xue2-2/+45
2015-01-14Merge branch 'for-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linuxLinus Torvalds3-16/+13
2015-01-13locks: fix NULL-deref in generic_delete_leaseNeilBrown1-1/+1
2015-01-13x86/xen: properly retrieve NMI reasonJan Beulich2-1/+72
2015-01-13Merge tag 'gpio-v3.19-3' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpioLinus Torvalds2-90/+69
2015-01-13Merge tag 'mmc-v3.19-3' of git://git.linaro.org/people/ulf.hansson/mmcLinus Torvalds6-34/+86
2015-01-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds16-129/+78
2015-01-13mm: mmu_gather: use tlb->end != 0 only for TLB invalidationWill Deacon2-6/+10