summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* genetlink: Add genlmsg_parse() helper function.Joe Stringer2015-01-271-0/+17
* openvswitch: Use sw_flow_key_range for key ranges.Joe Stringer2015-01-271-11/+9
* openvswitch: Refactor ovs_flow_tbl_insert().Joe Stringer2015-01-271-7/+14
* openvswitch: Refactor ovs_nla_fill_match().Joe Stringer2015-01-273-40/+46
* Merge tag 'linux-can-next-for-3.20-20150121' of git://git.kernel.org/pub/scm/...David S. Miller2015-01-2718-7/+18
|\
| * can: at91_can: remove unused variableMarc Kleine-Budde2015-01-211-2/+0
| * can: flexcan: remove unused variableMarc Kleine-Budde2015-01-211-2/+0
| * can: dev: fix semicolon.cocci warningskbuild test robot2015-01-211-1/+1
| * can: move can_stats.bus_off++ from can_bus_off into can_change_stateAndri Yngvason2015-01-2016-2/+17
* | Merge branch 'sh_eth'David S. Miller2015-01-271-2/+32
|\ \
| * | sh_eth: add more PM methodsMikhail Ulyanov2015-01-271-0/+31
| * | sh_eth: use SET_RUNTIME_PM_OPS()Mikhail Ulyanov2015-01-271-2/+1
|/ /
* | net: stmmac: add BQL supportBeniamino Galvani2015-01-271-0/+9
* | cxgb4: Fixes cxgb4_inet6addr_notifier unregister callHariprasad Shenai2015-01-261-1/+1
* | rhashtable: rhashtable_remove() must unlink in both tbl and future_tblThomas Graf2015-01-261-9/+15
* | ipv6: tcp: fix race in IPV6_2292PKTOPTIONSEric Dumazet2015-01-261-6/+2
* | rhashtable: fix rht_for_each_entry_safe() endless loopPatrick McHardy2015-01-261-1/+3
* | net/fsl: Replace spin_event_timeout() with arch independent in xgmac_mdioShaohui Xie2015-01-261-8/+16
* | net/fsl: drop in_be32() & out_be32() in xgmac_mdioShaohui Xie2015-01-261-14/+14
* | bonding: handle more gso typesEric Dumazet2015-01-261-3/+3
* | bridge: simplify br_getlink() a bitDan Carpenter2015-01-261-6/+3
* | Merge branch 'phy_dsa'David S. Miller2015-01-262-13/+13
|\ \
| * | net: dsa: bcm_sf2: factor interrupt disabling in a functionFlorian Fainelli2015-01-261-12/+12
| * | net: phy: fixed: allow setting no update_link callbackFlorian Fainelli2015-01-261-1/+1
|/ /
* | net: ipv6: Add sysctl entry to disable MTU updates from RAHarout Hedeshian2015-01-255-1/+20
* | Merge branch 'fib_trie_next'David S. Miller2015-01-253-175/+198
|\ \
| * | fib_trie: Various clean-ups for handling slenAlexander Duyck2015-01-251-20/+29
| * | fib_trie: Move fib_find_alias to file where it is usedAlexander Duyck2015-01-253-19/+20
| * | fib_trie: Use empty_children instead of counting empty nodes in stats collectionAlexander Duyck2015-01-251-7/+1
| * | fib_trie: Add collapse() and should_collapse() to resizeAlexander Duyck2015-01-251-35/+65
| * | fib_trie: Fall back to slen update on inflate/halve failureAlexander Duyck2015-01-251-5/+5
| * | fib_trie: Fix RCU bug and merge similar bits of inflate/halveAlexander Duyck2015-01-251-84/+73
| * | fib_trie: Use index & (~0ul << n->bits) instead of index >> n->bitsAlexander Duyck2015-01-251-8/+8
|/ /
* | Merge branch 'mlx4-next'David S. Miller2015-01-2527-347/+1046
|\ \
| * | net/mlx4_core: Reset flow activation upon SRIOV fatal command casesYishai Hadas2015-01-254-41/+107
| * | net/mlx4_core: Enable device recovery flow with SRIOVYishai Hadas2015-01-258-70/+292
| * | net/mlx4_core: Handle AER flow properlyYishai Hadas2015-01-251-6/+65
| * | net/mlx4_core: Manage interface state for Reset flow casesYishai Hadas2015-01-254-3/+32
| * | net/mlx4_core: Activate reset flow upon fatal command casesYishai Hadas2015-01-255-27/+153
| * | net/mlx4_core: Enhance the catas flow to support device resetYishai Hadas2015-01-254-29/+108
| * | net/mlx4_core: Refactor the catas flow to work per deviceYishai Hadas2015-01-254-44/+48
| * | net/mlx4_core: Set device configuration data to be persistent across resetYishai Hadas2015-01-252-2/+45
| * | net/mlx4_core: Maintain a persistent memory for mlx4 deviceYishai Hadas2015-01-2524-163/+234
|/ /
* | cxgb3: re-use native hex2bin()Andy Shevchenko2015-01-251-3/+3
* | usbnet: re-use native hex2bin()Andy Shevchenko2015-01-251-9/+8
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2015-01-2510-101/+424
|\ \
| * | net: e1000e: support txtd update delay via xmit_moreFlorian Westphal2015-01-231-10/+15
| * | net: e1000: support txtd update delay via xmit_moreFlorian Westphal2015-01-231-6/+9
| * | igb: Indicate failure on vf reset for empty mac addressAlexander Graf2015-01-231-2/+6
| * | fm10k: Increase the timeout for the data path resetMatthew Vick2015-01-231-1/+1