summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2018-08-30notifier: Remove notifier header file wherever not usedMukesh Ojha
2018-08-30mac80211: always account for A-MSDU header changesJohannes Berg
2018-08-30mac80211: do not convert to A-MSDU if frag/subframe limitedLorenzo Bianconi
2018-08-30cfg80211: nl80211_update_ft_ies() to validate NL80211_ATTR_IEArunk Khandavalli
2018-08-29net_sched: reject unknown tcfa_action valuesPaolo Abeni
2018-08-29net: rtnl: return early from rtnl_unregister_all when protocol isn't registeredSabrina Dubroca
2018-08-29ipv6: fix cleanup ordering for pingv6 registrationSabrina Dubroca
2018-08-29ipv6: fix cleanup ordering for ip6_mr failureSabrina Dubroca
2018-08-29net/sched: act_pedit: fix dump of extended layered opDavide Caratti
2018-08-29tipc: switch to rhashtable iteratorCong Wang
2018-08-29tipc: fix a missing rhashtable_walk_exit()Cong Wang
2018-08-29vti6: remove !skb->ignore_df check from vti6_xmit()Alexey Kodanev
2018-08-29bpf: fix sg shift repair start offset in bpf_msg_pull_dataDaniel Borkmann
2018-08-29bpf: fix shift upon scatterlist ring wrap-around in bpf_msg_pull_dataDaniel Borkmann
2018-08-29bpf: fix msg->data/data_end after sg shift repair in bpf_msg_pull_dataDaniel Borkmann
2018-08-29netfilter: nf_tables: rework ct timeout set supportFlorian Westphal
2018-08-29netfilter: conntrack: place 'new' timeout in first location tooFlorian Westphal
2018-08-29mac80211: avoid kernel panic when building AMSDU from non-linear SKBSara Sharon
2018-08-29mac80211: mesh: fix HWMP sequence numbering to follow standardYuan-Chi Pang
2018-08-28bpf: fix several offset tests in bpf_msg_pull_dataDaniel Borkmann
2018-08-28nl80211: Pass center frequency in kHz instead of MHzHaim Dreyfuss
2018-08-28nl80211: Fix nla_put_u8 to u16 for NL80211_WMMR_TXOPHaim Dreyfuss
2018-08-28mac80211: don't update the PM state of a peer upon a multicast frameEmmanuel Grumbach
2018-08-28cfg80211: make wmm_rule part of the reg_rule structureStanislaw Gruszka
2018-08-28mac80211: correct use of IEEE80211_VHT_CAP_RXSTBC_XDanek Duvall
2018-08-27bpf: fix build error with clangStefan Agner
2018-08-27net/rds: Use rdma_read_gids to get connection SGID/DGID in IPv6Zhu Yanjun
2018-08-27net: dsa: Drop GPIO includesLinus Walleij
2018-08-27tipc: fix the big/little endian issue in tipc_destHaiqing Bai
2018-08-27net: sched: return -ENOENT when trying to remove filter from non-existent chainJiri Pirko
2018-08-27net: sched: fix extack error message when chain is failed to be createdJiri Pirko
2018-08-27erspan: set erspan_ver to 1 by default when adding an erspan devXin Long
2018-08-27sctp: remove useless start_fail from sctp_ht_iter in procXin Long
2018-08-27sctp: hold transport before accessing its asoc in sctp_transport_get_nextXin Long
2018-08-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2018-08-26net: sched: Fix memory exposure from short TCA_U32_SELKees Cook
2018-08-26Merge branch 'ida-4.19' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds
2018-08-24netfilter: xt_checksum: ignore gso skbsFlorian Westphal
2018-08-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2018-08-23Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2018-08-23treewide: convert ISO_8859-1 text comments to utf-8Arnd Bergmann
2018-08-23Merge tag 'nfs-for-4.19-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds
2018-08-23Merge tag 'nfsd-4.19-1' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2018-08-23Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2018-08-23netfilter: xt_cluster: add dependency on conntrack moduleMartin Willi
2018-08-23netfilter: conntrack: remove duplicated include from nf_conntrack_proto_udp.cYue Haibing
2018-08-22net/ipv6: init ip6 anycast rt->dst.input as ip6_inputHangbin Liu
2018-08-22tcp_bbr: apply PROBE_RTT cwnd cap even if acked==0Kevin Yang
2018-08-22tcp_bbr: in restart from idle, see if we should exit PROBE_RTTKevin Yang
2018-08-22tcp_bbr: add bbr_check_probe_rtt_done() helperKevin Yang