aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-12-08net/mlx5_core: Add more supported devicesEli Cohen1-1/+5
2014-12-08net/mlx5_core: Clear outbox of dealloc uarMajd Dibbiny1-0/+1
2014-12-08net/mlx5_core: Print resource number on QP/SRQ async eventsEli Cohen1-2/+2
2014-12-08net/mlx5_core: Remove unused dev cap enum fieldsEli Cohen1-8/+0
2014-12-08net/mlx5_core: Fix command queue size enforcementEli Cohen1-1/+1
2014-12-08net/mlx5_core: Fix min vectors value in mlx5_enable_msixEli Cohen1-1/+1
2014-12-08net/mlx5_core: Request the mlx5 IB module on driver loadEli Cohen1-0/+7
2014-12-08Merge branch 'r8169-next'David S. Miller1-11/+22
2014-12-08r8169:disable rtl8168ep cmac engineChun-Hao Lin1-8/+22
2014-12-08r8169:prevent enable hardware tx/rx too earlyChun-Hao Lin1-3/+0
2014-12-08net: mvneta: fix Tx interrupt delaywilly tarreau1-1/+1
2014-12-08Merge branch 'tipc-next'David S. Miller5-158/+157
2014-12-08tipc: convert name table read-write lock to RCUYing Xue4-59/+69
2014-12-08tipc: remove unnecessary INIT_LIST_HEADYing Xue2-3/+0
2014-12-08tipc: simplify relationship between name table lock and node lockYing Xue1-9/+10
2014-12-08tipc: any name table member must be protected under name table lockYing Xue1-1/+2
2014-12-08tipc: ensure all name sequences are properly protected with its lockYing Xue1-21/+27
2014-12-08tipc: ensure all name sequences are released when name table is stoppedYing Xue1-4/+3
2014-12-08tipc: make name table allocated dynamicallyYing Xue3-65/+55
2014-12-08tipc: remove size variable from publ_list structYing Xue1-12/+7
2014-12-08Merge branch 'iov_iter' into for-nextAl Viro1101-7898/+10861
2014-12-08udp: Neaten and reduce size of compute_score functionsJoe Perches2-99/+125
2014-12-08net: bcmgenet: enable driver to work without a device treePetri Gynther4-33/+143
2014-12-08copy_from_iter_nocache()Al Viro2-0/+22
2014-12-08new helper: iov_iter_kvec()Al Viro2-0/+15
2014-12-08csum_and_copy_..._iter()Al Viro2-0/+91
2014-12-08hyperv: Add support for vNIC hot removalHaiyang Zhang4-0/+10
2014-12-08test: bpf: expand DIV_KX to DIV_MOD_KXDenis Kirjanov1-2/+8
2014-12-08mips: bpf: Fix broken BPF_MODDenis Kirjanov1-2/+2
2014-12-08Merge branch 'tstamp-next'David S. Miller5-25/+146
2014-12-08net-timestamp: expand documentation and testWillem de Bruijn2-20/+93
2014-12-08net-timestamp: allow reading recv cmsg on errqueue with origin tstampWillem de Bruijn4-6/+52
2014-12-08ipv4: warn once on passing AF_INET6 socket to ip_recv_errorWillem de Bruijn1-0/+2
2014-12-08thermal: of: Extend current of-thermal.c code to allow setting emulated tempLukasz Majewski2-0/+27
2014-12-08iov_iter.c: handle ITER_KVEC directlyAl Viro2-13/+70
2014-12-09xtensa: fix kmap_prot definitionMax Filippov1-1/+1
2014-12-09xtensa: add power management menu to KconfigMax Filippov1-0/+6
2014-12-09Merge branch 'drm-mst-next' of ssh://people.freedesktop.org/~/linux into drm-...Dave Airlie13-39/+593
2014-12-09drm/fb: add support for tiled monitor configurations. (v2)Dave Airlie3-23/+128
2014-12-09drm/tile: expose the tile property to userspace (v3)Dave Airlie5-1/+66
2014-12-09drm/connector: store tile information from displayid (v3)Dave Airlie3-3/+164
2014-12-09drm/mst: cached EDID for logical ports (v2)Dave Airlie3-4/+21
2014-12-09drm: add tile_group support. (v3)Dave Airlie3-0/+119
2014-12-09drm/displayid: add displayid defines and edid extension (v2)Dave Airlie2-0/+78
2014-12-09drm/dp-mst: Remove branches before dropping the referenceDaniel Vetter1-1/+4
2014-12-09drm/fb_helper: move deferred fb checking into restore mode (v2)Dave Airlie1-4/+9
2014-12-09drm/dp: retry AUX transactions 32 times (v1.1)Dave Airlie1-3/+4
2014-12-08f2fs: avoid to ra unneeded blocks in recover flowChao Yu3-18/+23
2014-12-08f2fs: introduce is_valid_blkaddr to cleanup codes in ra_meta_pagesChao Yu1-27/+26
2014-12-08f2fs: fix to enable readahead for SSA/CP blocksChao Yu1-2/+15