summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix Cavium Liquidio build related errors and warningsRaghu Vatsavayi2015-06-138-19/+26
* Merge branch 'flow_dissector-next'David S. Miller2015-06-121-2/+19
|\
| * flow_dissector: add support for dst, hop-by-hop and routing ext hdrsTom Herbert2015-06-121-0/+17
| * flow_dissector: Fix MPLS entropy label handling in flow dissectorTom Herbert2015-06-121-2/+2
|/
* net: ipv4: un-inline ip_finish_output2Florian Westphal2015-06-121-1/+1
* Merge branch 'tcp-gso-settings-defer'David S. Miller2015-06-124-46/+34
|\
| * tcp: remove obsolete check in tcp_set_skb_tso_segs()Eric Dumazet2015-06-121-3/+0
| * tcp: fill shinfo->gso_size at last momentEric Dumazet2015-06-123-17/+16
| * tcp: tcp_set_skb_tso_segs() no longer need struct sock parameterEric Dumazet2015-06-121-16/+14
| * tcp: fill shinfo->gso_type at last momentEric Dumazet2015-06-122-9/+3
| * tcp: reserve tcp_skb_mss() to tcp stackEric Dumazet2015-06-121-2/+2
|/
* switchdev: fix BUG when port driver doesn't support set attr opScott Feldman2015-06-121-1/+3
* Merge branch 'bna-next'David S. Miller2015-06-1223-1229/+491
|\
| * bna: use netdev_* and dev_* instead of printk and pr_*Ivan Vecera2015-06-124-55/+36
| * bna: fix timeout API argument typeIvan Vecera2015-06-123-19/+13
| * bna: use list_for_each_entry where appropriateIvan Vecera2015-06-124-149/+37
| * bna: get rid of private macros for manipulation with listsIvan Vecera2015-06-127-308/+130
| * bna: remove useless pointer assignmentIvan Vecera2015-06-121-1/+0
| * bna: use memdup_user to copy userspace buffersIvan Vecera2015-06-121-19/+8
| * bna: correct comparisons/assignments to boolIvan Vecera2015-06-121-4/+4
| * bna: remove TX_E_PRIO_CHANGE event and BNA_TX_F_PRIO_CHANGED flagIvan Vecera2015-06-122-19/+4
| * bna: remove paused from bna_rx_config and flags from bna_rxfIvan Vecera2015-06-122-41/+1
| * bna: remove RXF_E_PAUSE and RXF_E_RESUME eventsIvan Vecera2015-06-122-77/+0
| * bna: remove prio_change_cbfn oper_state_cbfn from struct bna_txIvan Vecera2015-06-122-16/+0
| * bna: remove oper_state_cbfn from struct bna_rxfIvan Vecera2015-06-123-25/+0
| * bna: remove pause_cbfn from struct bna_enetIvan Vecera2015-06-122-18/+0
| * bna: remove unused cbfn parameterIvan Vecera2015-06-125-59/+25
| * bna: use BIT(x) instead of (1 << x)Ivan Vecera2015-06-126-83/+83
| * bna: get rid of duplicate and unused macrosIvan Vecera2015-06-128-163/+9
| * bna: replace pragma(pack) with attribute __packedIvan Vecera2015-06-126-127/+103
| * bna: get rid of mac_tIvan Vecera2015-06-1212-32/+26
| * bna: use ether_addr_copy instead of memcpyIvan Vecera2015-06-122-18/+16
|/
* Merge branch 'mlx5-next'David S. Miller2015-06-1210-114/+166
|\
| * net/mlx5e: Add transport domain to the ethernet TIRs/TISsAchiad Shochat2015-06-122-1/+16
| * net/mlx5_core: Add transport domain alloc/dealloc supportAchiad Shochat2015-06-122-0/+37
| * net/mlx5e: Support NETIF_F_SGSaeed Mahameed2015-06-123-24/+40
| * net/mlx5e: Enforce max flow-tables level >= 3Gal Pressman2015-06-121-1/+4
| * net/mlx5e: Disable client vlan TX accelerationSaeed Mahameed2015-06-122-22/+2
| * net/mlx5e: Add HW cacheline start paddingSaeed Mahameed2015-06-123-6/+13
| * net/mlx5e: Fix HW MTU settingsSaeed Mahameed2015-06-125-61/+55
|/
* net/mlx5_core: fix an error codeDan Carpenter2015-06-121-1/+2
* vxge: use swap() in vxge_hw_channel_dtr_alloc()Fabian Frederick2015-06-121-6/+1
* net: fs_enet: use swap() in fs_enet_rx_napi()Fabian Frederick2015-06-121-5/+2
* net/ibm/emac: use swap() in emac_make_bootlist()Fabian Frederick2015-06-121-7/+3
* net/mlx4_core: use swap() in mlx4_make_profile()Fabian Frederick2015-06-121-6/+2
* net/mlx4: use swap() in mlx4_init_qp_table()Fabian Frederick2015-06-121-6/+3
* net/ps3_gelic: Fix build error with DEBUGGeoff Levand2015-06-111-12/+12
* net/ethtool: Add current supported tunable optionsHadar Hen Zion2015-06-112-0/+18
* Merge branch 'broadcom-MDIO-turn-around'David S. Miller2015-06-112-2/+13
|\
| * net: phy: mdio-bcm-unimac: handle broken turn-around for specific PHYsFlorian Fainelli2015-06-111-1/+7