summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2021-10-17can: isotp: isotp_sendmsg(): add result check for wait_event_interruptible()Ziyang Xuan
2021-10-17can: j1939: j1939_xtp_rx_rts_session_new(): abort TP less than 9 bytesZhang Changzhong
2021-10-17can: j1939: j1939_xtp_rx_dat_one(): cancel session if receive TP.DT with erro...Zhang Changzhong
2021-10-17can: j1939: j1939_netdev_start(): fix UAF for rx_kref of j1939_privZiyang Xuan
2021-10-17can: j1939: j1939_tp_rxtimer(): fix errant alert in j1939_tp_rxtimerZiyang Xuan
2021-10-16net: bridge: mcast: use multicast_membership_interval for IGMPv3Nikolay Aleksandrov
2021-10-16net: make use of helper netif_is_bridge_master()Kyungrok Chung
2021-10-16net/smc: stop links when their GID is removedKarsten Graul
2021-10-16net/smc: add netlink support for SMC-Rv2Karsten Graul
2021-10-16net/smc: extend LLC layer for SMC-Rv2Karsten Graul
2021-10-16net/smc: add v2 support to the work request layerKarsten Graul
2021-10-16net/smc: retrieve v2 gid from IB deviceKarsten Graul
2021-10-16net/smc: add v2 format of CLC decline messageKarsten Graul
2021-10-16net/smc: add listen processing for SMC-Rv2Karsten Graul
2021-10-16net/smc: add SMC-Rv2 connection establishmentKarsten Graul
2021-10-16net/smc: prepare for SMC-Rv2 connectionKarsten Graul
2021-10-16net/smc: save stack space and allocate smc_init_infoKarsten Graul
2021-10-16net: stream: don't purge sk_error_queue in sk_stream_kill_queues()Jakub Kicinski
2021-10-16mptcp: Make mptcp_pm_nl_mp_prio_send_ack() staticMat Martineau
2021-10-16mptcp: increase default max additional subflows to 2Paolo Abeni
2021-10-16mptcp: Avoid NULL dereference in mptcp_getsockopt_subflow_addrs()Tim Gardner
2021-10-15ipv6: When forwarding count rx stats on the orig netdevStephen Suryaputra
2021-10-15tcp: md5: Allow MD5SIG_FLAG_IFINDEX with ifindex=0Leonard Crestez
2021-10-15tcp: md5: Fix overlap between vrf and non-vrf keysLeonard Crestez
2021-10-15fq_codel: implement L4S style ce_threshold_ect1 markingEric Dumazet
2021-10-15tcp: switch orphan_count to bare per-cpu countersEric Dumazet
2021-10-15mctp: Avoid leak of mctp_sk_keyMatt Johnston
2021-10-15page_pool: disable dma mapping support for 32-bit arch with 64-bit DMAYunsheng Lin
2021-10-14net, neigh: Reject creating NUD_PERMANENT with NTF_MANAGED entriesDaniel Borkmann
2021-10-14net, neigh: Use NLA_POLICY_MASK helper for NDA_FLAGS_EXT attributeDaniel Borkmann
2021-10-14net, neigh: Add build-time assertion to avoid neigh->flags overflowDaniel Borkmann
2021-10-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-10-14netfilter: ipvs: make global sysctl readonly in non-init netnsAntoine Tenart
2021-10-14netfilter: ip6t_rt: fix rt0_hdr parsing in rt_mt6Xin Long
2021-10-14netfilter: ipvs: merge ipv4 + ipv6 icmp reply handlersFlorian Westphal
2021-10-14netfilter: ipvs: remove unneeded input wrappersFlorian Westphal
2021-10-14netfilter: ipvs: remove unneeded output wrappersFlorian Westphal
2021-10-14netfilter: ipvs: prepare for hook function reductionFlorian Westphal
2021-10-14netfilter: ebtables: allow use of ebt_do_table as hookfnFlorian Westphal
2021-10-14netfilter: ip6tables: allow use of ip6t_do_table as hookfnFlorian Westphal
2021-10-14netfilter: arp_tables: allow use of arpt_do_table as hookfnFlorian Westphal
2021-10-14netfilter: iptables: allow use of ipt_do_table as hookfnFlorian Westphal
2021-10-14af_packet: Introduce egress hookPablo Neira Ayuso
2021-10-14netfilter: Introduce egress hookLukas Wunner
2021-10-14netfilter: Generalize ingress hook include fileLukas Wunner
2021-10-14netfilter: Rename ingress hook include fileLukas Wunner
2021-10-14ethernet: replace netdev->dev_addr assignment loopsJakub Kicinski
2021-10-14icmp: fix icmp_ext_echo_iio parsing in icmp_build_probeXin Long
2021-10-14sctp: account stream padding length for reconf chunkEiichi Tsukata
2021-10-13NFC: digital: fix possible memory leak in digital_in_send_sdd_req()Ziyang Xuan