summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net: convert bridge_nf to use skb extension infrastructureFlorian Westphal2018-12-194-23/+5
* sk_buff: add skb extension infrastructureFlorian Westphal2018-12-194-0/+160
* netfilter: avoid using skb->nf_bridge directlyFlorian Westphal2018-12-197-51/+79
* Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2018-12-197-57/+12
|\
| * Bluetooth: Fix unnecessary error message for HCI request completionJohan Hedberg2018-12-191-0/+6
| * Bluetooth: clean an indentation issue, remove extraneous spaceColin Ian King2018-12-191-1/+1
| * Bluetooth: Change to use DEFINE_SHOW_ATTRIBUTE macroYangtao Li2018-12-194-44/+4
| * 6lowpan: convert to DEFINE_SHOW_ATTRIBUTEYangtao Li2018-12-191-12/+1
* | Merge tag 'mac80211-next-for-davem-2018-12-19' of git://git.kernel.org/pub/sc...David S. Miller2018-12-1931-148/+1330
|\ \
| * | mac80211: Properly access radiotap vendor dataIlan Peer2018-12-191-1/+5
| * | cfg80211: fix ieee80211_get_vht_max_nss()Johannes Berg2018-12-191-8/+7
| * | mac80211: fix radiotap vendor presence bitmap handlingJohannes Berg2018-12-191-2/+3
| * | mac80211: do not advertise HE cap IE if HE disabledShaul Triebitz2018-12-181-10/+9
| * | mac80211: set STA flag DISABLE_HE if HE is not supportedShaul Triebitz2018-12-181-2/+4
| * | mac80211: update driver when MU EDCA params changeShaul Triebitz2018-12-183-2/+13
| * | mac80211: propagate the support for TWT to the driverEmmanuel Grumbach2018-12-181-0/+16
| * | nl80211: Add support to notify radar event info received from STASriram R2018-12-181-0/+62
| * | mac80211: don't build AMSDU from GSO packetsSara Sharon2018-12-181-1/+4
| * | mac80211: remove superfluous NULL checkJohannes Berg2018-12-181-1/+1
| * | mac80211: never pass NULL params to ieee80211_if_add()Johannes Berg2018-12-182-7/+7
| * | mac80211: Properly handle SKB with radiotap onlyIlan Peer2018-12-181-9/+17
| * | cfg80211: add some missing fall through annotationsLuca Coelho2018-12-183-1/+13
| * | mac80211: ftm responder: remove pointless defensive codingJohannes Berg2018-12-181-2/+2
| * | rfkill: gpio: Remove unused includeLinus Walleij2018-12-181-1/+0
| * | mac80211: fix deauth TX when we disconnectEmmanuel Grumbach2018-12-051-14/+35
| * | mac80211: rewrite Kconfig text for meshBob Copeland2018-12-051-6/+5
| * | {nl,mac}80211: add rssi to mesh candidatesBob Copeland2018-11-094-14/+31
| * | {nl,mac}80211: add dot11MeshConnectedToMeshGate to meshconfBob Copeland2018-11-094-2/+15
| * | {nl,mac}80211: report gate connectivity in station infoBob Copeland2018-11-094-1/+9
| * | mac80211: mesh: advertise gates in mesh formationBob Copeland2018-11-091-1/+3
| * | mac80211: allow hardware scan to fall back to softwareJohannes Berg2018-11-091-4/+18
| * | nl80211: Emit a SET_INTERFACE on iftype changeAndrew Zaborowski2018-11-091-12/+16
| * | nl80211: announce radios/interfaces when switching namespacesMartin Willi2018-11-091-0/+14
| * | mac80211: allow drivers to use peer measurement APIJohannes Berg2018-11-093-0/+68
| * | cfg80211: add peer measurement with FTM initiator APIJohannes Berg2018-11-098-19/+928
| * | mac80211: tx: avoid variable shadowingJohannes Berg2018-11-091-2/+2
| * | mac80211: debugfs: avoid variable shadowingJohannes Berg2018-11-091-7/+7
| * | mac80211: sta_info: avoid tidstats variable shadowingJohannes Berg2018-11-091-5/+2
| * | mac80211: tracing: avoid 'idx' variableJohannes Berg2018-11-091-3/+3
| * | cfg80211: tracing: avoid 'idx' variableJohannes Berg2018-11-091-12/+12
* | | tipc: handle broadcast NAME_DISTRIBUTOR packet when receiving itZhenbo Gao2018-12-181-0/+4
* | | net: bridge: remove unneeded variable 'err'YueHaibing2018-12-182-5/+2
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2018-12-183-133/+1118
|\ \ \ | |_|/ |/| |
| * | xfrm: policy: fix policy hash rebuildFlorian Westphal2018-11-281-4/+5
| * | xfrm6: remove BUG_ON from xfrm6_dst_ifdownLi RongQing2018-11-221-1/+0
| * | xfrm: policy: fix netlink/pf_key policy lookupsFlorian Westphal2018-11-151-1/+4
| * | xfrm: policy: add missing indentationColin Ian King2018-11-151-1/+1
| * | af_key: fix indentation on declaration statementColin Ian King2018-11-151-1/+1
| * | xfrm: policy: add 2nd-level saddr trees for inexact policiesFlorian Westphal2018-11-091-10/+108
| * | xfrm: policy: store inexact policies in a tree ordered by source addressFlorian Westphal2018-11-091-4/+42