summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2015-01-14Bluetooth: Move Delete Stored Link Key to 4th phase of initializationMarcel Holtmann
2015-01-12Bluetooth: Process result of HCI Delete Stored Link Key commandMarcel Holtmann
2015-01-12Bluetooth: Read stored link key information when powering on controllerMarcel Holtmann
2015-01-12Bluetooth: Handle command complete event for HCI Read Stored Link KeysMarcel Holtmann
2015-01-12Bluetooth: Replace send_monitor_event with queue_monitor_skbMarcel Holtmann
2015-01-12Bluetooth: Create generic queue_monitor_skb helper functionMarcel Holtmann
2015-01-12Bluetooth: Simplify packet copy in hci_send_to_monitor functionMarcel Holtmann
2015-01-12Bluetooth: Add BUILD_BUG_ON for size of struct sockaddr_scoMarcel Holtmann
2015-01-12Bluetooth: Add BUILD_BUG_ON for size of struct sockaddr_rcMarcel Holtmann
2015-01-12Bluetooth: Add BUILD_BUG_ON for size of struct sockaddr_l2Marcel Holtmann
2015-01-12Bluetooth: Add BUILD_BUG_ON for size of struct sockaddr_hciMarcel Holtmann
2015-01-12Bluetooth: Add opcode parameter to hci_req_complete_t callbackMarcel Holtmann
2015-01-08ieee802154: 6lowpan: fix Makefile entryAlexander Aring
2015-01-08ieee802154: 6lowpan: rename to coreAlexander Aring
2015-01-08ieee802154: 6lowpan: move transmit functionalityAlexander Aring
2015-01-08ieee802154: 6lowpan: move receive functionalityAlexander Aring
2015-01-08ieee802154: 6lowpan: rename internal headerAlexander Aring
2015-01-08ieee802154: create 6lowpan sub-directoryAlexander Aring
2015-01-03Bluetooth: Introduce HCI_QUIRK_FIXUP_INQUIRY_MODE optionMarcel Holtmann
2015-01-03Bluetooth: Remove dead code for manufacturer inquiry mode quirksMarcel Holtmann
2015-01-03mac802154: fix kbuild test robot warningAlexander Aring
2015-01-03ieee802154: handle config as menuconfigAlexander Aring
2015-01-03ieee802154: rename af_ieee802154.c to socket.cAlexander Aring
2015-01-03ieee802154: socket: fix checkpatch issueAlexander Aring
2015-01-03ieee802154: socket: put handling into one fileAlexander Aring
2015-01-03ieee802154: socket: change module nameAlexander Aring
2015-01-03ieee802154: handle socket functionality as moduleAlexander Aring
2015-01-02Bluetooth: Fix SMP channel registration for unconfigured controllersMarcel Holtmann
2015-01-02Bluetooth: Fix for a leftover debug of pairing credentialsMarcel Holtmann
2015-01-02Bluetooth: Fix scope of sc_only_mode debugfs entryMarcel Holtmann
2015-01-02Bluetooth: Remove no longer needed force_sc_support debugfs optionMarcel Holtmann
2015-01-02Bluetooth: Remove broken force_lesc_support debugfs optionMarcel Holtmann
2015-01-02Bluetooth: Introduce force_bredr_smp debugfs option for testingMarcel Holtmann
2015-01-02net: skbuff: don't zero tc members when freeing skbFlorian Westphal
2015-01-02Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller
2015-01-02geneve: Add Geneve GRO supportJoe Stringer
2015-01-02net: Add Transparent Ethernet Bridging GRO support.Jesse Gross
2014-12-31fib_trie: Add tracking value for suffix lengthAlexander Duyck
2014-12-31fib_trie: Remove checks for index >= tnode_child_length from tnode_get_childAlexander Duyck
2014-12-31fib_trie: inflate/halve nodes in a more RCU friendly wayAlexander Duyck
2014-12-31fib_trie: Push tnode flushing down to inflate/halveAlexander Duyck
2014-12-31fib_trie: Push assignment of child to parent down into inflate/halveAlexander Duyck
2014-12-31fib_trie: Add functions should_inflate and should_halveAlexander Duyck
2014-12-31fib_trie: Move resize to after inflate/halveAlexander Duyck
2014-12-31fib_trie: Push rcu_read_lock/unlock to callersAlexander Duyck
2014-12-31fib_trie: Use unsigned long for anything dealing with a shift by bitsAlexander Duyck
2014-12-31fib_trie: Update meaning of pos to represent unchecked bitsAlexander Duyck
2014-12-31fib_trie: Optimize fib_table_insertAlexander Duyck
2014-12-31fib_trie: Optimize fib_find_nodeAlexander Duyck
2014-12-31fib_trie: Optimize fib_table_lookup to avoid wasting time on loops/variablesAlexander Duyck