aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-08-30notifier: Remove notifier header file wherever not usedMukesh Ojha1-1/+0
2018-08-30mac80211: always account for A-MSDU header changesJohannes Berg1-5/+7
2018-08-30mac80211: do not convert to A-MSDU if frag/subframe limitedLorenzo Bianconi1-3/+3
2018-08-30cfg80211: nl80211_update_ft_ies() to validate NL80211_ATTR_IEArunk Khandavalli1-0/+1
2018-08-29net_sched: reject unknown tcfa_action valuesPaolo Abeni1-5/+11
2018-08-29net: rtnl: return early from rtnl_unregister_all when protocol isn't registeredSabrina Dubroca1-0/+4
2018-08-29ipv6: fix cleanup ordering for pingv6 registrationSabrina Dubroca1-2/+2
2018-08-29ipv6: fix cleanup ordering for ip6_mr failureSabrina Dubroca1-3/+3
2018-08-29net/sched: act_pedit: fix dump of extended layered opDavide Caratti1-5/+13
2018-08-29tipc: switch to rhashtable iteratorCong Wang4-26/+56
2018-08-29tipc: fix a missing rhashtable_walk_exit()Cong Wang1-0/+2
2018-08-29vti6: remove !skb->ignore_df check from vti6_xmit()Alexey Kodanev1-1/+1
2018-08-29bpf: fix sg shift repair start offset in bpf_msg_pull_dataDaniel Borkmann1-13/+13
2018-08-29bpf: fix shift upon scatterlist ring wrap-around in bpf_msg_pull_dataDaniel Borkmann1-1/+4
2018-08-29bpf: fix msg->data/data_end after sg shift repair in bpf_msg_pull_dataDaniel Borkmann1-3/+2
2018-08-29netfilter: nf_tables: rework ct timeout set supportFlorian Westphal1-30/+29
2018-08-29netfilter: conntrack: place 'new' timeout in first location tooFlorian Westphal3-0/+21
2018-08-29mac80211: avoid kernel panic when building AMSDU from non-linear SKBSara Sharon1-17/+21
2018-08-29mac80211: mesh: fix HWMP sequence numbering to follow standardYuan-Chi Pang1-0/+4
2018-08-28bpf: fix several offset tests in bpf_msg_pull_dataDaniel Borkmann1-5/+9
2018-08-28nl80211: Pass center frequency in kHz instead of MHzHaim Dreyfuss1-1/+1
2018-08-28nl80211: Fix nla_put_u8 to u16 for NL80211_WMMR_TXOPHaim Dreyfuss1-2/+2
2018-08-28mac80211: don't update the PM state of a peer upon a multicast frameEmmanuel Grumbach1-0/+1
2018-08-28cfg80211: make wmm_rule part of the reg_rule structureStanislaw Gruszka3-86/+22
2018-08-28mac80211: correct use of IEEE80211_VHT_CAP_RXSTBC_XDanek Duvall1-4/+1
2018-08-27bpf: fix build error with clangStefan Agner1-1/+1
2018-08-27net/rds: Use rdma_read_gids to get connection SGID/DGID in IPv6Zhu Yanjun1-7/+2
2018-08-27net: dsa: Drop GPIO includesLinus Walleij1-2/+0
2018-08-27tipc: fix the big/little endian issue in tipc_destHaiqing Bai2-13/+6
2018-08-27net: sched: return -ENOENT when trying to remove filter from non-existent chainJiri Pirko1-1/+1
2018-08-27net: sched: fix extack error message when chain is failed to be createdJiri Pirko1-1/+1
2018-08-27erspan: set erspan_ver to 1 by default when adding an erspan devXin Long2-0/+4
2018-08-27sctp: remove useless start_fail from sctp_ht_iter in procXin Long1-4/+0
2018-08-27sctp: hold transport before accessing its asoc in sctp_transport_get_nextXin Long2-11/+15
2018-08-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds30-265/+142
2018-08-26net: sched: Fix memory exposure from short TCA_U32_SELKees Cook1-2/+8
2018-08-26Merge branch 'ida-4.19' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds1-10/+6
2018-08-24netfilter: xt_checksum: ignore gso skbsFlorian Westphal2-7/+27
2018-08-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2-4/+9
2018-08-23Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-6/+6
2018-08-23treewide: convert ISO_8859-1 text comments to utf-8Arnd Bergmann2-6/+6
2018-08-23Merge tag 'nfs-for-4.19-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds19-49/+75
2018-08-23Merge tag 'nfsd-4.19-1' of git://linux-nfs.org/~bfields/linuxLinus Torvalds10-111/+140
2018-08-23Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-23/+25
2018-08-23netfilter: xt_cluster: add dependency on conntrack moduleMartin Willi1-1/+13
2018-08-23netfilter: conntrack: remove duplicated include from nf_conntrack_proto_udp.cYue Haibing1-1/+0
2018-08-22net/ipv6: init ip6 anycast rt->dst.input as ip6_inputHangbin Liu1-1/+1
2018-08-22tcp_bbr: apply PROBE_RTT cwnd cap even if acked==0Kevin Yang1-2/+2
2018-08-22tcp_bbr: in restart from idle, see if we should exit PROBE_RTTKevin Yang1-0/+4
2018-08-22tcp_bbr: add bbr_check_probe_rtt_done() helperKevin Yang1-16/+18