summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2015-01-14Bluetooth: Use %llu for printing duration details of selftestsMarcel Holtmann2-2/+2
2015-01-14Bluetooth: Move Delete Stored Link Key to 4th phase of initializationMarcel Holtmann1-23/+23
2015-01-12Bluetooth: Process result of HCI Delete Stored Link Key commandMarcel Holtmann1-0/+20
2015-01-12Bluetooth: Read stored link key information when powering on controllerMarcel Holtmann1-0/+8
2015-01-12Bluetooth: Handle command complete event for HCI Read Stored Link KeysMarcel Holtmann1-0/+22
2015-01-12Bluetooth: Replace send_monitor_event with queue_monitor_skbMarcel Holtmann1-29/+1
2015-01-12Bluetooth: Create generic queue_monitor_skb helper functionMarcel Holtmann1-22/+29
2015-01-12Bluetooth: Simplify packet copy in hci_send_to_monitor functionMarcel Holtmann1-16/+12
2015-01-12Bluetooth: Add BUILD_BUG_ON for size of struct sockaddr_scoMarcel Holtmann1-0/+2
2015-01-12Bluetooth: Add BUILD_BUG_ON for size of struct sockaddr_rcMarcel Holtmann1-0/+2
2015-01-12Bluetooth: Add BUILD_BUG_ON for size of struct sockaddr_l2Marcel Holtmann1-0/+2
2015-01-12Bluetooth: Add BUILD_BUG_ON for size of struct sockaddr_hciMarcel Holtmann1-0/+2
2015-01-12Bluetooth: Add opcode parameter to hci_req_complete_t callbackMarcel Holtmann4-25/+33
2015-01-08ieee802154: 6lowpan: fix Makefile entryAlexander Aring2-2/+2
2015-01-08ieee802154: 6lowpan: rename to coreAlexander Aring2-1/+1
2015-01-08ieee802154: 6lowpan: move transmit functionalityAlexander Aring4-264/+279
2015-01-08ieee802154: 6lowpan: move receive functionalityAlexander Aring4-167/+200
2015-01-08ieee802154: 6lowpan: rename internal headerAlexander Aring3-5/+5
2015-01-08ieee802154: create 6lowpan sub-directoryAlexander Aring7-7/+10
2015-01-03Bluetooth: Introduce HCI_QUIRK_FIXUP_INQUIRY_MODE optionMarcel Holtmann1-1/+2
2015-01-03Bluetooth: Remove dead code for manufacturer inquiry mode quirksMarcel Holtmann1-39/+11
2015-01-03mac802154: fix kbuild test robot warningAlexander Aring1-4/+1
2015-01-03ieee802154: handle config as menuconfigAlexander Aring1-3/+6
2015-01-03ieee802154: rename af_ieee802154.c to socket.cAlexander Aring2-1/+1
2015-01-03ieee802154: socket: fix checkpatch issueAlexander Aring1-1/+1
2015-01-03ieee802154: socket: put handling into one fileAlexander Aring5-856/+760
2015-01-03ieee802154: socket: change module nameAlexander Aring1-2/+2
2015-01-03ieee802154: handle socket functionality as moduleAlexander Aring2-1/+11
2015-01-03Bluetooth: Fix SMP channel registration for unconfigured controllersMarcel Holtmann1-3/+13
2015-01-03Bluetooth: Fix for a leftover debug of pairing credentialsMarcel Holtmann1-1/+1
2015-01-03Bluetooth: Fix scope of sc_only_mode debugfs entryMarcel Holtmann1-22/+23
2015-01-03Bluetooth: Remove no longer needed force_sc_support debugfs optionMarcel Holtmann2-56/+4
2015-01-03Bluetooth: Remove broken force_lesc_support debugfs optionMarcel Holtmann1-49/+0
2015-01-03Bluetooth: Introduce force_bredr_smp debugfs option for testingMarcel Holtmann2-5/+75
2015-01-03net: skbuff: don't zero tc members when freeing skbFlorian Westphal1-7/+0
2015-01-02Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller24-1687/+2869
2015-01-02geneve: Add Geneve GRO supportJoe Stringer1-2/+95
2015-01-02net: Add Transparent Ethernet Bridging GRO support.Jesse Gross1-0/+92
2015-01-01fib_trie: Add tracking value for suffix lengthAlexander Duyck1-6/+116
2015-01-01fib_trie: Remove checks for index >= tnode_child_length from tnode_get_childAlexander Duyck1-9/+5
2015-01-01fib_trie: inflate/halve nodes in a more RCU friendly wayAlexander Duyck1-121/+115
2015-01-01fib_trie: Push tnode flushing down to inflate/halveAlexander Duyck1-53/+50
2015-01-01fib_trie: Push assignment of child to parent down into inflate/halveAlexander Duyck1-83/+66
2015-01-01fib_trie: Add functions should_inflate and should_halveAlexander Duyck1-86/+89
2015-01-01fib_trie: Move resize to after inflate/halveAlexander Duyck1-157/+154
2015-01-01fib_trie: Push rcu_read_lock/unlock to callersAlexander Duyck3-101/+85
2015-01-01fib_trie: Use unsigned long for anything dealing with a shift by bitsAlexander Duyck1-27/+26
2015-01-01fib_trie: Update meaning of pos to represent unchecked bitsAlexander Duyck1-113/+81
2015-01-01fib_trie: Optimize fib_table_insertAlexander Duyck1-125/+71
2015-01-01fib_trie: Optimize fib_find_nodeAlexander Duyck1-15/+21