summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* net: Add variants of capable for use on netlink messagesEric W. Biederman2014-04-242-0/+72
* net: Add variants of capable for use on on socketsEric W. Biederman2014-04-242-0/+54
* net: Move the permission check in sock_diag_put_filterinfo to packet_diag_dumpEric W. Biederman2014-04-243-4/+9
* netlink: Rename netlink_capable netlink_allowedEric W. Biederman2014-04-241-5/+5
* gianfar: Check if phydev present on ethtool -AClaudiu Manoil2014-04-241-0/+3
* Merge branch 'qlcnic-net'David S. Miller2014-04-242-1/+17
|\
| * qlcnic: Fix memory leak.Rajesh Borundia2014-04-241-1/+8
| * qlcnic: Reset firmware API lock at driver load timeSony Chacko2014-04-241-0/+9
|/
* team: forbid incorrect fall-through in notifierJiri Pirko2014-04-241-0/+2
* net: cadence: Fix architecture dependenciesJean Delvare2014-04-241-2/+2
* smc91x: improve definition of debug macrosZi Shen Lim2014-04-241-11/+12
* net: filter: initialize A and X registersAlexei Starovoitov2014-04-231-7/+9
* net: Update my email addressBen Hutchings2014-04-231-1/+1
* vxlan: ensure to advertise the right fdb remoteNicolas Dichtel2014-04-231-17/+21
* net/phy: micrel: fix bugged test on device tree loading for ksz9021Hubert Chaumette2014-04-231-3/+3
* hisax/icc: add missing semicolon after labelJulia Lawall2014-04-231-1/+1
* smc91x: fix compile error when SMC_DEBUG >= 2Zi Shen Lim2014-04-231-1/+1
* net: sxgbe: Added phy_found error pathByungho An2014-04-221-2/+12
* net: sxgbe: rearrange dma descriptorByungho An2014-04-222-24/+19Star
* virtio_net: zero is an invald queue_pairs numberAmos Kong2014-04-221-1/+1
* arc_emac: write initial MAC address from devicetree to hwMax Schwarz2014-04-221-7/+14
* net: Fix ns_capable check in sock_diag_put_filterinfoAndrew Lutomirski2014-04-223-4/+4
* MAINTAINERS: SXGBE authors updateFlorian Fainelli2014-04-211-1/+0Star
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2014-04-2114-79/+59Star
|\
| * e1000e/igb/ixgbe/i40e: fix message terminationsJakub Kicinski2014-04-1910-22/+21Star
| * ixgbe: clean up Rx time stamping codeJakub Kicinski2014-04-193-45/+15Star
| * igb: fix stats for i210 rx_fifo_errorsTodd Fujinaka2014-04-191-1/+3
| * e1000e: Enclose e1000e_pm_thaw() with CONFIG_PM_SLEEPHiroaki SHIMODA2014-04-191-1/+1
| * e1000e: Correctly include VLAN_HLEN when changing interface MTUVlad Yasevich2014-04-191-1/+1
| * i40e: fix TCP flag replication for hardware offloadJesse Brandeburg2014-04-191-0/+9
| * i40e: remove open-coded skb_cow_headFrancois Romieu2014-04-191-9/+9
* | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2014-04-192-12/+10Star
|\ \
| * | x86/mce: Fix CMCI preemption bugsIngo Molnar2014-04-172-12/+10Star
* | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2014-04-194-11/+32
|\ \ \
| * | | sched: Check for stop task appearance when balancing happensKirill Tkhai2014-04-173-5/+16
| * | | sched/numa: Fix task_numa_free() lockdep splatMike Galbraith2014-04-112-6/+16
* | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2014-04-192-12/+16
|\ \ \ \
| * | | | perf/x86/intel: Use rdmsrl_safe() when initializing RAPL PMUVenkatesh Srinivas2014-04-181-3/+9
| * | | | kprobes/x86: Fix page-fault handling logicMasami Hiramatsu2014-04-171-9/+7Star
* | | | | Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2014-04-1953-914/+1058
|\ \ \ \ \
| * \ \ \ \ Merge branch 'drm-next-3.15-wip' of git://people.freedesktop.org/~deathsimple...Dave Airlie2014-04-1913-247/+152Star
| |\ \ \ \ \
| | * | | | | drm/radeon: Improve vramlimit module param documentationLauri Kasanen2014-04-081-1/+1
| | * | | | | drm/radeon: fix audio pin counts for DCE6+ (v2)Alex Deucher2014-04-082-5/+14
| | * | | | | drm/radeon/dp: switch to the common i2c over aux codeAlex Deucher2014-04-085-200/+44Star
| | * | | | | drm/dp/i2c: Update comments about common i2c over dp assumptions (v3)Alex Deucher2014-04-082-1/+7
| | * | | | | drm/dp/i2c: send bare addresses to properly reset i2c connections (v4)Alex Deucher2014-04-081-19/+32
| | * | | | | drm/radeon/dp: handle zero sized i2c over aux transactions (v2)Alex Deucher2014-04-081-5/+18
| | * | | | | drm/i915: support address only i2c-over-aux transactionsJani Nikula2014-04-081-3/+4
| | * | | | | drm/tegra: dp: Support address-only I2C-over-AUX transactionsThierry Reding2014-04-082-13/+32
| * | | | | | drm: bochs: drop unused struct fieldsGerd Hoffmann2014-04-182-3/+0Star