summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'master-2014-07-31' of git://git.kernel.org/pub/scm/linux/kernel/gi...David S. Miller2014-08-0513-174/+520
|\
| * Bluetooth: Always use non-bonding requirement when not bondableJohan Hedberg2014-07-301-3/+8
| * Bluetooth: Rename pairable mgmt setting to bondableJohan Hedberg2014-07-301-7/+7
| * Bluetooth: Rename HCI_PAIRABLE to HCI_BONDABLEJohan Hedberg2014-07-304-11/+11
| * Bluetooth: Fix sparse warning from HID new leds handlingMarcel Holtmann2014-07-301-1/+1
| * Bluetooth: Fix check for connected state when pairingJohan Hedberg2014-07-301-1/+1
| * 6lowpan: iphc: Fix parenthesis alignments which off-by-oneMarcel Holtmann2014-07-301-3/+3
| * 6lowpan: iphc: Fix missing braces for if statementMarcel Holtmann2014-07-301-2/+2
| * 6lowpan: iphc: Fix missing blank line after variable declarationsMarcel Holtmann2014-07-301-0/+1
| * 6lowpan: iphc: Fix issues with alignment matching open parenthesisMarcel Holtmann2014-07-301-39/+35
| * 6lowpan: iphc: Fix block comments to match networking styleMarcel Holtmann2014-07-301-22/+11
| * 6lowpan: iphc: remove check on nullAlexander Aring2014-07-301-3/+0
| * 6lowpan: iphc: use ipv6 api to check address scopeAlexander Aring2014-07-301-12/+17
| * 6lowpan: iphc: cleanup use of lowpan_push_hc_dataAlexander Aring2014-07-301-25/+20
| * 6lowpan: iphc: cleanup use of lowpan_fetch_skbAlexander Aring2014-07-301-6/+7
| * 6lowpan: iphc: use sizeof in udp uncompressionAlexander Aring2014-07-301-9/+14
| * 6lowpan: iphc: rename hc06_ptr pointer to hc_ptrAlexander Aring2014-07-301-56/+56
| * Bluetooth: Fix SMP context tracking leading to a kernel crashJohan Hedberg2014-07-301-5/+8
| * Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville2014-07-295-20/+252
| |\
| | * Bluetooth: Fix incorrectly disabling page scan when toggling connectableJohan Hedberg2014-07-281-1/+13
| | * Bluetooth: Fix clearing HCI_PSCAN flagJohan Hedberg2014-07-281-1/+1
| | * Bluetooth: Set Simultaneous LE and BR/EDR controller option to zeroMarcel Holtmann2014-07-272-4/+4
| | * Bluetooth: Expose default LE advertising interval via debugfsGeorg Lukas2014-07-261-0/+60
| | * Bluetooth: Provide defaults for LE advertising intervalGeorg Lukas2014-07-262-2/+4
| | * Bluetooth: Fix white list handling with resolvable private addressesMarcel Holtmann2014-07-262-0/+28
| | * Bluetooth: Add support for using controller white list filteringMarcel Holtmann2014-07-261-0/+96
| | * Bluetooth: Fix issue with ADV_IND reports and auto-connection handlingMarcel Holtmann2014-07-243-4/+33
| | * Bluetooth: Ignore ADV_DIRECT_IND attempts from unknown devicesMarcel Holtmann2014-07-241-6/+0
| | * Bluetooth: Get MWS transport configuration of the controllerMarcel Holtmann2014-07-231-0/+4
| | * Bluetooth: Read list of local codecs supported by the controllerMarcel Holtmann2014-07-231-0/+4
| | * Bluetooth: Avoid use of session socket after the session gets freedVignesh Raman2014-07-221-2/+5
| * | Merge tag 'nfc-next-3.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville2014-07-296-20/+128
| |\ \
| | * | NFC: digital: Add 'tg_listen_md' and 'tg_get_rf_tech' driver hooksMark A. Greer2014-07-233-9/+81
| | * | NFC: hci: Add stop_poll HCI operand.Christophe Ricard2014-07-231-2/+5
| | * | NFC: nci: Add T1T support notificationChristophe Ricard2014-07-231-1/+3
| | * | NFC: digital: Add digital framing calls when in target modeMark A. Greer2014-07-211-0/+21
| | * | NFC: digital: Clear poll_tech_count before activating targetMark A. Greer2014-07-212-6/+16
| | * | NFC: digital: Check for NFC-DEP before checking for Type 4 tagMark A. Greer2014-07-211-2/+2
* | | | netlink: fix lockdep splatsEric Dumazet2014-08-041-2/+2
* | | | tcp: md5: remove unneeded check in tcp_v4_parse_md5_keysDmitry Popov2014-08-041-1/+1
* | | | bridge: remove a useless commentMichael S. Tsirkin2014-08-041-1/+0
* | | | nftables: Convert nft_hash to use generic rhashtableThomas Graf2014-08-021-236/+55
* | | | netlink: Convert netlink_lookup() to use RCU protected hash tableThomas Graf2014-08-023-195/+119
* | | | inet: frags: use kmem_cache for inet_frag_queueNikolay Aleksandrov2014-08-025-8/+32
* | | | inet: frags: use INET_FRAG_EVICTED to prevent icmp messagesNikolay Aleksandrov2014-08-023-16/+15
* | | | inet: frags: fix function declaration alignments in inet_fragmentNikolay Aleksandrov2014-08-021-5/+9
* | | | inet: frags: rename last_in to flagsNikolay Aleksandrov2014-08-025-39/+39
* | | | inet: frags: use INC_STATS_BH in the ipv6 reassembly codeNikolay Aleksandrov2014-08-021-3/+4
* | | | ipv4: remove nested rcu_read_lock/unlockDuan Jiong2014-08-021-2/+0
* | | | net: filter: split 'struct sk_filter' into socket and bpf partsAlexei Starovoitov2014-08-025-53/+65
OpenPOWER on IntegriCloud