summaryrefslogtreecommitdiffstats
path: root/scripts/gfp-translate (unfollow)
Commit message (Expand)AuthorFilesLines
2017-04-28bpf, x86_64/arm64: remove old ldimm64 artifacts from jitsDaniel Borkmann2-16/+0
2017-04-28rhashtable: Do not lower max_elems when max_size is zeroHerbert Xu1-5/+6
2017-04-28cfg80211: add request id to cfg80211_sched_scan_*() apiArend Van Spriel16-59/+77
2017-04-28mac80211: Add support for BSS max idle period elementAvraham Stern5-3/+63
2017-04-28cfg80211: unify cfg80211_roamed() and cfg80211_roamed_bss()Avraham Stern10-121/+115
2017-04-28mac80211: Fix possible sband related NULL pointer de-referenceMohammed Shafi Shajakhan11-70/+139
2017-04-28mac80211: add ieee80211_tx_status_extFelix Fietkau2-31/+74
2017-04-28mac80211: move ieee80211_tx_status_noskb below ieee80211_tx_statusFelix Fietkau1-58/+58
2017-04-28mac80211: make rate control tx status API more extensibleFelix Fietkau6-55/+58
2017-04-28mac80211: use bitfield macros for encoded rateJohannes Berg2-30/+50
2017-04-28mac80211: rename ieee80211_rx_status::vht_nss to just nssJohannes Berg9-16/+16
2017-04-28mac80211: separate encoding/bandwidth from flagsJohannes Berg40-171/+182
2017-04-28mac80211: clean up rate encoding bits in RX statusJohannes Berg47-262/+261
2017-04-27qed: Acquire/release ptt_ptp lock when enabling/disabling PTP.sudarsana.kalluru@cavium.com3-15/+19
2017-04-27qed: Remove the un-needed ptp header file.sudarsana.kalluru@cavium.com2-48/+0
2017-04-27qede: Add support for PTP resource locking.sudarsana.kalluru@cavium.com3-99/+75
2017-04-27qed: Add support for PTP resource locking.sudarsana.kalluru@cavium.com4-0/+106
2017-04-27qed: Add support for MFW resource locking.sudarsana.kalluru@cavium.com3-11/+49
2017-04-27net: vrf: Do not allow looback to be moved to a VRFDavid Ahern1-0/+6
2017-04-27fib_rules: fix error return codeWei Yongjun1-2/+4
2017-04-27bridge: add per-port broadcast flood flagMike Manning6-8/+25
2017-04-27net: fib: Decrease one unnecessary rt cache flush in fib_disable_ipGao Feng1-1/+2
2017-04-27l2tp: remove useless device duplication test in l2tp_eth_create()Guillaume Nault1-6/+0
2017-04-27net: remove unnecessary carrier status checkZhang Shengju1-7/+4
2017-04-27net: update comment for netif_dormant() functionZhang Shengju1-2/+2
2017-04-27samples/bpf: Add support for SKB_MODE to xdp1 and xdp_tx_iptunnelDavid Ahern4-16/+58
2017-04-27rhashtable: Cap total number of entries to 2^31Herbert Xu2-2/+8
2017-04-27tcp: tcp_rack_reo_timeout() must update tp->tcp_mstampEric Dumazet1-0/+1
2017-04-27statx: Kill fd-with-NULL-path support in favour of AT_EMPTY_PATHDavid Howells1-7/+6
2017-04-26mac80211: make multicast variable a bool in ieee80211_accept_frame()Luca Coelho1-1/+1
2017-04-26mac80211: disentangle iflist_mtx and chanctx_mtxJohannes Berg3-8/+9
2017-04-26mac80211: don't parse encrypted management frames in ieee80211_frame_ackedEmmanuel Grumbach1-0/+1
2017-04-26ieee80211: fix kernel-doc parsing errorsJohannes Berg1-6/+6
2017-04-26ieee80211: add FT-802.1X AKM suite selectorLuca Coelho1-0/+1
2017-04-26ieee80211: add SUITE_B AKM selectorsLuca Coelho1-12/+14
2017-04-26cfg80211: add request id parameter to .sched_scan_stop() signatureArend Van Spriel8-22/+24
2017-04-26nl80211: add support for BSSIDs in scheduled scan matchsetsArend Van Spriel3-11/+39
2017-04-26nl80211: allow multiple active scheduled scan requestsArend Van Spriel13-64/+205
2017-04-26cfg80211: simplify netlink socket owner interface deletionJohannes Berg4-49/+13
2017-04-26ipv6: check raw payload size correctly in ioctlJamie Bainbridge1-2/+1
2017-04-26tcp: memset ca_priv data to 0 properlyWei Wang1-8/+3
2017-04-26ipv6: check skb->protocol before lookup for nexthopWANG Cong1-16/+18
2017-04-26virtio-net: on tx, only call napi_disable if tx napi is onWillem de Bruijn1-2/+8
2017-04-26ibmvnic: Move initialization of sub crqs to ibmvnic_initNathan Fontenot1-11/+12
2017-04-26ibmvnic: Split initialization of scrqs to its own routineNathan Fontenot1-47/+54
2017-04-26net: core: Prevent from dereferencing null pointer when releasing SKBMyungho Jung1-0/+3
2017-04-26dt-bindings: mdio: Clarify binding documentFlorian Fainelli1-4/+8
2017-04-26tcp: switch rcv_rtt_est and rcvq_space to high resolution timestampsEric Dumazet3-18/+24
2017-04-26tcp: remove ack_time from struct tcp_sacktag_stateEric Dumazet1-4/+0
2017-04-26tcp: use tp->tcp_mstamp in tcp_clean_rtx_queue()Eric Dumazet1-1/+1