summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2021-03-26mptcp: drop useless addr_signal clearGeliang Tang1-8/+0
2021-03-26mptcp: move to next addr when subflow creation failGeliang Tang3-0/+18
2021-03-26mptcp: export lookup_anno_list_by_saddrGeliang Tang2-5/+8
2021-03-26mptcp: move to next addr when timeoutGeliang Tang1-0/+3
2021-03-26mptcp: drop unused subflow in mptcp_pm_subflow_establishedGeliang Tang3-5/+3
2021-03-26mptcp: skip connecting the connected addressGeliang Tang1-0/+23
2021-03-26mptcp: drop argument port from mptcp_pm_announce_addrGeliang Tang3-10/+7
2021-03-26mptcp: clean-up the rtx pathPaolo Abeni2-31/+12
2021-03-25tcp: convert elligible sysctls to u8Eric Dumazet1-68/+68
2021-03-25inet: convert tcp_early_demux and udp_early_demux to u8Eric Dumazet1-4/+4
2021-03-25ipv4: convert ip_forward_update_priority sysctl to u8Eric Dumazet1-2/+2
2021-03-25ipv4: shrink netns_ipv4 with sysctl conversionsEric Dumazet1-32/+32
2021-03-25net: change netdev_unregister_timeout_secs min value to 1Dmitry Vyukov2-2/+2
2021-03-25net: ipv4: Fix some typosLu Wei1-2/+2
2021-03-25net: dsa: Fix a typo in tag_rtl4_a.cLu Wei1-1/+1
2021-03-25net: decnet: Fix a typo in dn_nsp_in.cLu Wei1-1/+1
2021-03-25net: core: Fix a typo in dev_addr_lists.cLu Wei1-1/+1
2021-03-25net: ceph: Fix a typo in osdmap.cLu Wei1-1/+1
2021-03-25net: Fix a misspell in socket.cLu Wei1-1/+1
2021-03-25tipc: add extack messages for bearer/media failureHoang Le1-10/+40
2021-03-25ethtool: fec: sanitize ethtool_fecparam->fecJakub Kicinski1-0/+3
2021-03-25ethtool: fec: sanitize ethtool_fecparam->active_fecJakub Kicinski1-0/+1
2021-03-25ethtool: fec: sanitize ethtool_fecparam->reservedJakub Kicinski1-0/+5
2021-03-25Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2-0/+18
2021-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller61-296/+454
2021-03-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds54-240/+395
2021-03-246lowpan: Fix some typos in nhc_udp.cWang Hai1-2/+2
2021-03-24net/packet: Fix a typo in af_packet.cWang Hai1-1/+1
2021-03-24net/tls: Fix a typo in tls_device.cWang Hai1-1/+1
2021-03-24inet: use bigger hash table for IP ID generationEric Dumazet1-14/+28
2021-03-24net: decnet: Fixed multiple Coding Style issuesSai Kalyaan Palla1-13/+13
2021-03-24net: sched: Mundane typo fixesBhaskar Chowdhury1-2/+2
2021-03-24dsa: slave: add support for TC_SETUP_FTPablo Neira Ayuso1-1/+19
2021-03-24netfilter: flowtable: support for FLOW_ACTION_PPPOE_PUSHPablo Neira Ayuso1-3/+12
2021-03-24netfilter: flowtable: bridge vlan hardware offload and switchdevFelix Fietkau5-1/+15
2021-03-24netfilter: nft_flow_offload: use direct xmit if hardware offload is enabledPablo Neira Ayuso3-3/+21
2021-03-24netfilter: flowtable: add offload support for xmit path typesPablo Neira Ayuso1-42/+124
2021-03-24netfilter: flowtable: add dsa supportPablo Neira Ayuso1-0/+5
2021-03-24netfilter: flowtable: add pppoe supportPablo Neira Ayuso2-7/+51
2021-03-24netfilter: flowtable: add bridge vlan filtering supportPablo Neira Ayuso1-0/+12
2021-03-24netfilter: flowtable: add vlan supportPablo Neira Ayuso3-26/+128
2021-03-24netfilter: flowtable: use dev_fill_forward_path() to obtain egress devicePablo Neira Ayuso3-35/+123
2021-03-24netfilter: flowtable: use dev_fill_forward_path() to obtain ingress devicePablo Neira Ayuso2-5/+100
2021-03-24netfilter: flowtable: add xmit path typesPablo Neira Ayuso3-8/+27
2021-03-24net: dsa: resolve forwarding path for dsa slave portsFelix Fietkau1-0/+16
2021-03-24net: bridge: resolve forwarding path for VLAN tag actions in bridge devicesFelix Fietkau4-1/+101
2021-03-24net: bridge: resolve forwarding path for bridge devicesPablo Neira Ayuso1-0/+27
2021-03-24net: 8021q: resolve forwarding path for vlan devicesPablo Neira Ayuso1-0/+15
2021-03-24net: resolve forwarding path from virtual netdevice and HW destination addressPablo Neira Ayuso1-0/+46
2021-03-24net: bridge: Fix missing return assignment from br_vlan_replay_one callColin Ian King1-1/+1