config HAVE_NET_DSA def_bool y depends on INET && NETDEVICES && !S390 # Drivers must select NET_DSA and the appropriate tagging format config NET_DSA tristate "Distributed Switch Architecture" depends on HAVE_NET_DSA select NET_SWITCHDEV select PHYLIB ---help--- Say Y if you want to enable support for the hardware switches supported by the Distributed Switch Architecture. if NET_DSA # tagging formats config NET_DSA_TAG_BRCM bool config NET_DSA_TAG_DSA bool config NET_DSA_TAG_EDSA bool config NET_DSA_TAG_TRAILER bool config NET_DSA_TAG_QCA bool endif t Git repository'/>
summaryrefslogtreecommitdiff
path: root/net/ipv4/tcp_output.c
AgeCommit message (Expand)AuthorFilesLines
2017-02-07tcp: replace dst_confirm with sk_dst_confirmJulian Anastasov1-0/+2
2017-02-03tcp: clear pfmemalloc on outgoing skbEric Dumazet1-0/+7
2017-02-03tcp: add tcp_mss_clamp() helperEric Dumazet1-10/+4
2017-02-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+4
2017-02-01tcp: fix 0 divide in __tcp_select_window()Eric Dumazet1-2/+4