Age | Commit message (Expand) | Author | Files | Lines |
2015-05-31 | ipv6: drop unneeded goto | Julia Lawall | 1 | -7/+1 |
2015-05-31 | net: thunderx: add 64-bit dependency | Arnd Bergmann | 1 | -1/+1 |
2015-05-31 | Merge branch 'mlx4-next' | David S. Miller | 12 | -269/+428 |
2015-05-31 | net/mlx4_core: Make sure there are no pending async events when freeing CQ | Matan Barak | 1 | -0/+3 |
2015-05-31 | net/mlx4_core: Move affinity hints to mlx4_core ownership | Ido Shamay | 4 | -9/+59 |
2015-05-31 | net/mlx4: Add EQ pool | Matan Barak | 11 | -259/+342 |
2015-05-31 | net/mlx4_core: Demote simple multicast and broadcast flow steering rules | Matan Barak | 2 | -2/+25 |
2015-05-31 | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/... | David S. Miller | 46 | -1133/+2374 |
2015-05-31 | Merge branch 'mlx5-next' | David S. Miller | 41 | -578/+13282 |
2015-05-31 | net/mlx5: Extend mlx5_core to support ConnectX-4 Ethernet functionality | Amir Vadai | 11 | -28/+3213 |
2015-05-31 | net/mlx5: Ethernet resource handling files | Amir Vadai | 7 | -0/+1675 |
2015-05-31 | net/mlx5: Ethernet Datapath files | Amir Vadai | 5 | -0/+1054 |
2015-05-31 | net/mlx5_core: Set/Query port MTU commands | Saeed Mahameed | 2 | -0/+57 |
2015-05-31 | net/mlx5_core: Modify CQ moderation parameters | Rana Shahout | 2 | -0/+21 |
2015-05-31 | net/mlx5_core: Implement get/set port status | Rana Shahout | 2 | -0/+40 |
2015-05-31 | net/mlx5_core: Implement access functions of ptys register fields | Saeed Mahameed | 2 | -0/+91 |
2015-05-31 | net/mlx5_core: New device capabilities handling | Saeed Mahameed | 15 | -349/+310 |
2015-05-31 | net/mlx5_core: HW data structs/types definitions cleanup | Saeed Mahameed | 9 | -91/+6686 |
2015-05-31 | net/mlx5_core: Set irq affinity hints | Saeed Mahameed | 3 | -21/+117 |
2015-05-31 | net/mlx5_core,mlx5_ib: Do not use vmap() on coherent memory | Amir Vadai | 6 | -93/+22 |
2015-05-31 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh... | David S. Miller | 13 | -187/+272 |
2015-05-31 | tipc: unconditionally put sock refcnt when sock timer to be deleted is pending | Ying Xue | 1 | -5/+2 |
2015-05-31 | if_vlan: fix vlaue -> value typo | Vivien Didelot | 1 | -3/+3 |
2015-05-31 | bpf: allow BPF programs access skb->skb_iif and skb->dev->ifindex fields | Alexei Starovoitov | 2 | -0/+20 |
2015-05-31 | hv_netvsc: Properly size the vrss queues | KY Srinivasan | 3 | -2/+19 |
2015-05-31 | net: limit tcp/udp rmem/wmem to SOCK_{RCV,SND}BUF_MIN | Sorin Dumitru | 1 | -4/+6 |
2015-05-31 | Merge branch 'stmmac-IPQ806x' | David S. Miller | 10 | -14/+1089 |
2015-05-31 | net: stmmac: ipq806x: document device tree bindings | Mathieu Olivari | 1 | -0/+35 |
2015-05-31 | stmmac: add ipq806x glue layer | Mathieu Olivari | 3 | -0/+380 |
2015-05-31 | stmmac: add fixed-link device-tree support | Mathieu Olivari | 2 | -2/+12 |
2015-05-31 | stmmac: add phy-handle support to the platform layer | Mathieu Olivari | 3 | -11/+24 |
2015-05-31 | clk: qcom: Add support for NSS/GMAC clocks and resets | Stephen Boyd | 3 | -1/+638 |
2015-05-29 | batman-adv: Use common declaration order in *_send_skb_(packet|unicast) | Antonio Quartulli | 1 | -1/+1 |
2015-05-29 | batman-adv: iv_ogm_orig_update, remove unnecessary brackets | Markus Pargmann | 1 | -1/+1 |
2015-05-29 | batman-adv: iv_ogm_can_aggregate, code readability | Markus Pargmann | 1 | -49/+53 |
2015-05-29 | batman-adv: checkpatch - spaces preferred around that '*' | Marek Lindner | 2 | -2/+2 |
2015-05-29 | batman-adv: checkpatch - comparison to NULL could be rewritten | Marek Lindner | 1 | -1/+1 |
2015-05-29 | batman-adv: Use safer default config for optional features | Sven Eckelmann | 2 | -2/+2 |
2015-05-29 | batman-adv: iv_ogm_send_to_if, declare char* as const | Markus Pargmann | 1 | -1/+1 |
2015-05-29 | batman-adv: iv_ogm_aggr_packet, bool return value | Markus Pargmann | 1 | -2/+2 |
2015-05-29 | batman-adv: iv_ogm_iface_enable, direct return values | Markus Pargmann | 1 | -6/+2 |
2015-05-29 | batman-adv: Makefile, Sort alphabetically | Markus Pargmann | 1 | -1/+1 |
2015-05-29 | batman-adv: tvlv realloc, move error handling into if block | Markus Pargmann | 1 | -8/+8 |
2015-05-29 | batman-adv: debugfs, avoid compiling for !DEBUG_FS | Markus Pargmann | 3 | -9/+35 |
2015-05-29 | batman-adv: Use only queued fragments when merging | Sven Eckelmann | 1 | -8/+5 |
2015-05-29 | batman-adv: Check total_size when queueing fragments | Sven Eckelmann | 2 | -2/+7 |
2015-05-29 | batman-adv: update copyright years for 2015 | Sven Eckelmann | 43 | -43/+43 |
2015-05-29 | batman-adv: Start new development cycle | Simon Wunderlich | 1 | -1/+1 |
2015-05-29 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse... | David S. Miller | 3 | -30/+28 |
2015-05-29 | net: qlcnic: clean up sysfs error codes | Vladimir Zapolskiy | 3 | -46/+36 |