summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-01-26net: ipv6: Add sysctl entry to disable MTU updates from RAHarout Hedeshian5-1/+20
2015-01-26Merge branch 'fib_trie_next'David S. Miller3-175/+198
2015-01-26fib_trie: Various clean-ups for handling slenAlexander Duyck1-20/+29
2015-01-26fib_trie: Move fib_find_alias to file where it is usedAlexander Duyck3-19/+20
2015-01-26fib_trie: Use empty_children instead of counting empty nodes in stats collectionAlexander Duyck1-7/+1
2015-01-26fib_trie: Add collapse() and should_collapse() to resizeAlexander Duyck1-35/+65
2015-01-26fib_trie: Fall back to slen update on inflate/halve failureAlexander Duyck1-5/+5
2015-01-26fib_trie: Fix RCU bug and merge similar bits of inflate/halveAlexander Duyck1-84/+73
2015-01-26fib_trie: Use index & (~0ul << n->bits) instead of index >> n->bitsAlexander Duyck1-8/+8
2015-01-26Merge branch 'mlx4-next'David S. Miller27-347/+1046
2015-01-26net/mlx4_core: Reset flow activation upon SRIOV fatal command casesYishai Hadas4-41/+107
2015-01-26net/mlx4_core: Enable device recovery flow with SRIOVYishai Hadas8-70/+292
2015-01-26net/mlx4_core: Handle AER flow properlyYishai Hadas1-6/+65
2015-01-26net/mlx4_core: Manage interface state for Reset flow casesYishai Hadas4-3/+32
2015-01-26net/mlx4_core: Activate reset flow upon fatal command casesYishai Hadas5-27/+153
2015-01-26net/mlx4_core: Enhance the catas flow to support device resetYishai Hadas4-29/+108
2015-01-26net/mlx4_core: Refactor the catas flow to work per deviceYishai Hadas4-44/+48
2015-01-26net/mlx4_core: Set device configuration data to be persistent across resetYishai Hadas2-2/+45
2015-01-26net/mlx4_core: Maintain a persistent memory for mlx4 deviceYishai Hadas24-163/+234
2015-01-25cxgb3: re-use native hex2bin()Andy Shevchenko1-3/+3
2015-01-25usbnet: re-use native hex2bin()Andy Shevchenko1-9/+8
2015-01-25Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller10-101/+424
2015-01-25Merge branch 'vxlan_tx'David S. Miller7-65/+65
2015-01-25vxlan: Eliminate dependency on UDP socket in transmit pathTom Herbert3-41/+38
2015-01-25udp: Do not require sock in udp_tunnel_xmit_skbTom Herbert5-26/+29
2015-01-25net: fec: fix the warning found by dma debugNimrod Andy1-11/+23
2015-01-25Merge branch 'be2net-next'David S. Miller5-261/+236
2015-01-25be2net: Fix TX rate limiting on Lancer/Skyhawk-R VFsKalesh AP1-0/+1
2015-01-25be2net: move definitions related to FW cmdsfrom be_hw.h to be_cmds.hVasundhara Volam3-224/+176
2015-01-25be2net: issue function reset cmd in resume pathKalesh AP1-0/+4
2015-01-25be2net: add a log message for POST timeout in LancerKalesh AP1-6/+11
2015-01-25be2net: fail VF link config change via ndo_set_vf_link_state() on BE3/LancerKalesh AP1-1/+1
2015-01-25be2net: fix failure case in setting flow controlKalesh AP2-11/+15
2015-01-25be2net: move interface create code to a separate routineKalesh AP1-20/+29
2015-01-25Merge branch 'stmmac-dwmac-rk'David S. Miller4-44/+25
2015-01-25dt-bindings: Document phy-supply property in rockchip-dwmacRomain Perier1-0/+1
2015-01-25net: stmmac: dwmac-rk: Use standard devicetree property for phy regulatorRomain Perier2-43/+22
2015-01-25ARM: dts: Add regulator voltage settings for vcc_phy in rk3288-evb.dtsiRomain Perier1-0/+2
2015-01-25net: stmmac: dwmac-rk: Don't set the regulator voltage for phy from the driverRomain Perier1-1/+0
2015-01-25Merge branch 'cxgb4-next'David S. Miller6-3/+1088
2015-01-25cxgb4: Add debugfs options to dump the rss key, config for PF, VF, etcHariprasad Shenai5-0/+978
2015-01-25cxgb4: Add debugfs entry to dump the contents of the flashHariprasad Shenai5-3/+110
2015-01-24xen-netback: always fully coalesce guest Rx packetsDavid Vrabel2-105/+3
2015-01-24Merge branch 'link_netns_advertise'David S. Miller8-1/+35
2015-01-24vxlan: advertise netns of vxlan dev in fdb msgNicolas Dichtel3-0/+7
2015-01-24veth: advertise link netns via netlinkNicolas Dichtel1-0/+9
2015-01-24macvlan: advertise link netns via netlinkNicolas Dichtel1-0/+6
2015-01-24vlan: advertise link netns via netlinkNicolas Dichtel1-0/+8
2015-01-24ip6gretap: advertise link netns via netlinkNicolas Dichtel1-0/+1
2015-01-24rtnl: fix error path when adding an iface with a link netNicolas Dichtel1-1/+4