aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-12-05cfg80211: Fix busy loop regression in ieee80211_ie_split_ric()Jouni Malinen1-0/+2
2018-12-05mac80211: ignore NullFunc frames in the duplicate detectionEmmanuel Grumbach1-0/+1
2018-12-05mac80211: fix reordering of buffered broadcast packetsFelix Fietkau1-2/+2
2018-12-05mac80211: ignore tx status for PS stations in ieee80211_tx_status_extFelix Fietkau1-0/+2
2018-11-09cfg80211: Prevent regulatory restore during STA disconnect in concurrent interfacesSriram R1-1/+5
2018-11-09mac80211: fix CSA beacon allocation sizeJohannes Berg1-3/+4
2018-11-09cfg80211/mac80211: fix FTM settings across CSAJohannes Berg1-0/+1
2018-11-09mac80211: Clear beacon_int in ieee80211_do_stopBen Greear1-0/+2
2018-11-09mac80211: fix GFP_KERNEL under tasklet contextYan-Hsuan Chuang1-2/+2
2018-11-09cfg80211: add missing constraint for user-supplied VHT maskSergey Matyukevich2-2/+4
2018-11-09mac80211_hwsim: Timer should be initialized before device registeredVasyl Vavrychuk1-4/+4
2018-11-09mac80211: fix missing unlock on error in ieee80211_mark_sta_auth()Wei Yongjun1-4/+8
2018-11-09mac80211_hwsim: fix module init error paths for netlinkAlexey Khoroshilov1-5/+7
2018-11-04bonding/802.3ad: fix link_failure_count trackingJarod Wilson1-2/+2
2018-11-04net: phy: realtek: fix RTL8201F sysfs nameHolger Hoffstätte1-1/+1
2018-11-03sctp: define SCTP_SS_DEFAULT for Stream schedulersXin Long2-1/+2
2018-11-03sctp: fix strchange_flags name for Stream Change EventXin Long1-0/+2
2018-11-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2-13/+26
2018-11-03mlxsw: spectrum: Fix IP2ME CPU policer configurationShalom Toledo1-1/+0
2018-11-03openvswitch: fix linking without CONFIG_NF_CONNTRACK_LABELSArnd Bergmann1-1/+2
2018-11-03qed: fix link config error handlingArnd Bergmann1-2/+5
2018-11-03net: hns3: Fix for out-of-bounds access when setting pfc back pressureYunsheng Lin1-6/+4
2018-11-03Merge branch 'net-bql-better-deal-with-GSO'David S. Miller3-3/+25
2018-11-03net/mlx4_en: use __netdev_tx_sent_queue()Eric Dumazet1-2/+4
2018-11-03net: do not abort bulk send on BQL statusEric Dumazet1-1/+1
2018-11-03net: bql: add __netdev_tx_sent_queue()Eric Dumazet1-0/+20
2018-11-03Merge branch 's390-qeth-fixes'David S. Miller5-242/+207
2018-11-03s390/qeth: report 25Gbit link speedJulian Wiedmann2-2/+20
2018-11-03s390/qeth: sanitize ARP requestsJulian Wiedmann4-79/+34
2018-11-03s390/qeth: fix initial operstateJulian Wiedmann4-10/+25
2018-11-03s390/qeth: unregister netdevice only when registeredJulian Wiedmann3-4/+11
2018-11-03s390/qeth: fix HiperSockets snifferJulian Wiedmann1-3/+5
2018-11-03s390/qeth: sanitize strings in debug messagesJulian Wiedmann4-151/+119
2018-11-03Merge branch 'net-timeout-fixes-for-GENET-and-SYSTEMPORT'David S. Miller2-14/+14
2018-11-03net: systemport: Protect stop from timeoutFlorian Fainelli1-8/+7
2018-11-03net: bcmgenet: protect stop from timeoutDoug Berger1-6/+7
2018-11-02rxrpc: Fix lockup due to no error backoff after ack transmit errorDavid Howells3-8/+46
2018-11-02net: dsa: microchip: initialize mutex before useTristram Ha1-5/+5
2018-11-02net/ipv6: Add anycast addresses to a global hashtableJeff Barnhill4-4/+85
2018-11-02usbnet: smsc95xx: disable carrier check while suspendingFrieder Schrempf1-0/+7
2018-11-02net: document skb parameter in function 'skb_gso_size_check'Mathieu Malaterre1-0/+2
2018-11-02bpf: fix bpf_prog_get_info_by_fd to return 0 func_lens for unprivDaniel Borkmann1-0/+1
2018-11-02Merge branch 'bpf-accurate-prog-addr'Daniel Borkmann2-13/+25
2018-11-02bpf: show main program address and length in bpf_prog_infoSong Liu1-9/+24
2018-11-02bpf: show real jited address in bpf_prog_info->jited_ksymsSong Liu1-1/+0
2018-11-02bpf: show real jited prog address in /proc/kallsymsSong Liu1-3/+1
2018-11-01net: drop skb on failure in ip_check_defrag()Cong Wang1-4/+8
2018-11-01Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linuxLinus Torvalds3-4/+12
2018-11-01Merge branch 'for-4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/dennis/percpuLinus Torvalds2-1/+4
2018-11-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds56-274/+793