summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | Merge branch 'tcp-gso-settings-defer'David S. Miller2015-06-124-46/+34Star
|\ \ \ \ \ \ \ \
| * | | | | | | | tcp: remove obsolete check in tcp_set_skb_tso_segs()Eric Dumazet2015-06-121-3/+0Star
| * | | | | | | | tcp: fill shinfo->gso_size at last momentEric Dumazet2015-06-123-17/+16Star
| * | | | | | | | tcp: tcp_set_skb_tso_segs() no longer need struct sock parameterEric Dumazet2015-06-121-16/+14Star
| * | | | | | | | tcp: fill shinfo->gso_type at last momentEric Dumazet2015-06-122-9/+3Star
| * | | | | | | | 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/+491Star
|\ \ \ \ \ \ \ \
| * | | | | | | | bna: use netdev_* and dev_* instead of printk and pr_*Ivan Vecera2015-06-124-55/+36Star
| * | | | | | | | bna: fix timeout API argument typeIvan Vecera2015-06-123-19/+13Star
| * | | | | | | | bna: use list_for_each_entry where appropriateIvan Vecera2015-06-124-149/+37Star
| * | | | | | | | bna: get rid of private macros for manipulation with listsIvan Vecera2015-06-127-308/+130Star
| * | | | | | | | bna: remove useless pointer assignmentIvan Vecera2015-06-121-1/+0Star
| * | | | | | | | bna: use memdup_user to copy userspace buffersIvan Vecera2015-06-121-19/+8Star
| * | | | | | | | 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/+4Star
| * | | | | | | | bna: remove paused from bna_rx_config and flags from bna_rxfIvan Vecera2015-06-122-41/+1Star
| * | | | | | | | bna: remove RXF_E_PAUSE and RXF_E_RESUME eventsIvan Vecera2015-06-122-77/+0Star
| * | | | | | | | bna: remove prio_change_cbfn oper_state_cbfn from struct bna_txIvan Vecera2015-06-122-16/+0Star
| * | | | | | | | bna: remove oper_state_cbfn from struct bna_rxfIvan Vecera2015-06-123-25/+0Star
| * | | | | | | | bna: remove pause_cbfn from struct bna_enetIvan Vecera2015-06-122-18/+0Star
| * | | | | | | | bna: remove unused cbfn parameterIvan Vecera2015-06-125-59/+25Star
| * | | | | | | | 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/+9Star
| * | | | | | | | bna: replace pragma(pack) with attribute __packedIvan Vecera2015-06-126-127/+103Star
| * | | | | | | | bna: get rid of mac_tIvan Vecera2015-06-1212-32/+26Star
| * | | | | | | | bna: use ether_addr_copy instead of memcpyIvan Vecera2015-06-122-18/+16Star
|/ / / / / / / /
* | | | | | | | 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/+2Star
| * | | | | | | | net/mlx5e: Add HW cacheline start paddingSaeed Mahameed2015-06-123-6/+13
| * | | | | | | | net/mlx5e: Fix HW MTU settingsSaeed Mahameed2015-06-125-61/+55Star
|/ / / / / / / /
* | | | | | | | 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/+1Star
* | | | | | | | net: fs_enet: use swap() in fs_enet_rx_napi()Fabian Frederick2015-06-121-5/+2Star
* | | | | | | | net/ibm/emac: use swap() in emac_make_bootlist()Fabian Frederick2015-06-121-7/+3Star
* | | | | | | | net/mlx4_core: use swap() in mlx4_make_profile()Fabian Frederick2015-06-121-6/+2Star
* | | | | | | | net/mlx4: use swap() in mlx4_init_qp_table()Fabian Frederick2015-06-121-6/+3Star
* | | | | | | | 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
| * | | | | | | | net: bcmgenet: handle broken turn-around for specific PHYsFlorian Fainelli2015-06-111-1/+6
|/ / / / / / / /
* | | | | | | | net: phy: davicom: add IDs for DM9161B and C variantsGustavo Zacarias2015-06-111-0/+13
* | | | | | | | Renesas Ethernet AVB PTP clock driverSergei Shtylyov2015-06-114-5/+414
* | | | | | | | Renesas Ethernet AVB driver properSergei Shtylyov2015-06-115-0/+2687
* | | | | | | | tcp: add CDG congestion controlKenneth Klette Jonassen2015-06-113-0/+454