summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | | | | netfilter: core: Fix clang warnings about unused static inlinesLukas Wunner2021-10-171-2/+4
| | * | | | | | | | | | netfilter: ipvs: merge ipv4 + ipv6 icmp reply handlersFlorian Westphal2021-10-141-23/+14
| | * | | | | | | | | | netfilter: ipvs: remove unneeded input wrappersFlorian Westphal2021-10-141-53/+4
| | * | | | | | | | | | netfilter: ipvs: remove unneeded output wrappersFlorian Westphal2021-10-141-56/+6
| | * | | | | | | | | | netfilter: ipvs: prepare for hook function reductionFlorian Westphal2021-10-141-10/+16
| | * | | | | | | | | | netfilter: ebtables: allow use of ebt_do_table as hookfnFlorian Westphal2021-10-144-23/+10
| | * | | | | | | | | | netfilter: ip6tables: allow use of ip6t_do_table as hookfnFlorian Westphal2021-10-146-44/+14
| | * | | | | | | | | | netfilter: arp_tables: allow use of arpt_do_table as hookfnFlorian Westphal2021-10-142-12/+5
| | * | | | | | | | | | netfilter: iptables: allow use of ipt_do_table as hookfnFlorian Westphal2021-10-146-43/+15
| | * | | | | | | | | | af_packet: Introduce egress hookPablo Neira Ayuso2021-10-141-0/+35
| | * | | | | | | | | | netfilter: Introduce egress hookLukas Wunner2021-10-145-10/+70
| | * | | | | | | | | | netfilter: Generalize ingress hook include fileLukas Wunner2021-10-141-1/+1
| | * | | | | | | | | | netfilter: Rename ingress hook include fileLukas Wunner2021-10-141-1/+1
| | * | | | | | | | | | netfilter: nft_dynset: relax superfluous check on set updatesPablo Neira Ayuso2021-10-071-10/+1
| | * | | | | | | | | | ipvs: add sysctl_run_estimation to support disable estimationDust Li2021-10-072-0/+13
| * | | | | | | | | | | net: dsa: tag_rtl8_4: add realtek 8 byte protocol 4 tagAlvin Šipraga2021-10-183-0/+185
| * | | | | | | | | | | net: dsa: move NET_DSA_TAG_RTL4_A to right place in Kconfig/MakefileAlvin Šipraga2021-10-182-8/+8
| * | | | | | | | | | | net: dsa: allow reporting of standard ethtool stats for slave devicesAlvin Šipraga2021-10-181-0/+34
| * | | | | | | | | | | net: sched: Remove Qdisc::running sequence counterAhmed S. Darwish2021-10-1818-100/+80
| * | | | | | | | | | | net: sched: Merge Qdisc::bstats and Qdisc::cpu_bstats data typesAhmed S. Darwish2021-10-1824-105/+114
| * | | | | | | | | | | net: sched: Use _bstats_update/set() instead of raw writesAhmed S. Darwish2021-10-185-21/+26
| * | | | | | | | | | | net: sched: Protect Qdisc::bstats with u64_statsAhmed S. Darwish2021-10-1815-10/+35
| * | | | | | | | | | | gen_stats: Move remaining users to gnet_stats_add_queue().Sebastian Andrzej Siewior2021-10-181-37/+2
| * | | | | | | | | | | mq, mqprio: Use gnet_stats_add_queue().Sebastian Andrzej Siewior2021-10-182-57/+18
| * | | | | | | | | | | gen_stats: Add gnet_stats_add_queue().Sebastian Andrzej Siewior2021-10-181-0/+32
| * | | | | | | | | | | gen_stats: Add instead Set the value in __gnet_stats_copy_basic().Sebastian Andrzej Siewior2021-10-184-23/+24
| * | | | | | | | | | | net: make use of helper netif_is_bridge_master()Kyungrok Chung2021-10-169-14/+14
| * | | | | | | | | | | net/smc: stop links when their GID is removedKarsten Graul2021-10-161-0/+53
| * | | | | | | | | | | net/smc: add netlink support for SMC-Rv2Karsten Graul2021-10-161-25/+73
| * | | | | | | | | | | net/smc: extend LLC layer for SMC-Rv2Karsten Graul2021-10-167-115/+531
| * | | | | | | | | | | net/smc: add v2 support to the work request layerKarsten Graul2021-10-165-21/+199
| * | | | | | | | | | | net/smc: retrieve v2 gid from IB deviceKarsten Graul2021-10-164-30/+95
| * | | | | | | | | | | net/smc: add v2 format of CLC decline messageKarsten Graul2021-10-162-10/+55
| * | | | | | | | | | | net/smc: add listen processing for SMC-Rv2Karsten Graul2021-10-164-66/+165
| * | | | | | | | | | | net/smc: add SMC-Rv2 connection establishmentKarsten Graul2021-10-166-61/+267
| * | | | | | | | | | | net/smc: prepare for SMC-Rv2 connectionKarsten Graul2021-10-164-35/+113
| * | | | | | | | | | | net/smc: save stack space and allocate smc_init_infoKarsten Graul2021-10-161-30/+53
| * | | | | | | | | | | net: stream: don't purge sk_error_queue in sk_stream_kill_queues()Jakub Kicinski2021-10-161-3/+0
| * | | | | | | | | | | mptcp: Make mptcp_pm_nl_mp_prio_send_ack() staticMat Martineau2021-10-162-6/+3
| * | | | | | | | | | | mptcp: increase default max additional subflows to 2Paolo Abeni2021-10-161-0/+3
| * | | | | | | | | | | mptcp: Avoid NULL dereference in mptcp_getsockopt_subflow_addrs()Tim Gardner2021-10-161-0/+3
| * | | | | | | | | | | fq_codel: implement L4S style ce_threshold_ect1 markingEric Dumazet2021-10-152-4/+12
| * | | | | | | | | | | tcp: switch orphan_count to bare per-cpu countersEric Dumazet2021-10-156-20/+42
| * | | | | | | | | | | mctp: Avoid leak of mctp_sk_keyMatt Johnston2021-10-151-0/+4
| * | | | | | | | | | | page_pool: disable dma mapping support for 32-bit arch with 64-bit DMAYunsheng Lin2021-10-151-4/+6
| * | | | | | | | | | | net, neigh: Reject creating NUD_PERMANENT with NTF_MANAGED entriesDaniel Borkmann2021-10-141-3/+8
| * | | | | | | | | | | net, neigh: Use NLA_POLICY_MASK helper for NDA_FLAGS_EXT attributeDaniel Borkmann2021-10-141-5/+1
| * | | | | | | | | | | net, neigh: Add build-time assertion to avoid neigh->flags overflowDaniel Borkmann2021-10-141-0/+3
| * | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-10-1423-172/+267
| |\ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|/ / / | | |/| | | | | | | | |
| * | | | | | | | | | | ethernet: replace netdev->dev_addr assignment loopsJakub Kicinski2021-10-141-2/+1