aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller12-135/+252
2015-09-17net-sysfs: get_netdev_queue_index() cleanupThadeu Lima de Souza Cascardo1-6/+3
2015-09-17can: Allwinner A10/A20 CAN Controller support - Kernel moduleGerhard Bertelsmann3-0/+868
2015-09-17can: Allwinner A10/A20 CAN Controller support - Devicetree bindingsGerhard Bertelsmann1-0/+36
2015-09-17net: smc91x: convert pxa dma to dmaengineRobert Jarzmik2-44/+84
2015-09-17Bluetooth: hci_qca: Coding style clean upPrasanna Karthik1-3/+3
2015-09-17Bluetooth: bt3c_cs: clean up obsolete functionsPrasanna Karthik1-4/+8
2015-09-17Bluetooth: Remove SCO fragments on connection closeKuba Pawlak1-0/+14
2015-09-17Bluetooth: hci_intel: Enable IRQ wake capabilityLoic Poulain1-7/+25
2015-09-17Bluetooth: hci_intel: Give priority to LPM packetsLoic Poulain1-3/+6
2015-09-17atusb: add handling for different chipnamesAlexander Aring1-2/+11
2015-09-17Bluetooth: Fix typo in smp_ah comment for hash functionMarcel Holtmann1-1/+1
2015-09-17Bluetooth: hci_bcm: Add wake-up capabilityFrederic Danis1-10/+150
2015-09-17Bluetooth: btusb: Use btintel_load_ddc_config for device configLoic Poulain1-30/+1
2015-09-17Bluetooth: hci_intel: Add Device configurationLoic Poulain1-0/+7
2015-09-17Bluetooth: btintel: Add Device Configuration supportLoic Poulain2-0/+53
2015-09-17Bluetooth: hci_intel: Fix warnings due to unused lpm functionsLoic Poulain1-0/+2
2015-09-17Bluetooth: btintel: fix warningVincent Stehlé1-1/+2
2015-09-17ieee802154: af_ieee802154: fix typo in comment.Stefan Schmidt1-1/+1
2015-09-17ieee802154: docs: fix project name to linux-wpan as well as some typosStefan Schmidt1-4/+4
2015-09-17at86rf230: detailed edge triggered irq warningAlexander Aring1-1/+1
2015-09-17at86rf230: add debugfs supportAlexander Aring3-14/+159
2015-09-17at86rf230: interrupt tx with force trx_offAlexander Aring1-9/+1
2015-09-17at86rf230: change trac status check behaviourAlexander Aring1-25/+4
2015-09-17ieee802154: 6lowpan: use correct ESC value for dispatchStefan Schmidt1-1/+1
2015-09-17ieee802154: 6lowpan: fix drop return valueAlexander Aring1-1/+1
2015-09-17ieee802154: 6lowpan: remove tx full-size calc workaroundAlexander Aring2-120/+11
2015-09-17ieee802154: 6lowpan: remove packet type to hostAlexander Aring1-1/+0
2015-09-17ieee802154: 6lowpan: check on valid 802.15.4 frameAlexander Aring3-0/+48
2015-09-17ieee802154: 6lowpan: add check for reserved dispatchAlexander Aring1-1/+15
2015-09-17ieee802154: 6lowpan: add handler for all dispatch valuesAlexander Aring1-0/+90
2015-09-17ieee802154: 6lowpan: add generic lowpan header checkAlexander Aring1-1/+27