aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-02-01Bluetooth: Fix OOB data present for BR/EDR Secure Connections Only modeMarcel Holtmann1-17/+21
2015-02-01Bluetooth: Expose remote OOB information as debugfs entryMarcel Holtmann1-0/+31
2015-02-01Bluetooth: Expose hardware error code as debugfs entryMarcel Holtmann1-0/+3
2015-02-01Bluetooth: Expose debug keys usage setting via debugfsMarcel Holtmann1-0/+22
2015-02-01Bluetooth: Track changes from HCI Write Simple Pairing Debug Mode commandMarcel Holtmann1-0/+19
2015-02-01Bluetooth: Expose Secure Simple Pairing debug mode setting in debugfsMarcel Holtmann1-1/+22
2015-01-31ipv4: icmp: use percpu allocationEric Dumazet1-9/+8
2015-01-31tcp: use SACK RTTs for CCKenneth Klette Jonassen1-2/+4
2015-01-31Bluetooth: Allow remote OOB data to only provide P-192 or P-256 valuesMarcel Holtmann1-4/+25
2015-01-31Bluetooth: Fix OOB data present value for SMP pairingMarcel Holtmann1-1/+1
2015-01-31Bluetooth: Fix OOB data present value for BR/EDR Secure ConnectionsMarcel Holtmann1-1/+18
2015-01-31Bluetooth: Store OOB data present value for each set of remote OOB dataMarcel Holtmann1-0/+8
2015-01-30irda: use msecs_to_jiffies for conversionsNicholas Mc Guire1-3/+5
2015-01-30net: mark some potential candidates __read_mostlyDaniel Borkmann4-5/+5
2015-01-29dev: add per net_device packet type chainsSalam Noureddine1-48/+84
2015-01-29rtnetlink: pass link_net to the newlink handlerNicolas Dichtel1-1/+1
2015-01-29Bluetooth: Fix sending Read Remote Extended Features commandSzymon Janc1-1/+2
2015-01-28pkt_sched: fq: remove useless TIME_WAIT checkEric Dumazet1-2/+2
2015-01-28act_connmark: fix dependencies betterArnd Bergmann1-1/+1
2015-01-28net: remove sock_iocbChristoph Hellwig3-103/+43
2015-01-28openvswitch: Add support for checksums on UDP tunnels.Jesse Gross3-6/+9
2015-01-28Merge tag 'nfc-next-3.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/nfc-nextDavid S. Miller5-59/+84
2015-01-29Bluetooth: Move smp_unregister() into hci_dev_do_close() functionMarcel Holtmann1-6/+2
2015-01-28Bluetooth: Perform a power cycle when receiving hardware error eventMarcel Holtmann2-1/+24
2015-01-28Bluetooth: Introduce hci_dev_do_reset helper functionMarcel Holtmann1-23/+34
2015-01-28Bluetooth: Fix notifying discovery state when powering offJohan Hedberg1-0/+2
2015-01-28Bluetooth: Fix notifying discovery state upon resetJohan Hedberg1-1/+2
2015-01-28Bluetooth: Fix check for SSP when enabling SCJohan Hedberg1-0/+1
2015-01-28Bluetooth: Check for P-256 OOB values in Secure Connections Only modeMarcel Holtmann1-0/+13
2015-01-28Bluetooth: Use helper function to determine BR/EDR OOB data presentMarcel Holtmann1-6/+16
2015-01-28Bluetooth: Clear P-192 values for OOB when in Secure Connections Only modeMarcel Holtmann1-20/+26
2015-01-28Bluetooth: Enforce zero-valued hash/rand192 for LE OOBJohan Hedberg1-0/+15
2015-01-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller25-121/+189
2015-01-28NFC: hci: Remove nfc_hci_pipe2gate functionChristophe Ricard2-13/+0
2015-01-28NFC: hci: Add cmd_received handlerChristophe Ricard1-0/+3
2015-01-28NFC: hci: Reference every pipe information according to notificationChristophe Ricard2-22/+44
2015-01-27NFC: hci: Change nfc_hci_send_response gate parameter to pipeChristophe Ricard2-21/+8
2015-01-27NFC: hci: Add pipes table to reference them with a tuple {gate, host}Christophe Ricard2-7/+35
2015-01-27NFC: hci: Change event_received handler gate parameter to pipeChristophe Ricard1-1/+1
2015-01-27net: don't OOPS on socket aioChristoph Hellwig1-3/+0
2015-01-27mac80111: Add BIP-GMAC-128 and BIP-GMAC-256 ciphersJouni Malinen12-3/+339
2015-01-27mac80111: Add BIP-CMAC-256 cipherJouni Malinen10-21/+171
2015-01-27mac80111: Add CCMP-256 cipherJouni Malinen10-31/+88
2015-01-27mac80111: Add GCMP and GCMP-256 ciphersJouni Malinen13-4/+482
2015-01-27cfg80211: Add new GCMP, CCMP-256, BIP-GMAC, BIP-CMAC-256 ciphersJouni Malinen1-0/+36
2015-01-27cfg80211: Fix BIP (AES-CMAC) cipher validationJouni Malinen1-12/+20
2015-01-27mac80211: handle potential race between suspend and scan completionLuciano Coelho2-1/+14
2015-01-27netlink: Kill redundant net argument in netlink_insertHerbert Xu1-8/+7
2015-01-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsecDavid S. Miller1-2/+8
2015-01-27ipv6: replacing a rt6_info needs to purge possible propagated rt6_infos tooHannes Frederic Sowa1-19/+26