aboutsummaryrefslogtreecommitdiffstats
path: root/sound (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2015-10-08ipv4, ipv6: Pass net into ip_local_out and ip6_local_outEric W. Biederman18-27/+25
2015-10-08ipv4, ipv6: Pass net into __ip_local_out and __ip6_local_outEric W. Biederman7-11/+10
2015-10-08ipvlan: Cache net in ipvlan_process_v4_outbound and ipvlan_process_v6_outboundEric W. Biederman1-2/+4
2015-10-08ppp: Cache net in pptp_xmitEric W. Biederman1-2/+3
2015-10-08ipv4: Cache net in ip_build_and_send_pkt and ip_queue_xmitEric W. Biederman1-4/+6
2015-10-08ipv4: Cache net in iptunnel_xmitEric W. Biederman1-2/+2
2015-10-08ipv6: Merge ip6_local_out and ip6_local_out_skEric W. Biederman9-16/+9
2015-10-08ipv6: Merge __ip6_local_out and __ip6_local_out_skEric W. Biederman4-11/+5
2015-10-08ipv4: Merge ip_local_out and ip_local_out_skEric W. Biederman11-21/+17
2015-10-08ipv4: Merge __ip_local_out and __ip_local_out_skEric W. Biederman4-11/+5
2015-10-08dst: Pass a sk into .local_outEric W. Biederman11-10/+12
2015-10-08net: Pass net into dst_output and remove dst_output_okfnEric W. Biederman19-30/+28
2015-10-08xfrm: Only compute net once in xfrm_policy_queue_processEric W. Biederman1-4/+3
2015-10-08ipv4: Fix ip_queue_xmit to pass sk into ip_local_out_skEric W. Biederman1-1/+1
2015-10-08ipv4: Fix ip_local_out_sk by passing the sk into __ip_local_out_skEric W. Biederman1-1/+1
2015-10-07i40e/i40evf: remove unused opcodeMitch Williams2-2/+0
2015-10-07i40evf: propagate interrupt allocation failureMitch Williams1-1/+1
2015-10-07i40e: Additional checks for CEE APP priority validityNeerav Parikh1-15/+33
2015-10-07i40e/i40evf: Add a stat to keep track of linearization countAnjali Singhai Jain7-5/+14
2015-10-07i40e/i40evf: fix unicast mac address addShannon Nelson2-48/+38
2015-10-07i40e: fix bug in return from get_link_status and avoid spurious link messagesJesse Brandeburg4-11/+29
2015-10-07i40e: add little endian conversion for checksumJesse Brandeburg1-1/+3
2015-10-07i40e/i40evf: give up the __func__Shannon Nelson4-66/+47
2015-10-07i40e: Never let speed get set to 0 in get_settingsCatherine Sullivan1-0/+7
2015-10-07i40e: Fix for truncated interrupt nameCarolyn Wyborny1-1/+1
2015-10-07i40e/i40evf: assure clean asq status reportShannon Nelson2-0/+4
2015-10-07i40e: make i40e_init_pf_fcoe to voidShannon Nelson3-13/+7
2015-10-07i40e: fix bad CEE status shift valueShannon Nelson1-1/+2
2015-10-07i40e/i40evf: fix a potential type compare issueShannon Nelson2-4/+2
2015-10-07i40e/i40evf: add driver support for new device idsShannon Nelson6-0/+6
2015-10-07i40e: stop VF ringsMitch Williams1-0/+5
2015-10-07i40e: enable WoL operation if config bit show WoL capableShannon Nelson1-2/+7
2015-10-07i40e: Increase the amount of time we wait for reset to be donePaul M Stillwell Jr1-1/+1
2015-10-07tcp: ensure prior synack rtx behavior with small backlogsEric Dumazet1-1/+1
2015-10-07net: ipv4: tcp.c Fixed an assignment coding style issueYuvaraja Mariappan1-8/+16
2015-10-07s390/qdio: fix WARN_ON_ONCE conditionEugene Crosser1-2/+2
2015-10-07s390/qeth: optimize MAC handling in rx_mode callbackLakhvich Dmitriy2-45/+111
2015-10-07s390/qeth: switch to napi_gro_receiveThomas Richter1-1/+1
2015-10-07bridge: netlink: add support for port's multicast_router attributeNikolay Aleksandrov2-0/+20
2015-10-07bridge: netlink: allow to flush port's fdbNikolay Aleksandrov2-0/+4
2015-10-07bridge: netlink: export port's timer valuesNikolay Aleksandrov2-0/+17
2015-10-07bridge: netlink: export port's topology_change_ack and config_pendingNikolay Aleksandrov2-1/+8
2015-10-07bridge: netlink: export port's id and numberNikolay Aleksandrov2-1/+7
2015-10-07bridge: netlink: export port's designated cost and portNikolay Aleksandrov2-1/+7
2015-10-07bridge: netlink: export port's bridge idNikolay Aleksandrov2-1/+5
2015-10-07bridge: netlink: export port's root idNikolay Aleksandrov2-1/+5
2015-10-07net: Lookup actual route when oif is VRF deviceDavid Ahern1-0/+3
2015-10-07net: Add l3mdev saddr lookup to raw_sendmsgDavid Ahern1-2/+6
2015-10-07net: Add source address lookup op for VRFDavid Ahern4-22/+69
2015-10-07net: Refactor path selection in __ip_route_output_key_hashDavid Ahern3-15/+24