summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2018-10-18bpf: use __GFP_COMP while allocating pageTushar Dave
2018-10-18Bluetooth: Use correct tfm to generate OOB dataMatias Karhumaa
2018-10-18Bluetooth: SMP: Fix trying to use non-existent local OOB dataJohan Hedberg
2018-10-18net/ipv6: stop leaking percpu memory in fib6 infoMike Rapoport
2018-10-18net/ipv6: Remove extra call to ip6_convert_metrics for multipath caseDavid Ahern
2018-10-18net: ipv4: don't let PMTU updates increase route MTUSabrina Dubroca
2018-10-18rtnetlink: Fail dump if target netnsid is invalidDavid Ahern
2018-10-18inet: make sure to grab rcu_read_lock before using ireq->ireq_optEric Dumazet
2018-10-18tcp/dccp: fix lockdep issue when SYN is backloggedEric Dumazet
2018-10-18net-ethtool: ETHTOOL_GUFO did not and should not require CAP_NET_ADMINMaciej Żenczykowski
2018-10-18net/packet: fix packet drop as of virtio gsoJianfeng Tan
2018-10-18udp: Unbreak modules that rely on external __skb_recv_udp() availabilityJiri Kosina
2018-10-18tipc: fix flow control accounting for implicit connectParthasarathy Bhuvaragan
2018-10-18sctp: update dst pmtu with the correct daddrXin Long
2018-10-18rtnl: limit IFLA_NUM_TX_QUEUES and IFLA_NUM_RX_QUEUES to 4096Eric Dumazet
2018-10-18rtnetlink: fix rtnl_fdb_dump() for ndmsg headerMauricio Faria de Oliveira
2018-10-18net: sched: cls_u32: fix hnode refcountingAl Viro
2018-10-18net: sched: Add policy validation for tc attributesDavid Ahern
2018-10-18netlabel: check for IPV4MASK in addrinfo_getSean Tranchetti
2018-10-18net/ipv6: Display all addresses in output of /proc/net/if_inet6Jeff Barnhill
2018-10-18net: ipv4: update fnhe_pmtu when first hop's MTU changesSabrina Dubroca
2018-10-18ipv6: take rcu lock in rawv6_send_hdrinc()Wei Wang
2018-10-18ipv4: fix use-after-free in ip_cmsg_recv_dstaddr()Eric Dumazet
2018-10-18ip_tunnel: be careful when accessing the inner headerPaolo Abeni
2018-10-18ip6_tunnel: be careful when accessing the inner headerPaolo Abeni
2018-10-13rds: rds_ib_recv_alloc_cache() should call alloc_percpu_gfp() insteadKa-Cheong Poon
2018-10-13tipc: call start and done ops directly in __tipc_nl_compat_dumpit()Cong Wang
2018-10-13mac80211: fix setting IEEE80211_KEY_FLAG_RX_MGMT for AP mode keysFelix Fietkau
2018-10-13mac80211: allocate TXQs for active monitor interfacesFelix Fietkau
2018-10-10netfilter: xt_hashlimit: use s->file instead of s->privateCong Wang
2018-10-10netfilter: nfnetlink_queue: Solve the NFQUEUE/conntrack clash for NF_REPEATMichal 'vorner' Vaner
2018-10-10netfilter: nf_tables: release chain in flushing setTaehee Yoo
2018-10-10netfilter: kconfig: nat related expression depend on nftables coreFlorian Westphal
2018-10-10netfilter: xt_checksum: ignore gso skbsFlorian Westphal
2018-10-10netfilter: xt_cluster: add dependency on conntrack moduleMartin Willi
2018-10-10mac80211: shorten the IBSS debug messagesEmmanuel Grumbach
2018-10-10mac80211: don't Tx a deauth frame if the AP forbade TxEmmanuel Grumbach
2018-10-10mac80211: Fix station bandwidth setting after channel switchIlan Peer
2018-10-10mac80211: fix a race between restart and CSA flowsEmmanuel Grumbach
2018-10-10mac80211: fix WMM TXOP calculationDreyfuss, Haim
2018-10-10cfg80211: fix a type issue in ieee80211_chandef_to_operating_class()Dan Carpenter
2018-10-10mac80211: fix an off-by-one issue in A-MSDU max_subframe computationLorenzo Bianconi
2018-10-10bpf: Fix bpf_msg_pull_data()Tushar Dave
2018-10-10mac80211: always account for A-MSDU header changesJohannes Berg
2018-10-10mac80211: do not convert to A-MSDU if frag/subframe limitedLorenzo Bianconi
2018-10-10cfg80211: nl80211_update_ft_ies() to validate NL80211_ATTR_IEArunk Khandavalli
2018-10-10tipc: switch to rhashtable iteratorCong Wang
2018-10-10bpf: fix sg shift repair start offset in bpf_msg_pull_dataDaniel Borkmann
2018-10-10bpf: fix shift upon scatterlist ring wrap-around in bpf_msg_pull_dataDaniel Borkmann
2018-10-10bpf: fix msg->data/data_end after sg shift repair in bpf_msg_pull_dataDaniel Borkmann