summaryrefslogtreecommitdiffstats
path: root/include/net/sock.h (unfollow)
Commit message (Expand)AuthorFilesLines
2015-12-03team: implement lower state change propagationJiri Pirko1-2/+18
2015-12-03team: rtnl_lock for options setJiri Pirko1-3/+8
2015-12-03net: introduce lower state changed info structure for LAG lowersJiri Pirko1-0/+5
2015-12-03net: introduce change lower state notifierJiri Pirko2-0/+28
2015-12-03bonding: fill-up LAG changeupper info struct and pass it alongJiri Pirko1-14/+31
2015-12-03team: fill-up LAG changeupper info struct and pass it alongJiri Pirko7-11/+18
2015-12-03net: add info struct for LAG changeupperJiri Pirko1-0/+13
2015-12-03net: add possibility to pass information about upper device via notifierJiri Pirko8-11/+15
2015-12-03net: propagate upper priv via netdev_master_upper_dev_linkJiri Pirko8-22/+15
2015-12-03net: add netif_is_lag_port helperJiri Pirko1-0/+5
2015-12-03net: add netif_is_lag_master helperJiri Pirko1-0/+5
2015-12-03net: add netif_is_team_port helperJiri Pirko1-0/+5
2015-12-03net: add netif_is_team_master helperJiri Pirko2-0/+9
2015-12-03bonding: add 802.3ad support for 100G speedsJiri Pirko1-1/+10
2015-12-03net: Add support for CHANGEUPPER notifier error injectionIdo Schimmel2-0/+2
2015-12-03net: Check CHANGEUPPER notifier return valueIdo Schimmel1-2/+6
2015-12-03i40e: Fix i40e_print_features() VEB mode outputJoe Perches1-23/+19
2015-12-03ixgbevf: Handle extended IPv6 headers in Tx pathMark Rustad1-8/+14
2015-12-03ixgbe: Always turn PHY power on when requestedMark Rustad2-2/+4
2015-12-03ixgbe: Handle extended IPv6 headers in Tx pathMark Rustad1-8/+15
2015-12-03ixgbe: Save VF info and take referencesMark Rustad3-23/+59
2015-12-03ixgbe: Wait for master disable to be setMark Rustad1-1/+13
2015-12-03ixgbe: Correct spec violations by waiting after resetMark Rustad4-5/+9
2015-12-03ixgbe: Update PTP to support X550EM_x devicesMark Rustad4-197/+578
2015-12-03ixgbe: Allow FDB entries access to more RAR filtersAlexander Duyck1-1/+4
2015-12-03ixgbe: Use __dev_uc_sync and __dev_uc_unsync for unicast addressesAlexander Duyck1-3/+25
2015-12-03ixgbe: Refactor MAC address configuration codeAlexander Duyck2-70/+100
2015-12-03ixgbevf: Minor cleanupsMark Rustad1-24/+12
2015-12-03ixgbevf: Use a private workqueue to avoid certain possible hangsMark Rustad1-2/+13
2015-12-03ixgbe: Use private workqueue to avoid certain possible hangsMark Rustad1-1/+13
2015-12-03ixgbe: Add support for newer thermal alarmMark Rustad2-3/+23
2015-12-03ixgbe: Prevent KR PHY reset in ixgbe_init_phy_ops_x550emMark Rustad1-13/+8
2015-12-03sfc: use ALIGN macro for aligning frame sizesJarod Wilson1-1/+2
2015-12-03tcp: suppress too verbose messages in tcp_send_ack()Eric Dumazet3-11/+13
2015-12-03hv_netvsc: Eliminate vlan_tci from struct hv_netvsc_packetKY Srinivasan3-13/+12
2015-12-03hv_netvsc: Eliminate status from struct hv_netvsc_packetKY Srinivasan4-22/+13
2015-12-03hv_netvsc: Eliminate xmit_more from struct hv_netvsc_packetKY Srinivasan4-9/+8
2015-12-03hv_netvsc: Eliminate completion_func from struct hv_netvsc_packetKY Srinivasan3-5/+0
2015-12-03hv_netvsc: Eliminate is_data_pkt from struct hv_netvsc_packetKY Srinivasan4-9/+8
2015-12-03hv_netvsc: Eliminate send_completion_tid from struct hv_netvsc_packetKY Srinivasan4-33/+19
2015-12-03hv_netvsc: Eliminate page_buf from struct hv_netvsc_packetKY Srinivasan4-31/+35
2015-12-03hv_netvsc: remove locking in netvsc_send()Vitaly Kuznetsov2-9/+0
2015-12-03hv_netvsc: move subchannel existence check to netvsc_select_queue()Vitaly Kuznetsov3-18/+5
2015-12-03hv_netvsc: Don't ask for additional head room in the skbKY Srinivasan3-20/+17
2015-12-03hv_netvsc: Eliminate send_completion_ctx from struct hv_netvsc_packetKY Srinivasan3-4/+1
2015-12-03hv_netvsc: Eliminate send_completion from struct hv_netvsc_packetKY Srinivasan4-7/+6
2015-12-03hv_netvsc: Eliminatte the data field from struct hv_netvsc_packetKY Srinivasan4-10/+14
2015-12-03hv_netvsc: Eliminate rndis_msg pointer from hv_netvsc_packet structureKY Srinivasan4-14/+13
2015-12-03hv_netvsc: Eliminate the channel field in hv_netvsc_packet structureKY Srinivasan4-21/+35
2015-12-03hv_netvsc: Rearrange the hv_negtvsc_packet to be space efficientKY Srinivasan1-8/+10