summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)Author
2018-12-20Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2018-12-19neighbor: Use nda_policy for validating attributes in adds and dump requestsDavid Ahern
2018-12-19neighbor: Initialize protocol when new pneigh_entry are createdDavid Ahern
2018-12-19neighbour: register rtnl doit handlerRoopa Prabhu
2018-12-19tipc: fix uninitialized value for broadcast retransmissionHoang Le
2018-12-19tipc: add trace_events for tipc bearerTuong Lien
2018-12-19tipc: add trace_events for tipc nodeTuong Lien
2018-12-19tipc: add trace_events for tipc socketTuong Lien
2018-12-19tipc: add trace_events for tipc linkTuong Lien
2018-12-19tipc: enable tracepoints in tipcTuong Lien
2018-12-19net: switch secpath to use skb extension infrastructureFlorian Westphal
2018-12-19xfrm: prefer secpath_set over secpath_dupFlorian Westphal
2018-12-19xfrm: use secpath_exist where applicableFlorian Westphal
2018-12-19net: use skb_sec_path helper in more placesFlorian Westphal
2018-12-19net: move secpath_exist helper to sk_buff.hFlorian Westphal
2018-12-19xfrm: change secpath_set to return secpath struct, not error valueFlorian Westphal
2018-12-19net: convert bridge_nf to use skb extension infrastructureFlorian Westphal
2018-12-19sk_buff: add skb extension infrastructureFlorian Westphal
2018-12-19netfilter: avoid using skb->nf_bridge directlyFlorian Westphal
2018-12-19Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller
2018-12-19Merge tag 'mac80211-next-for-davem-2018-12-19' of git://git.kernel.org/pub/sc...David S. Miller
2018-12-19Bluetooth: Fix unnecessary error message for HCI request completionJohan Hedberg
2018-12-19xfrm6_tunnel: Fix spi check in __xfrm6_tunnel_alloc_spiYueHaibing
2018-12-19xfrm: policy: remove set but not used variable 'priority'YueHaibing
2018-12-19mac80211: Properly access radiotap vendor dataIlan Peer
2018-12-19cfg80211: fix ieee80211_get_vht_max_nss()Johannes Berg
2018-12-19mac80211: fix radiotap vendor presence bitmap handlingJohannes Berg
2018-12-18tipc: handle broadcast NAME_DISTRIBUTOR packet when receiving itZhenbo Gao
2018-12-18net: bridge: remove unneeded variable 'err'YueHaibing
2018-12-19Bluetooth: clean an indentation issue, remove extraneous spaceColin Ian King
2018-12-19Bluetooth: Change to use DEFINE_SHOW_ATTRIBUTE macroYangtao Li
2018-12-196lowpan: convert to DEFINE_SHOW_ATTRIBUTEYangtao Li
2018-12-18Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2018-12-18mac80211: do not advertise HE cap IE if HE disabledShaul Triebitz
2018-12-18mac80211: set STA flag DISABLE_HE if HE is not supportedShaul Triebitz
2018-12-18mac80211: update driver when MU EDCA params changeShaul Triebitz
2018-12-18mac80211: propagate the support for TWT to the driverEmmanuel Grumbach
2018-12-18nl80211: Add support to notify radar event info received from STASriram R
2018-12-18mac80211: don't build AMSDU from GSO packetsSara Sharon
2018-12-18mac80211: remove superfluous NULL checkJohannes Berg
2018-12-18mac80211: never pass NULL params to ieee80211_if_add()Johannes Berg
2018-12-18mac80211: Properly handle SKB with radiotap onlyIlan Peer
2018-12-18cfg80211: add some missing fall through annotationsLuca Coelho
2018-12-18mac80211: ftm responder: remove pointless defensive codingJohannes Berg
2018-12-18rfkill: gpio: Remove unused includeLinus Walleij
2018-12-17ip6mr: Drop mfc6_cache argument to ip6mr_forward2David Ahern
2018-12-17ipmr: Drop mfc_cache argument to ipmr_queue_xmitDavid Ahern
2018-12-17net: dccp: initialize (addr,port) listening hashtablePeter Oskolkov
2018-12-17fou: Prevent unbounded recursion in GUE error handlerStefano Brivio
2018-12-16bridge: support for ndo_fdb_getRoopa Prabhu