summaryrefslogtreecommitdiffstats
path: root/include/net
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | ipv6: convert elligible sysctls to u8Eric Dumazet2021-03-311-12/+12
| * | | | | tcp: convert tcp_comp_sack_nr sysctl to u8Eric Dumazet2021-03-311-1/+1
| * | | | | ipv4: convert igmp_link_local_mcast_reports sysctl to u8Eric Dumazet2021-03-311-1/+1
| * | | | | ipv4: convert fib_multipath_{use_neigh|hash_policy} sysctls to u8Eric Dumazet2021-03-311-2/+2
| * | | | | ipv4: convert udp_l3mdev_accept sysctl to u8Eric Dumazet2021-03-311-1/+1
| * | | | | ipv4: convert fib_notify_on_flag_change sysctl to u8Eric Dumazet2021-03-311-1/+1
| * | | | | inet: shrink netns_ipv4 by another cache lineEric Dumazet2021-03-311-3/+3
| * | | | | inet: shrink inet_timewait_death_row by 48 bytesEric Dumazet2021-03-311-2/+5
| * | | | | udp: fixup csum for GSO receive slow pathPaolo Abeni2021-03-301-0/+23
| | |/ / / | |/| | |
| * | | | ipv6: add ipv6_dev_find to stubsAndreas Roeseler2021-03-301-0/+2
| * | | | net: add sysctl for enabling RFC 8335 PROBE messagesAndreas Roeseler2021-03-301-0/+1
| * | | | nexthop: Rename artifacts related to legacy multipath nexthop groupsPetr Machata2021-03-281-2/+2
| * | | | mld: add mc_lock for protecting per-interface mld dataTaehee Yoo2021-03-261-0/+1
| * | | | mld: add new workqueues for process mld eventsTaehee Yoo2021-03-262-1/+11
| * | | | mld: convert ifmcaddr6 to RCUTaehee Yoo2021-03-261-3/+4
| * | | | mld: convert ip6_sf_list to RCUTaehee Yoo2021-03-261-3/+4
| * | | | mld: convert ipv6_mc_socklist->sflist to RCUTaehee Yoo2021-03-261-2/+2
| * | | | mld: get rid of inet6_dev->mc_lockTaehee Yoo2021-03-261-1/+0
| * | | | mld: convert from timer to delayed workTaehee Yoo2021-03-261-4/+4
| * | | | tcp: convert elligible sysctls to u8Eric Dumazet2021-03-251-34/+34
| * | | | inet: convert tcp_early_demux and udp_early_demux to u8Eric Dumazet2021-03-251-2/+2
| * | | | ipv4: convert ip_forward_update_priority sysctl to u8Eric Dumazet2021-03-251-1/+1
| * | | | ipv4: shrink netns_ipv4 with sysctl conversionsEric Dumazet2021-03-251-16/+16
| |/ / /
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-03-257-4/+52
| |\ \ \
| * | | | tcp_metrics: tcpm_hash_bucket is strictly localEric Dumazet2021-03-241-1/+0
| * | | | net: flow_offload: add FLOW_ACTION_PPPOE_PUSHPablo Neira Ayuso2021-03-241-0/+4
| * | | | netfilter: flowtable: bridge vlan hardware offload and switchdevFelix Fietkau2021-03-241-3/+5
| * | | | netfilter: nft_flow_offload: use direct xmit if hardware offload is enabledPablo Neira Ayuso2021-03-241-0/+2
| * | | | netfilter: flowtable: add vlan supportPablo Neira Ayuso2021-03-241-3/+14
| * | | | netfilter: flowtable: use dev_fill_forward_path() to obtain egress devicePablo Neira Ayuso2021-03-241-2/+14
| * | | | netfilter: flowtable: use dev_fill_forward_path() to obtain ingress devicePablo Neira Ayuso2021-03-241-0/+3
| * | | | netfilter: flowtable: add xmit path typesPablo Neira Ayuso2021-03-241-2/+9
| * | | | net: bridge: add helper to replay port and host-joined mdb entriesVladimir Oltean2021-03-231-0/+1
| * | | | net: lapb: Make "lapb_t1timer_running" able to detect an already running timerXie He2021-03-231-1/+1
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2021-03-223-13/+13
| |\ \ \ \
| | * | | | netfilter: nftables: update table flags from the commit phasePablo Neira Ayuso2021-03-181-3/+6
| | * | | | netfilter: flowtable: fast NAT functions never failPablo Neira Ayuso2021-03-181-6/+6
| | * | | | netfilter: flowtable: move FLOW_OFFLOAD_DIR_MAX away from enumerationPablo Neira Ayuso2021-03-181-1/+1
| | * | | | netfilter: conntrack: Remove unused variable declarationYueHaibing2021-03-181-3/+0
| * | | | | gro: add combined call_gro_receive() + INDIRECT_CALL_INET() helperAlexander Lobakin2021-03-181-0/+8
| * | | | | gro: make net/gro.h self-containedAlexander Lobakin2021-03-181-0/+5
| * | | | | net: dsa: Add helper to resolve bridge port from DSA portTobias Waldekranz2021-03-181-0/+14
| * | | | | net: dsa: tag_brcm: add support for legacy tagsÁlvaro Fernández Rojas2021-03-171-0/+2
| |/ / / /
| * | | | psample: Add additional metadata attributesIdo Schimmel2021-03-141-0/+7
| * | | | psample: Encapsulate packet metadata in a structIdo Schimmel2021-03-141-5/+9
| * | | | flow_dissector: constify raw input data argumentAlexander Lobakin2021-03-141-1/+1
| * | | | flow_dissector: constify bpf_flow_dissector's data pointersAlexander Lobakin2021-03-141-2/+2
| * | | | net/sched: act_police: add support for packet-per-second policingBaowen Zheng2021-03-132-4/+58
| * | | | flow_offload: add support for packet-per-second policingXingfeng Hu2021-03-132-0/+14
| * | | | mptcp: add rm_list in mptcp_out_optionsGeliang Tang2021-03-121-1/+8