Age | Commit message (Expand) | Author | Files | Lines |
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 | net: rfkill: gpio: make better use of gpiod API | Uwe Kleine-König | 1 | -14/+10 |
2015-05-29 | cfg80211: ignore netif running state when changing iftype | Michal Kazior | 1 | -1/+1 |
2015-05-29 | mac80211: prevent possible crypto tx tailroom corruption | Michal Kazior | 1 | -0/+3 |
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 |
2015-05-29 | treewide: Add missing vmalloc.h inclusion. | David S. Miller | 7 | -0/+7 |
2015-05-28 | i40e: Bump version to 1.3.4 | Catherine Sullivan | 1 | -1/+1 |
2015-05-28 | i40e/i40evf: remove time_stamp member | Jesse Brandeburg | 4 | -19/+0 |
2015-05-28 | i40e/i40evf: force inline transmit functions | Jesse Brandeburg | 2 | -36/+32 |
2015-05-28 | i40evf: skb->xmit_more support | Jesse Brandeburg | 1 | -41/+47 |
2015-05-28 | i40e: Move the FD ATR/SB messages to a higher debug level | Anjali Singhai Jain | 2 | -9/+18 |
2015-05-28 | i40e: fix unrecognized FCOE EOF case | Vasu Dev | 1 | -4/+7 |
2015-05-28 | i40e/i40evf: Remove unneeded TODO | Greg Rose | 2 | -6/+0 |
2015-05-28 | i40e: Remove unnecessary pf members | Anjali Singhai Jain | 3 | -9/+5 |
2015-05-28 | i40e/i40evf: Add stats to count Tunnel ATR hits | Anjali Singhai Jain | 6 | -3/+20 |
2015-05-28 | i40e/i40evf: Add ATR support for tunneled TCP/IPv4/IPv6 packets. | Anjali Singhai Jain | 4 | -51/+62 |
2015-05-28 | i40e: Disable offline diagnostics if VFs are enabled | Greg Rose | 2 | -0/+34 |
2015-05-28 | i40e: Collect PFC XOFF RX stats even in single TC case | Neerav Parikh | 1 | -3/+2 |
2015-05-28 | ixgbe: Allow flow director to use entire queue space | John Fastabend | 1 | -10/+24 |
2015-05-28 | ethtool: Add helper routines to pass vf to rx_flow_spec | John Fastabend | 1 | -0/+25 |
2015-05-27 | tcp/dccp: warn user for preferred ip_local_port_range | Eric Dumazet | 2 | -0/+7 |
2015-05-27 | tcp: connect() from bound sockets can be faster | Eric Dumazet | 2 | -4/+13 |
2015-05-27 | Merge branch 'cxgb4-next' | David S. Miller | 9 | -90/+170 |
2015-05-27 | cxgb4/cxgb4vf: function and argument name cleanup | Hariprasad Shenai | 9 | -89/+89 |