aboutsummaryrefslogtreecommitdiffstats
path: root/crypto (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2015-09-17netfilter: Pass struct net into the netfilter hooksEric W. Biederman31-120/+142
2015-09-17bridge: Add br_netif_receive_skb remove netif_receive_skb_skEric W. Biederman3-8/+9
2015-09-17bridge: Cache net in br_nf_pre_routing_finishEric W. Biederman1-1/+2
2015-09-17bridge: Pass net into br_nf_push_frag_xmitEric W. Biederman1-3/+8
2015-09-17bridge: Pass net into br_nf_ip_fragmentEric W. Biederman1-6/+6
2015-09-17ipv6: Compute net once in raw6_send_hdrincEric W. Biederman1-2/+3
2015-09-17ipv6: Cache net in ip6_outputEric W. Biederman1-2/+2
2015-09-17ipv6: Only compute net once in ip6_finish_output2Eric W. Biederman1-6/+5
2015-09-17ipv6: Don't recompute net in ip6_rcvEric W. Biederman1-1/+1
2015-09-17net: Remove dev_queue_xmit_skEric W. Biederman2-7/+3
2015-09-17bridge: Introduce br_send_bpdu_finishEric W. Biederman1-1/+6
2015-09-17arp: Introduce arp_xmit_finishEric W. Biederman1-1/+6
2015-09-17ipv6: Only compute net once in ip6mr_forward2_finishEric W. Biederman1-2/+3
2015-09-17ipv4: Only compute net once in ipmr_forward_finishEric W. Biederman1-2/+3
2015-09-17ipv4: Only compute net once in ip_rcv_finishEric W. Biederman1-6/+4
2015-09-17ipv4: Only compute net once in ip_finish_output2Eric W. Biederman1-2/+3
2015-09-17ipv4: Explicitly compute net in ip_fragmentEric W. Biederman1-3/+2
2015-09-17ipv4: Only compute net once in ip_do_fragmentEric W. Biederman1-6/+8
2015-09-17ipv4: Don't recompute net in ipmr_queue_xmitEric W. Biederman1-1/+1
2015-09-17ipv4: Remember the net in ip_output and ip_mc_outputEric W. Biederman1-2/+4
2015-09-17ipv4: Compute net once in ip_rcvEric W. Biederman1-7/+9
2015-09-17ipv4: Compute net once in ip_forward_finishEric W. Biederman1-2/+3
2015-09-17ipv4: Compute net once in ip_forwardEric W. Biederman1-2/+4
2015-09-17net: Merge dst_output and dst_output_skEric W. Biederman19-30/+26
2015-09-17xfrm: Remove unused afinfo method init_dstEric W. Biederman2-4/+0
2015-09-17netfilter: Pass net to nf_hook_threshEric W. Biederman1-4/+7
2015-09-17netfilter: Store net in nf_hook_stateEric W. Biederman2-2/+5
2015-09-17netfilter: Remove !CONFIG_NETFITLER definition of nf_hook_threshEric W. Biederman1-9/+0
2015-09-17net-sysfs: get_netdev_queue_index() cleanupThadeu Lima de Souza Cascardo1-6/+3
2015-09-17net: smc91x: convert pxa dma to dmaengineRobert Jarzmik2-44/+84
2015-09-16net: fix cdc-phonet.c dependency and build errorRandy Dunlap1-1/+1
2015-09-15cdc: add header guardsStephen Rothwell2-3/+7
2015-09-15fm10k: fix iov_msg_mac_vlan_pf VID checksJacob Keller1-33/+52
2015-09-15fm10k: Only trigger data path reset if fabric is upAlexander Duyck1-0/+6
2015-09-15fm10k: re-enable VF after a full reset on detection of a Malicious eventJacob Keller1-2/+28
2015-09-15fm10k: TRIVIAL fix typo in fm10k_netdev.cJacob Keller1-1/+1
2015-09-15fm10k: send traffic on default VID to VLAN device if we have oneJacob Keller3-1/+20
2015-09-15fm10k: TRIVIAL fix up ordering of __always_unused and styleJacob Keller1-2/+3
2015-09-15fm10k: remove is_slot_appropriateJacob Keller3-29/+0
2015-09-15fm10k: don't store sw_vid at resetJacob Keller1-3/+0
2015-09-15fm10k: allow creation of VLAN interfaces even while downJacob Keller1-0/+6
2015-09-15fm10k: Report MAC address on driver loadAlexander Duyck1-0/+3
2015-09-15fm10k: Don't assume page fragments are page sizeAlexander Duyck1-6/+1
2015-09-15fm10k: update netdev perm_addr during reinit, instead of at upJacob Keller2-15/+15
2015-09-15fm10k: update fm10k_slot_warn to use pcie_get_minimum linkJacob Keller1-29/+76
2015-09-15fm10k: only prevent removal of default VID rulesJacob Keller1-2/+2
2015-09-15fm10k: disable service task during suspendJacob Keller1-0/+19
2015-09-15ixgbe: Limit lowest interrupt rate for adaptive interrupt moderation to 12KAlexander Duyck4-6/+5
2015-09-15ixgbe: Teardown SR-IOV before unregister_netdev()Alex Williamson1-3/+3
2015-09-15ixgbe: fix issue with SFP events with new X550 devicesDon Skidmore1-3/+12