aboutsummaryrefslogtreecommitdiffstats
path: root/include/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-12-05Bluetooth: Add HCI_RSSI_INVALID for unknown RSSI valueMarcel Holtmann1-0/+1
2014-12-04common object embedded into various struct ....nsAl Viro1-1/+2
2014-12-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextJohn W. Linville3-27/+80
2014-12-04Merge tag 'nfc-next-3.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/nfc-nextJohn W. Linville5-5/+60
2014-12-03Bluetooth: Store address type with OOB dataJohan Hedberg1-3/+5
2014-12-03Bluetooth: Unify remote OOB data functionsJohan Hedberg1-4/+2
2014-12-03Bluetooth: Add skeleton for BR/EDR SMP channelJohan Hedberg2-0/+3
2014-12-03Bluetooth: Add debugfs switch for forcing SMP over BR/EDRJohan Hedberg1-0/+1
2014-12-03Bluetooth: Add hci_conn flag for new link key generationJohan Hedberg1-0/+1
2014-12-03Bluetooth: Rename hci_find_ltk_by_addr to hci_find_ltkJohan Hedberg1-2/+2
2014-12-03Bluetooth: Remove unused hci_find_ltk functionJohan Hedberg1-2/+0
2014-12-03Bluetooth: Use custom macro for testing BR/EDR SC enabledJohan Hedberg1-0/+3
2014-12-03Bluetooth: Add mgmt support for LE Secure Connections LTK typesJohan Hedberg1-0/+3
2014-12-02bridge: call netdev_sw_port_stp_update when bridge port STP status changesScott Feldman1-0/+7
2014-12-02net: introduce generic switch devices supportJiri Pirko1-0/+30
2014-12-02NFC: hci: Add specific hci macro to not create a pipeChristophe Ricard1-0/+1
2014-12-02Bluetooth: Track both local and remote L2CAP fixed channel maskJohan Hedberg1-2/+2
2014-12-02NFC: nci: Add se_io NCI operandChristophe Ricard1-0/+3
2014-12-02NFC: nci: Update nci_disable_se to run proprietary commands to disable a secure elementChristophe Ricard1-0/+1
2014-12-02NFC: nci: Update nci_enable_se to run proprietary commands to enable a secure elementChristophe Ricard1-0/+1
2014-12-02NFC: nci: Update nci_discover_se to run proprietary commands to discover all available secure elementChristophe Ricard1-0/+1
2014-12-02NFC: hci: Add se_io HCI operandChristophe Ricard1-0/+3
2014-12-01Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-nextJohn W. Linville1-0/+1
2014-11-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+2
2014-11-28mac80211: add ieee80211_tx_status_noskbFelix Fietkau1-0/+20
2014-11-28mac80211: add tx_status_noskb to rate_control_opsFelix Fietkau1-0/+4
2014-11-28cfg80211: leave invalid channels on regdomain changeArik Nemtsov1-0/+12
2014-11-28NFC: NCI: Configure ATR_RES general bytesJulien Lefrique1-0/+1
2014-11-28NFC: NCI: Handle Target mode activationJulien Lefrique3-5/+26
2014-11-28NFC: NCI: Enable NFC-DEP in Listen A and Listen FJulien Lefrique1-0/+10
2014-11-28NFC: digital: Add NFC-DEP Initiator-side ATN SupportMark A. Greer1-0/+1
2014-11-28NFC: digital: Add NFC-DEP Target-side NACK SupportMark A. Greer1-0/+3
2014-11-28NFC: digital: Add NFC-DEP Initiator-side NACK SupportMark A. Greer1-0/+2
2014-11-28NFC: digital: Add NFC-DEP Send Chaining SupportMark A. Greer1-0/+3
2014-11-28NFC: digital: Implement NFC-DEP max payload lengthsMark A. Greer1-0/+3
2014-11-28NFC: digital: Add Target-mode NFC-DEP DID SupportMark A. Greer1-0/+1
2014-11-27netfilter: combine IPv4 and IPv6 nf_nat_redirect code in one modulePablo Neira Ayuso3-17/+12
2014-11-27netfilter: nf_tables_bridge: export nft_reject_ip*hdr_validate functionsAlvaro Neira1-0/+7
2014-11-27netfilter: conntrack: avoid zeroing timerFlorian Westphal1-6/+9
2014-11-26net-timestamp: make tcp_recvmsg call ipv6_recv_error for AF_INET6 socksWillem de Bruijn1-0/+2
2014-11-26cfg80211: clean up beacon loss CQM eventJohannes Berg2-0/+17
2014-11-26net: Add remcsum_adjust as common function for remote checksum offloadTom Herbert1-0/+16
2014-11-26cfg80211: refactor the various CQM event sending codeJohannes Berg1-27/+27
2014-11-25Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsDavid S. Miller4-8/+8
2014-11-25crypto: algif - add and use sock_kzfree_s() instead of memzero_explicit()Daniel Borkmann1-0/+1
2014-11-24tc_vlan: fix type of tcfv_push_vidJiri Pirko1-1/+1
2014-11-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller3-0/+38
2014-11-24vmci_transport: switch ->enqeue_dgram, ->enqueue_stream and ->dequeue_stream to msghdrAl Viro1-3/+3
2014-11-24switch sctp_user_addto_chunk() and sctp_datamsg_from_user() to passing iov_iterAl Viro1-3/+3
2014-11-24switch ipxrtr_route_packet() from iovec to msghdrAl Viro1-1/+1