summaryrefslogtreecommitdiffstats
path: root/include/net
AgeCommit message (Expand)AuthorLines
2016-02-24Merge tag 'mac80211-for-davem-2016-02-23' of git://git.kernel.org/pub/scm/lin...David S. Miller-0/+6
2016-02-24mac80211: move MU_MIMO_OWNER flag to ieee80211_vifSara Sharon-0/+2
2016-02-24mac80211: provide interface to driver to set VHT MU-MIMO dataSara Sharon-0/+15
2016-02-24mac80211: remove ieee80211_get_key_tx_seq/ieee80211_set_key_tx_seqEliad Peller-34/+0
2016-02-24mac80211: move TKIP TX IVs to public part of key structEliad Peller-3/+20
2016-02-24cfg80211: basic support for PBSS network typeLior David-0/+8
2016-02-24mac80211: add API to allow filtering frames in BA sessionsSara Sharon-1/+19
2016-02-24mac80211: expose txq queue depth and size to driversMichal Kazior-0/+15
2016-02-24mac80211: Parse legacy and HT rate in injected framesSven Eckelmann-0/+2
2016-02-24mac80211: add RX_FLAG_MACTIME_PLCP_STARTJohannes Berg-0/+3
2016-02-24mac80211: Make addr const in SET_IEEE80211_PERM_ADDR()Bjorn Andersson-1/+1
2016-02-24mac80211: limit the A-MSDU Tx based on peer's capabilitiesEmmanuel Grumbach-0/+14
2016-02-24mac80211: allow drivers to report (non-)monitor framesGrzegorz Bajorski-0/+11
2016-02-24mac80211: support hw managing reorder logicSara Sharon-0/+6
2016-02-23net: dsa: pass bridge down to driversVivien Didelot-3/+2
2016-02-236lowpan: iphc: add support for stateful compressionAlexander Aring-0/+32
2016-02-23mac802154: fix mac header length checkAlexander Aring-2/+3
2016-02-23Bluetooth: add LED trigger for indicating HCI is powered upHeiner Kallweit-0/+3
2016-02-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-5/+9
2016-02-21VXLAN: Support outer IPv4 Tx checksums by defaultAlexander Duyck-1/+1
2016-02-21lwtunnel: autoload of lwt modulesRobert Shearman-1/+3
2016-02-18ipv6: Annotate change of locking mechanism for np->optBenjamin Poirier-2/+6
2016-02-18iptunnel: scrub packet in iptunnel_pull_headerJiri Benc-1/+2
2016-02-18vxlan: tun_id is 64bit, not 32bitJiri Benc-0/+9
2016-02-18Revert "genl: Add genlmsg_new_unicast() for unicast message allocation"Florian Westphal-4/+0
2016-02-18tcp/dccp: fix another race at listener dismantleEric Dumazet-2/+3
2016-02-18route: check and remove route cache when we get routeXin Long-0/+1
2016-02-17vxlan: keep flags and vni in network byte orderJiri Benc-11/+59
2016-02-17vxlan: introduce vxlan_hdrJiri Benc-0/+5
2016-02-17net: pack tc_cls_u32_knode struct slighter betterJohn Fastabend-2/+2
2016-02-17sctp: remove the unused sctp_datamsg_free()Xin Long-1/+0
2016-02-17net: tc: helper functions to query action typesJohn Fastabend-0/+16
2016-02-17net: sched: add cls_u32 offload hooks for netdevsJohn Fastabend-0/+34
2016-02-16ipv4: namespacify ip fragment max dist sysctl knobNikolay Borisov-0/+1
2016-02-16ipv4: namespacify ip_early_demux sysctl knobNikolay Borisov-3/+1
2016-02-16ipv4: Namespacify ip_dynaddr sysctl knobNikolay Borisov-3/+2
2016-02-16ipv4: Namespaceify ip_default_ttl sysctl knobNikolay Borisov-3/+3
2016-02-16net: add dst_cache to ovs vxlan lwtunnelPaolo Abeni-0/+4
2016-02-16net: use dst_cache for vxlan devicePaolo Abeni-0/+1
2016-02-16ip_tunnel: replace dst_cache with generic implementationPaolo Abeni-7/+2
2016-02-16net: replace dst_cache ip6_tunnel implementation with the generic onePaolo Abeni-12/+2
2016-02-16net: add dst_cache supportPaolo Abeni-0/+97
2016-02-12net: ip_tunnel: remove 'csum_help' argument to iptunnel_handle_offloadsEdward Cree-4/+2
2016-02-12net: enable LCO for udp_tunnel_handle_offloads() usersEdward Cree-1/+2
2016-02-11igmp: Namespacify igmp_qrv sysctl knobNikolay Borisov-0/+1
2016-02-11igmp: Namespaceify igmp_llm_reports sysctl knobNikolay Borisov-0/+1
2016-02-11igmp: Namespaceify igmp_max_msf sysctl knobNikolay Borisov-0/+1
2016-02-11igmp: Namespaceify igmp_max_memberships sysctl knobNikolay Borisov-0/+2
2016-02-11soreuseport: fast reuseport TCP socket selectionCraig Gallek-1/+4
2016-02-11inet: refactor inet[6]_lookup functions to take skbCraig Gallek-10/+21