aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2015-10-08random32: add prandom_seed_full_state helperDaniel Borkmann1-16/+21
2015-10-08once: make helper generic for calling functions onceHannes Frederic Sowa2-35/+76
2015-10-08net: move net_get_random_once to libHannes Frederic Sowa5-67/+84
2015-10-086lowpan: move shared settings to lowpan_netdev_setupAlexander Aring4-10/+7
2015-10-08net: Do not drop to make_route if oif is l3mdevDavid Ahern1-1/+2
2015-10-08bpf, skb_do_redirect: clear sender_cpu before xmitDaniel Borkmann1-0/+1
2015-10-08net: hns: fix 32-bit build warningArnd Bergmann1-6/+6
2015-10-08net: Microchip encx24j600 driverJon Ringle5-0/+2087
2015-10-08Merge branch 'broadcom-iproc'David S. Miller11-262/+760
2015-10-08net: phy: bcm7xxx: Modified to use global core register definesArun Parameswaran1-6/+3
2015-10-08net: phy: Broadcom Cygnus internal Etherent PHY driverArun Parameswaran4-0/+179
2015-10-08net: phy: Add Broadcom phy library for common interfacesArun Parameswaran8-256/+332
2015-10-08net: phy: Broadcom iProc MDIO bus driverArun Parameswaran3-0/+223
2015-10-08dt-bindings: net: Broadcom iProc MDIO bus driver device tree bindingArun Parameswaran1-0/+23
2015-10-08Merge branch 'net/rds/4.3-v3' of git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linuxDavid S. Miller12-282/+448
2015-10-08Merge branch 'pass_net_through_output_path'David S. Miller43-155/+125
2015-10-08dst: Pass net into dst->outputEric W. Biederman18-53/+45
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-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queueDavid S. Miller26-171/+207
2015-10-08Merge tag 'regmap-offload-update-bits' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmapDavid S. Miller3-11/+23
2015-10-08Bluetooth: 6lowpan: Remove unnecessary chan_get() functionJohan Hedberg1-15/+5
2015-10-08Bluetooth: 6lowpan: Rename confusing 'pchan' variablesJohan Hedberg1-21/+21
2015-10-08Bluetooth: 6lowpan: Remove unnecessary chan_open() functionJohan Hedberg1-12/+4
2015-10-08Bluetooth: 6lowpan: Remove redundant BT_CONNECTED assignmentJohan Hedberg1-2/+0
2015-10-08Bluetooth: 6lowpan: Remove redundant (and incorrect) MPS assignmentsJohan Hedberg1-3/+0
2015-10-08Bluetooth: 6lowpan: Fix imtu & omtu valuesJohan Hedberg1-2/+1
2015-10-08Bluetooth: Enforce packet types in hci_recv_frame driver functionMarcel Holtmann1-0/+7
2015-10-08Bluetooth: bpa10x: Use h4_recv_buf helper for frame reassemblyMarcel Holtmann3-109/+29
2015-10-08Bluetooth: bpa10x: Add support for set_diag driver callbackMarcel Holtmann1-0/+20
2015-10-08Bluetooth: bpa10x: Read revision information in setup stageMarcel Holtmann1-0/+19
2015-10-08Bluetooth: Fix interaction of HCI_QUIRK_RESET_ON_CLOSE and HCI_AUTO_OFFMarcel Holtmann1-7/+8
2015-10-08Bluetooth: hci_bcm: Enable support for set_diag driver callbackMarcel Holtmann1-0/+24
2015-10-08Bluetooth: Add debugfs entry for setting vendor diagnostic modeMarcel Holtmann3-3/+62
2015-10-08Bluetooth: hci_bcm: Enable parsing of LM_DIAG messagesMarcel Holtmann1-3/+14
2015-10-08Bluetooth: Add support for vendor specific diagnostic channelMarcel Holtmann5-0/+21
2015-10-08Bluetooth: Send index information updates to monitor channelMarcel Holtmann2-1/+31