aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-03-03Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-nextJohn W. Linville7-238/+1484
2014-03-03Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless into for-davemJohn W. Linville2-1/+32
2014-03-03can: remove CAN FD compatibility for CAN 2.0 socketsOliver Hartkopp1-21/+5
2014-03-026lowpan: use memcpy to set tag value in fraghdrAlexander Aring1-2/+1
2014-03-026lowpan: remove initialization of tag valueAlexander Aring1-1/+0
2014-03-026lowpan: fix type of datagram size parameterAlexander Aring1-1/+1
2014-02-286lowpan: handling 6lowpan fragmentation via inet_frag apiAlexander Aring4-208/+680
2014-02-286lowpan: fix some checkpatch issuesAlexander Aring1-18/+9
2014-02-286lowpan: move 6lowpan.c to 6lowpan_rtnl.cAlexander Aring2-0/+1
2014-02-286lowpan: change tag type to __be16Alexander Aring1-2/+3
2014-02-286lowpan: fix fragmentation on sending sideAlexander Aring1-10/+27
2014-02-286lowpan: add uncompress header size functionAlexander Aring1-0/+113
2014-02-28packet: allow to transmit +4 byte in TX_RING slot for VLAN caseDaniel Borkmann1-3/+13
2014-02-28Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211John W. Linville2-1/+32
2014-02-28Bluetooth: Remove unnecessary stop_scan_complete functionJohan Hedberg2-43/+15
2014-02-28Bluetooth: Fix trying to disable scanning twiceJohan Hedberg2-1/+5
2014-02-28Bluetooth: Delay LTK encryption to let remote receive all keysJohan Hedberg2-3/+22
2014-02-28Bluetooth: Re-encrypt link after receiving an LTKJohan Hedberg2-6/+29
2014-02-28Bluetooth: Add timeout for LE connection attemptsJohan Hedberg2-0/+25
2014-02-28Bluetooth: Use hdev->init/resp_addr values for smp_c1 functionJohan Hedberg1-16/+6
2014-02-28Bluetooth: Track LE initiator and responder address informationJohan Hedberg1-0/+78
2014-02-28Bluetooth: Fix updating connection state to BT_CONNECT too earlyJohan Hedberg1-1/+2
2014-02-28Bluetooth: Add protections for updating local random addressJohan Hedberg2-2/+32
2014-02-28Bluetooth: Fix clearing SMP keys if pairing failsJohan Hedberg1-0/+18
2014-02-28Bluetooth: Use __le64 type for LE random numbersMarcel Holtmann6-25/+22
2014-02-27Bluetooth: Add timer to force power offJohan Hedberg1-3/+13
2014-02-27Bluetooth: Fix disconnecting connections in non-connected statesJohan Hedberg1-4/+40
2014-02-28Bluetooth: Track LE white list modification via HCI commandsMarcel Holtmann1-0/+55
2014-02-28Bluetooth: Add support for storing LE white list entriesMarcel Holtmann1-0/+90
2014-02-28Bluetooth: Clear all LE white list entries when powering controllerMarcel Holtmann1-2/+5
2014-02-28Bluetooth: Make hci_blacklist_clear function staticMarcel Holtmann1-1/+1
2014-02-27ipv6: ipv6_find_hdr restore prev functionalityHans Schillstrom1-1/+1
2014-02-27neigh: recompute reachabletime before returning from neigh_periodic_work()Duan Jiong1-3/+3
2014-02-27Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessDavid S. Miller10-64/+99
2014-02-27neigh: directly goto out after setting nud_state to NUD_FAILEDDuan Jiong1-0/+1
2014-02-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-nextDavid S. Miller10-178/+591
2014-02-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsecDavid S. Miller4-12/+19
2014-02-27net: ipv6: ping: Use socket mark in routing lookupLorenzo Colitti1-0/+1
2014-02-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless into for-davemJohn W. Linville10-64/+99
2014-02-27mac80211: fix association to 20/40 MHz VHT networksJohannes Berg1-0/+1
2014-02-27sch_tbf: Fix potential memory leak in tbf_change().Hiroaki SHIMODA1-12/+12
2014-02-27Bluetooth: Add hci_copy_identity_address convenience functionJohan Hedberg2-26/+26
2014-02-27Bluetooth: Add tracking of advertising address typeJohan Hedberg1-0/+23
2014-02-27Bluetooth: Fix response on confirm_nameLukasz Rymanowski1-4/+6
2014-02-26Bluetooth: Update background scan parametersAndre Guedes1-0/+15
2014-02-26Bluetooth: Create hci_req_add_le_passive_scan helperAndre Guedes1-25/+31
2014-02-26Bluetooth: Add le_auto_conn file on debugfsAndre Guedes1-0/+111
2014-02-26Bluetooth: Support resolvable private addressesAndre Guedes1-0/+10
2014-02-26Bluetooth: Connection parameters and resolvable addressAndre Guedes2-4/+23
2014-02-26Bluetooth: Auto connection and power onAndre Guedes2-0/+14