summaryrefslogtreecommitdiffstats
path: root/include/net
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth: Update hci_disconnect() to return an error valueJohan Hedberg2014-09-081-1/+1
* Bluetooth: Remove unused l2cap_conn_shutdown APIJohan Hedberg2014-09-081-4/+0
* Bluetooth: Ignore incoming data after initiating disconnectionJohan Hedberg2014-09-081-0/+1
* Bluetooth: Use zero timeout for immediate schedulingJohan Hedberg2014-09-081-2/+2
* Bluetooth: Improve *_get() functions to return the object typeJohan Hedberg2014-09-082-2/+3
* Bluetooth: Fix hci_conn reference counting for fixed channelsJohan Hedberg2014-09-081-0/+1
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2014-09-083-2/+3
|\
| * Merge tag 'mac80211-for-john-2014-08-29' of git://git.kernel.org/pub/scm/linu...John W. Linville2014-09-041-1/+1
| |\
| | * regulatory: add NUL to alpha2Eliad Peller2014-08-151-1/+1
| * | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville2014-08-252-1/+2
| |\ \ | | |/ | |/|
| | * Bluetooth: Fix hci_conn reference counting for auto-connectionsJohan Hedberg2014-08-201-0/+2
| | * ieee802154: 6lowpan: ensure MTU of 1280 for 6lowpanMartin Townsend2014-08-191-1/+0
* | | Merge tag 'mac80211-next-for-john-2014-08-29' of git://git.kernel.org/pub/scm...John W. Linville2014-09-042-8/+31
|\ \ \
| * | | cfg80211: allow passing frame type to cfg80211_inform_bss()Johannes Berg2014-08-261-2/+18
| * | | cfg80211: clarify BSS probe response vs. beacon dataJohannes Berg2014-08-261-0/+2
| * | | mac80211: don't resize skbs needlesslyIdo Yariv2014-08-261-1/+4
| * | | mac80211: Fix accounting of the tailroom-needed counterIdo Yariv2014-08-261-2/+5
| * | | cfg80211: remove @gfp parameter from cfg80211_rx_mgmt()Vladimir Kondratiev2014-08-261-2/+1
| * | | mac80211: don't duplicate station QoS capability dataJohannes Berg2014-08-151-1/+1
| |/ /
* | | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville2014-08-252-3/+38
|\ \ \ | |/ / |/| |
| * | Bluetooth: Remove unused l2cap_conn->security_timerJohan Hedberg2014-08-141-1/+0
| * | Bluetooth: Add public l2cap_conn_shutdown() API to request disconnectionJohan Hedberg2014-08-141-0/+4
| * | Bluetooth: Convert SMP to use l2cap_chan infrastructureJohan Hedberg2014-08-141-1/+0
| * | Bluetooth: Make AES crypto context private to SMPJohan Hedberg2014-08-141-1/+0
| * | Bluetooth: Add SMP L2CAP channel skeletonJohan Hedberg2014-08-142-0/+2
| * | Bluetooth: Add more L2CAP convenience callbacksJohan Hedberg2014-08-141-0/+25
| * | Bluetooth: Resume BT_CONNECTED state after LE security elevationJohan Hedberg2014-08-141-0/+1
| * | Bluetooth: Create unified helper function for updating page scanJohan Hedberg2014-08-141-0/+5
| * | Bluetooth: Add convenience function to check for pending power offJohan Hedberg2014-08-141-0/+1
* | | tcp: don't allow syn packets without timestamps to pass tcp_tw_recycle logicHannes Frederic Sowa2014-08-141-1/+1
* | | tcp: fix tcp_release_cb() to dispatch via address family for mtu_reduced()Neal Cardwell2014-08-143-1/+2
* | | tcp: don't use timestamp from repaired skb-s to calculate RTT (v2)Andrey Vagin2014-08-141-1/+3
|/ /
* | Merge branch 'stable-3.17' of git://git.infradead.org/users/pcmoore/selinuxLinus Torvalds2014-08-091-4/+4
|\ \ | |/ |/|
| * netlabel: fix the netlbl_catmap_setlong() dummy functionPaul Moore2014-08-071-4/+4
* | net-timestamp: sock_tx_timestamp() fixEric Dumazet2014-08-061-2/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-08-0641-629/+1129
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-08-051-0/+1
| |\ \
| | * | ip_tunnel(ipv4): fix tunnels with "local any remote $remote_ip"Dmitry Popov2014-07-301-0/+1
| * | | net-timestamp: add key to disambiguate concurrent datagramsWillem de Bruijn2014-08-051-0/+2
| * | | net-timestamp: move timestamp flags out of sk_flagsWillem de Bruijn2014-08-051-18/+11
| * | | net-timestamp: extend SCM_TIMESTAMPING ancillary data structWillem de Bruijn2014-08-051-1/+3
| * | | tcp: reduce spurious retransmits due to transient SACK renegingNeal Cardwell2014-08-051-1/+1
| * | | Merge tag 'master-2014-07-31' of git://git.kernel.org/pub/scm/linux/kernel/gi...David S. Miller2014-08-056-53/+24
| |\ \ \
| | * | | Bluetooth: Rename pairable mgmt setting to bondableJohan Hedberg2014-07-301-2/+2
| | * | | Bluetooth: Rename HCI_PAIRABLE to HCI_BONDABLEJohan Hedberg2014-07-301-1/+1
| | * | | 6lowpan: remove unused functionVarka Bhadram2014-07-301-11/+0
| | * | | 6lowpan: remove unused macrosVarka Bhadram2014-07-301-15/+0
| | * | | 6lowpan: remove unused LOWPAN_FRAG_SIZE defineAlexander Aring2014-07-301-11/+0
| | * | | 6lowpan: iphc: use ipv6 api to check address scopeAlexander Aring2014-07-301-13/+0
| | * | | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville2014-07-292-0/+7
| | |\ \ \
OpenPOWER on IntegriCloud