summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2019-05-01taprio: Fix potencial use of invalid memory during dequeue()Vinicius Costa Gomes
2019-05-01tcp: refactor setting the initial congestion windowYuchung Cheng
2019-05-01tcp: refactor to consolidate TFO passive open codeYuchung Cheng
2019-05-01tcp: undo cwnd on Fast Open spurious SYNACK retransmitYuchung Cheng
2019-05-01tcp: lower congestion window on Fast Open SYNACK timeoutYuchung Cheng
2019-05-01tcp: undo init congestion window on false SYNACK timeoutYuchung Cheng
2019-05-01tcp: better SYNACK sent timestampYuchung Cheng
2019-05-01tcp: undo initial congestion window on false SYN timeoutYuchung Cheng
2019-05-01tcp: avoid unconditional congestion window undo on SYN retransmitYuchung Cheng
2019-05-01net/tls: avoid NULL pointer deref on nskb->sk in fallbackJakub Kicinski
2019-05-01packet: validate msg_namelen in send directlyWillem de Bruijn
2019-05-01packet: in recvmsg msg_name return at least sizeof sockaddr_llWillem de Bruijn
2019-05-01devlink: Change devlink health locking mechanismMoshe Shemesh
2019-05-01sctp: avoid running the sctp state machine recursivelyXin Long
2019-04-30ipv6: fix races in ip6_dst_destroy()Eric Dumazet
2019-04-30net: dsa: Remove legacy probing supportAndrew Lunn
2019-04-30net: dsa: Add more convenient functions for installing port VLANsVladimir Oltean
2019-04-30net: dsa: Skip calling .port_vlan_filtering on no changeVladimir Oltean
2019-04-30net: dsa: Keep the vlan_filtering setting in dsa_switch if it's globalVladimir Oltean
2019-04-30net: dsa: Unset vlan_filtering when ports leave the bridgeVladimir Oltean
2019-04-30net: dsa: Be aware of switches where VLAN filtering is a global settingVladimir Oltean
2019-04-30net: dsa: Store vlan_filtering as a property of dsa_portVladimir Oltean
2019-04-30net: dsa: Fix pharse -> phase typoVladimir Oltean
2019-04-30l2ip: fix possible use-after-freeEric Dumazet
2019-04-30appletalk: Set error code if register_snap_client failedYueHaibing
2019-04-30rxrpc: Fix net namespace cleanupDavid Howells
2019-04-30Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2019-04-30Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2019-04-30netfilter: connlabels: fix spelling mistake "trackling" -> "tracking"Colin Ian King
2019-04-30netfilter: nft_ct: Add ct id supportBrett Mastbergen
2019-04-30openvswitch: load and reference the NAT helper.Flavio Leitner
2019-04-30netfilter: nf_nat: register NAT helpers.Flavio Leitner
2019-04-30netfilter: add API to manage NAT helpers.Flavio Leitner
2019-04-30netfilter: use macros to create module aliases.Flavio Leitner
2019-04-30netfilter: conntrack: limit sysctl setting for boolean optionsTonghao Zhang
2019-04-30netfilter: nf_flow_table: check ttl value in flow offload data pathTaehee Yoo
2019-04-30netfilter: nf_flow_table: fix netdev refcnt leakTaehee Yoo
2019-04-30netfilter: nft_flow_offload: add entry to flowtable after confirmationPablo Neira Ayuso
2019-04-30netfilter: nf_tables: delay chain policy update until transaction is completeFlorian Westphal
2019-04-30netfilter: nf_tables: fix implicit include of module.hPaul Gortmaker
2019-04-30netfilter: nf_tables: relocate header content to consumerPaul Gortmaker
2019-04-29ipv6/flowlabel: wait rcu grace period before put_pid()Eric Dumazet
2019-04-29vrf: Use orig netdev to count Ip6InNoRoutes and a fresh route lookup when sen...Stephen Suryaputra
2019-04-29tcp: add sanity tests in tcp_add_backlog()Eric Dumazet
2019-04-29ipv6: invert flowlabel sharing check in process and user modeWillem de Bruijn
2019-04-29Merge tag 'mac80211-for-davem-2019-04-26' of git://git.kernel.org/pub/scm/lin...David S. Miller
2019-04-28dsa: Allow tag drivers to be built as modulesAndrew Lunn
2019-04-28dsa: tag_brcm: Avoid unused symbolsAndrew Lunn
2019-04-28dsa: Cleanup unneeded table and make tag structures staticAndrew Lunn
2019-04-28dsa: Make use of the list of tag driversAndrew Lunn