summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net: remove the new_ifindex argument from dev_change_net_namespaceAndrei Vagin2021-04-074-11/+11
* net: introduce nla_policy for IFLA_NEW_IFINDEXAndrei Vagin2021-04-071-3/+1
* mptcp: drop all sub-options except ADD_ADDR when the echo bit is setDavide Caratti2021-04-071-1/+2
* mptcp: unify add_addr(6)_generate_hmacGeliang Tang2021-04-071-56/+25
* mptcp: drop MPTCP_ADDR_IPVERSION_4/6Geliang Tang2021-04-072-9/+7
* mptcp: use mptcp_addr_info in mptcp_options_receivedGeliang Tang2021-04-072-45/+23
* mptcp: drop OPTION_MPTCP_ADD_ADDR6Geliang Tang2021-04-072-15/+9
* mptcp: use mptcp_addr_info in mptcp_out_optionsGeliang Tang2021-04-072-36/+20
* mptcp: move flags and ifindex out of mptcp_addr_infoGeliang Tang2021-04-073-25/+28
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2021-04-0645-1984/+1836
|\
| * netfilter: conntrack: move ecache dwork to net_generic infraFlorian Westphal2021-04-062-7/+31
| * netfilter: conntrack: move sysctl pointer to net_generic infraFlorian Westphal2021-04-061-4/+6
| * netfilter: x_tables: move known table lists to net_generic infraFlorian Westphal2021-04-061-13/+33
| * netfilter: nf_tables: use net_generic infra for transaction dataFlorian Westphal2021-04-064-128/+232
| * netfilter: ebtables: use net_generic infraFlorian Westphal2021-04-061-5/+34
| * netfilter: nf_defrag_ipv4: use net_generic infraFlorian Westphal2021-04-061-5/+15
| * netfilter: nf_defrag_ipv6: use net_generic infraFlorian Westphal2021-04-062-37/+46
| * netfilter: cttimeout: use net_generic infraFlorian Westphal2021-04-061-9/+32
| * netfilter: nfnetlink: use net_generic infraFlorian Westphal2021-04-061-18/+44
| * netfilter: nfnetlink: add and use nfnetlink_broadcastFlorian Westphal2021-04-062-2/+8
| * netfilter: nftables: remove documentation on static functionsPablo Neira Ayuso2021-04-031-32/+0
| * netfilter: nftables: fix a warning message in nf_tables_commit_audit_collect()Dan Carpenter2021-04-031-1/+1
| * netfilter: ipvs: do not printk on netns creationFlorian Westphal2021-04-031-2/+0
| * netfilter: add helper function to set up the nfnetlink header and use itPablo Neira Ayuso2021-03-3110-208/+75
| * netfilter: nftables: add helper function to set the base sequence numberPablo Neira Ayuso2021-03-311-9/+14
| * netfilter: nftables: remove unnecessary spin_lock_init()Yang Yingliang2021-03-311-1/+0
| * netfilter: flowtable: dst_check() from garbage collector pathPablo Neira Ayuso2021-03-312-19/+40
| * audit: log nftables configuration change events once per tableRichard Guy Briggs2021-03-311-83/+103
| * netfilter: nft_log: perform module load from nf_tablesFlorian Westphal2021-03-313-6/+22
| * netfilter: nf_log: add module softdepsFlorian Westphal2021-03-313-0/+3
| * netfilter: nf_log_common: merge with nf_log_syslogFlorian Westphal2021-03-314-234/+181
| * netfilter: nf_log_bridge: merge with nf_log_syslogFlorian Westphal2021-03-315-93/+22
| * netfilter: nf_log_netdev: merge with nf_log_syslogFlorian Westphal2021-03-314-85/+36
| * netfilter: nf_log_ipv6: merge with nf_log_syslogFlorian Westphal2021-03-314-433/+360
| * netfilter: nf_log_arp: merge with nf_log_syslogFlorian Westphal2021-03-314-178/+115
| * netfilter: nf_log_ipv4: rename to nf_log_syslogFlorian Westphal2021-03-315-65/+76
* | tcp: Reset tcp connections in SYN-SENT stateManoj Basapathi2021-04-061-3/+2
* | net: Allow to specify ifindex when device is moved to another namespaceAndrei Vagin2021-04-054-15/+36
* | net: nfc: Fix spelling errors in net/nfc moduleZheng Yongjun2021-04-053-4/+4
* | tipc: Fix a kernel-doc warning in name_table.cWu XiangCheng2021-04-051-0/+2
* | mld: change lockdep annotation for ip6_sf_socklist and ipv6_mc_socklistTaehee Yoo2021-04-052-25/+25
* | net: openvswitch: Use 'skb_push_rcsum()' instead of hand coding itChristophe JAILLET2021-04-042-8/+5
* | mptcp: add mptcp reset option supportFlorian Westphal2021-04-027-17/+153
* | mptcp: remove unneeded check on first subflowPaolo Abeni2021-04-022-2/+2
* | mptcp: add active MPC mibsPaolo Abeni2021-04-024-0/+7
* | mptcp: add mib for token creation fallbackPaolo Abeni2021-04-024-1/+8
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2021-04-0216-229/+479
|\ \
| * | sock_map: Update sock type checks for UDPCong Wang2021-04-011-1/+4
| * | udp: Implement udp_bpf_recvmsg() for sockmapCong Wang2021-04-011-1/+63
| * | skmsg: Extract __tcp_bpf_recvmsg() and tcp_bpf_wait_data()Cong Wang2021-04-013-100/+102