aboutsummaryrefslogtreecommitdiff
path: root/include/net
AgeCommit message (Expand)AuthorFilesLines
2015-01-15openvswitch: Support VXLAN Group Policy extensionThomas Graf1-1/+4
2015-01-15vxlan: Only bind to sockets with compatible flags enabledThomas Graf1-0/+3
2015-01-15vxlan: Group Policy extensionThomas Graf1-5/+74
2015-01-14vxlan: Remote checksum offloadTom Herbert1-0/+11
2015-01-14cfg80211: introduce sync regdom set API for self-managedArik Nemtsov1-0/+14
2015-01-13net: rename vlan_tx_* helpers since "tx" is misleading thereJiri Pirko1-1/+1
2015-01-13net: sched: fix skb->protocol use in case of accelerated vlan pathJiri Pirko1-0/+12
2015-01-12vxlan: Improve support for header flagsTom Herbert1-0/+7
2015-01-12Bluetooth: Add missing response structure for HCI Delete Stored Link KeyMarcel Holtmann1-0/+4
2015-01-12Bluetooth: Handle command complete event for HCI Read Stored Link KeysMarcel Holtmann1-0/+2
2015-01-12Bluetooth: Add defintions for HCI Read Stored Link Key commandMarcel Holtmann1-0/+11
2015-01-12Bluetooth: Add opcode parameter to hci_req_complete_t callbackMarcel Holtmann1-1/+1
2015-01-08nl80211: support per-TID station statisticsJohannes Berg1-0/+21
2015-01-08nl80211: clarify packet statistics descriptionsJohannes Berg1-6/+6
2015-01-08cfg80211: add nl80211 beacon-only statisticsJohannes Berg1-0/+6
2015-01-08cfg80211: remove enum station_info_flagsJohannes Berg1-75/+2
2015-01-08mac80211: allow drivers to provide most station statisticsJohannes Berg1-5/+12
2015-01-08cfg80211: allow including station info in delete eventJohannes Berg1-1/+15
2015-01-08cfg80211: add scan time to survey dataJohannes Berg1-0/+4
2015-01-08cfg80211: allow survey data to return global dataJohannes Berg1-1/+2
2015-01-08cfg80211: remove "channel" from survey namesJohannes Berg1-22/+22
2015-01-08netfilter: conntrack: Remove nf_ct_conntrack_flush_reportKristian Evensen1-2/+0
2015-01-07mac80211: Re-fix accounting of the tailroom-needed counterIdo Yariv1-2/+9
2015-01-07Merge branch 'mac80211' into mac80211-nextJohannes Berg1-5/+2
2015-01-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-5/+2
2015-01-06Merge tag 'mac80211-for-davem-2015-01-06' of git://git.kernel.org/pub/scm/lin...David S. Miller1-5/+2
2015-01-06cfg80211: add extensible feature flag attributeGautam Kumar Shukla1-0/+39
2015-01-05net: tcp: add per route congestion controlDaniel Borkmann1-0/+6
2015-01-05net: tcp: add RTAX_CC_ALGO fib handlingDaniel Borkmann1-0/+7
2015-01-05net: tcp: add key management to congestion controlDaniel Borkmann2-2/+10
2015-01-05net: fib6: convert cfg metric to u32 outside of table write lockFlorian Westphal1-3/+7
2015-01-05ip: Add offset parameter to ip_cmsg_recvTom Herbert1-0/+1
2015-01-05ip: Add offset parameter to ip_cmsg_recvTom Herbert1-1/+6
2015-01-05ip: IP cmsg cleanupTom Herbert1-1/+10
2015-01-05ip: Move checksum convert defines to inetTom Herbert1-0/+17
2015-01-05netlink: Warn on unordered or illegal nla_nest_cancel() or nlmsg_cancel()Thomas Graf1-1/+3
2015-01-05Revert "mac80211: Fix accounting of the tailroom-needed counter"Johannes Berg1-5/+2
2015-01-04geneve: Remove socket hash table.Jesse Gross1-1/+1
2015-01-04geneve: Simplify locking.Jesse Gross1-1/+1
2015-01-04geneve: Remove workqueue.Jesse Gross1-1/+0
2015-01-03Bluetooth: Introduce HCI_QUIRK_FIXUP_INQUIRY_MODE optionMarcel Holtmann1-0/+12
2015-01-02Bluetooth: Remove no longer needed force_sc_support debugfs optionMarcel Holtmann2-3/+1
2015-01-02Bluetooth: Remove broken force_lesc_support debugfs optionMarcel Holtmann1-1/+0
2015-01-02Bluetooth: Introduce force_bredr_smp debugfs option for testingMarcel Holtmann1-0/+1
2015-01-02Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller8-34/+121
2014-12-31fib_trie: Push rcu_read_lock/unlock to callersAlexander Duyck1-21/+29
2014-12-27netlink/genetlink: pass network namespace to bind/unbindJohannes Berg1-2/+2
2014-12-27genetlink: pass multicast bind/unbind to familiesJohannes Berg1-0/+5
2014-12-27genetlink: pass only network namespace to genl_has_listeners()Johannes Berg1-2/+2
2014-12-26net: Generalize ndo_gso_check to ndo_features_checkJesse Gross1-4/+24