aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-12-19neighbor: Initialize protocol when new pneigh_entry are createdDavid Ahern1-0/+1
2018-12-19neighbour: register rtnl doit handlerRoopa Prabhu2-23/+193
2018-12-19tipc: fix uninitialized value for broadcast retransmissionHoang Le1-0/+8
2018-12-19tipc: add trace_events for tipc bearerTuong Lien2-0/+45
2018-12-19tipc: add trace_events for tipc nodeTuong Lien2-0/+24
2018-12-19tipc: add trace_events for tipc socketTuong Lien5-9/+176
2018-12-19tipc: add trace_events for tipc linkTuong Lien4-2/+164
2018-12-19tipc: enable tracepoints in tipcTuong Lien11-5/+716
2018-12-19net: switch secpath to use skb extension infrastructureFlorian Westphal2-54/+49
2018-12-19xfrm: prefer secpath_set over secpath_dupFlorian Westphal2-5/+3
2018-12-19xfrm: use secpath_exist where applicableFlorian Westphal1-1/+1
2018-12-19net: use skb_sec_path helper in more placesFlorian Westphal10-26/+45
2018-12-19net: move secpath_exist helper to sk_buff.hFlorian Westphal1-1/+1
2018-12-19xfrm: change secpath_set to return secpath struct, not error valueFlorian Westphal4-19/+25
2018-12-19net: convert bridge_nf to use skb extension infrastructureFlorian Westphal4-23/+5
2018-12-19sk_buff: add skb extension infrastructureFlorian Westphal4-0/+160
2018-12-19netfilter: avoid using skb->nf_bridge directlyFlorian Westphal7-51/+79
2018-12-19Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-nextDavid S. Miller7-57/+12
2018-12-19Merge tag 'mac80211-next-for-davem-2018-12-19' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextDavid S. Miller31-148/+1330
2018-12-19Bluetooth: Fix unnecessary error message for HCI request completionJohan Hedberg1-0/+6
2018-12-19mac80211: Properly access radiotap vendor dataIlan Peer1-1/+5
2018-12-19cfg80211: fix ieee80211_get_vht_max_nss()Johannes Berg1-8/+7
2018-12-19mac80211: fix radiotap vendor presence bitmap handlingJohannes Berg1-2/+3
2018-12-18tipc: handle broadcast NAME_DISTRIBUTOR packet when receiving itZhenbo Gao1-0/+4
2018-12-18net: bridge: remove unneeded variable 'err'YueHaibing2-5/+2
2018-12-19Bluetooth: clean an indentation issue, remove extraneous spaceColin Ian King1-1/+1
2018-12-19Bluetooth: Change to use DEFINE_SHOW_ATTRIBUTE macroYangtao Li4-44/+4
2018-12-196lowpan: convert to DEFINE_SHOW_ATTRIBUTEYangtao Li1-12/+1
2018-12-18Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-nextDavid S. Miller3-133/+1118
2018-12-18mac80211: do not advertise HE cap IE if HE disabledShaul Triebitz1-10/+9
2018-12-18mac80211: set STA flag DISABLE_HE if HE is not supportedShaul Triebitz1-2/+4
2018-12-18mac80211: update driver when MU EDCA params changeShaul Triebitz3-2/+13
2018-12-18mac80211: propagate the support for TWT to the driverEmmanuel Grumbach1-0/+16
2018-12-18nl80211: Add support to notify radar event info received from STASriram R1-0/+62
2018-12-18mac80211: don't build AMSDU from GSO packetsSara Sharon1-1/+4
2018-12-18mac80211: remove superfluous NULL checkJohannes Berg1-1/+1
2018-12-18mac80211: never pass NULL params to ieee80211_if_add()Johannes Berg2-7/+7
2018-12-18mac80211: Properly handle SKB with radiotap onlyIlan Peer1-9/+17
2018-12-18cfg80211: add some missing fall through annotationsLuca Coelho3-1/+13
2018-12-18mac80211: ftm responder: remove pointless defensive codingJohannes Berg1-2/+2
2018-12-18rfkill: gpio: Remove unused includeLinus Walleij1-1/+0
2018-12-17ip6mr: Drop mfc6_cache argument to ip6mr_forward2David Ahern1-4/+3
2018-12-17ipmr: Drop mfc_cache argument to ipmr_queue_xmitDavid Ahern1-5/+4
2018-12-17net: dccp: initialize (addr,port) listening hashtablePeter Oskolkov2-0/+4
2018-12-17fou: Prevent unbounded recursion in GUE error handlerStefano Brivio1-0/+7
2018-12-16bridge: support for ndo_fdb_getRoopa Prabhu3-0/+30
2018-12-16net: rtnetlink: support for fdb getRoopa Prabhu1-1/+167
2018-12-16net: dsa: ksz: Add STP multicast handlingMarek Vasut1-0/+4
2018-12-16net: dsa: ksz: Factor out common tag codeTristram Ha1-39/+73
2018-12-16net: dsa: ksz: Rename NET_DSA_TAG_KSZ to _KSZ9477Tristram Ha4-6/+10