summaryrefslogtreecommitdiffstats
path: root/include/net
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-01-071-5/+2Star
|\
| * Merge tag 'mac80211-for-davem-2015-01-06' of git://git.kernel.org/pub/scm/lin...David S. Miller2015-01-061-5/+2Star
| |\
| | * Revert "mac80211: Fix accounting of the tailroom-needed counter"Johannes Berg2015-01-051-5/+2Star
* | | net: tcp: add per route congestion controlDaniel Borkmann2015-01-061-0/+6
* | | net: tcp: add RTAX_CC_ALGO fib handlingDaniel Borkmann2015-01-061-0/+7
* | | net: tcp: add key management to congestion controlDaniel Borkmann2015-01-062-2/+10
* | | net: fib6: convert cfg metric to u32 outside of table write lockFlorian Westphal2015-01-061-3/+7
* | | ip: Add offset parameter to ip_cmsg_recvTom Herbert2015-01-061-0/+1
* | | ip: Add offset parameter to ip_cmsg_recvTom Herbert2015-01-061-1/+6
* | | ip: IP cmsg cleanupTom Herbert2015-01-061-1/+10
* | | ip: Move checksum convert defines to inetTom Herbert2015-01-061-0/+17
* | | netlink: Warn on unordered or illegal nla_nest_cancel() or nlmsg_cancel()Thomas Graf2015-01-061-1/+3
* | | geneve: Remove socket hash table.Jesse Gross2015-01-051-1/+1
* | | geneve: Simplify locking.Jesse Gross2015-01-051-1/+1
* | | geneve: Remove workqueue.Jesse Gross2015-01-051-1/+0Star
* | | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2015-01-028-34/+121
|\ \ \
| * | | Bluetooth: Introduce HCI_QUIRK_BROKEN_LOCAL_COMMANDS constantMarcel Holtmann2014-12-261-0/+10
| * | | Bluetooth: Remove duplicate constant for RFCOMM PSMMarcel Holtmann2014-12-201-2/+0Star
| * | | Bluetooth: Create debugfs directory for each connection handleMarcel Holtmann2014-12-201-0/+1
| * | | Bluetooth: Store default and maximum LE data length settingsMarcel Holtmann2014-12-201-0/+6
| * | | Bluetooth: Add structures for LE Data Length Extension featureMarcel Holtmann2014-12-201-0/+43
| * | | Bluetooth: Fix Add Device to wait for HCI before sending cmd_completeJohan Hedberg2014-12-191-2/+0Star
| * | | Bluetooth: Add hci_request support for hci_update_background_scanJohan Hedberg2014-12-191-2/+0Star
| * | | Bluetooth: Split hci_request helpers to hci_request.[ch]Johan Hedberg2014-12-191-25/+0Star
| * | | Bluetooth: Split hci_update_page_scan into two functionsJohan Hedberg2014-12-191-1/+2
| * | | Bluetooth: 6lowpan: Add IPSP PSM valueJukka Rissanen2014-12-191-0/+1
| * | | nl802154: introduce support for cca settingsAlexander Aring2014-12-192-1/+4
| * | | ieee802154: rework cca settingAlexander Aring2014-12-193-3/+13
| * | | nl802154: introduce cca mode enumsAlexander Aring2014-12-191-0/+43
* | | | fib_trie: Push rcu_read_lock/unlock to callersAlexander Duyck2015-01-011-21/+29
| |/ / |/| |
* | | netlink/genetlink: pass network namespace to bind/unbindJohannes Berg2014-12-271-2/+2
* | | genetlink: pass multicast bind/unbind to familiesJohannes Berg2014-12-271-0/+5
* | | genetlink: pass only network namespace to genl_has_listeners()Johannes Berg2014-12-271-2/+2
* | | net: Generalize ndo_gso_check to ndo_features_checkJesse Gross2014-12-261-4/+24
* | | neigh: remove next ptr from struct neigh_tableNicolas Dichtel2014-12-261-1/+0Star
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-12-171-1/+2
|\ \ \ | |/ / |/| |
| * | Merge branch 'nsfs' into for-nextAl Viro2014-12-111-1/+2
| |\ \
| | * | common object embedded into various struct ....nsAl Viro2014-12-041-1/+2
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2014-12-131-0/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | crypto: algif - add and use sock_kzfree_s() instead of memzero_explicit()Daniel Borkmann2014-11-251-0/+1
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-12-1157-726/+2785
|\ \ \ \
| * \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-12-101-2/+2
| |\ \ \ \
| | * | | | fib_trie: Fix /proc/net/fib_trie when CONFIG_IP_MULTIPLE_TABLES is not definedAlexander Duyck2014-12-091-2/+2
| * | | | | irda: Convert function pointer arrays and uses to constJoe Perches2014-12-101-3/+3
| * | | | | llc: Make llc_sap_action_t function pointer arrays constJoe Perches2014-12-101-1/+1
| * | | | | llc: Make llc_conn_ev_qfyr_t function pointer arrays constJoe Perches2014-12-101-1/+1
| * | | | | llc: Make function pointer arrays constJoe Perches2014-12-101-1/+1
| * | | | | Merge branch 'for-davem-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...David S. Miller2014-12-102-30/+3Star
| |\ \ \ \ \
| | * | | | | first fruits - kill l2cap ->memcpy_fromiovec()Al Viro2014-12-091-29/+0Star
| | * | | | | put iov_iter into msghdrAl Viro2014-12-092-2/+3