summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2021-09-19net: rtnetlink: convert rcu_assign_pointer to RCU_INIT_POINTERYajun Deng
2021-09-19net: core: Correct the sock::sk_lock.owned lockdep annotationsThomas Gleixner
2021-09-19NET: IPV4: fix error "do not initialise globals to 0"wangzhitong
2021-09-19net: net_namespace: Fix undefined member in key_remove_domain()Yajun Deng
2021-09-19net: dsa: be compatible with masters which unregister on shutdownVladimir Oltean
2021-09-18mptcp: add MPTCP_SUBFLOW_ADDRS getsockopt supportFlorian Westphal
2021-09-18mptcp: add MPTCP_TCPINFO getsockopt supportFlorian Westphal
2021-09-18mptcp: add MPTCP_INFO getsockoptFlorian Westphal
2021-09-18mptcp: add new mptcp_fill_diag helperFlorian Westphal
2021-09-17Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2021-09-17devlink: Delete not-used devlink APIsLeon Romanovsky
2021-09-17net: update NXP copyright textVladimir Oltean
2021-09-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-09-16Merge tag 'net-5.15-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2021-09-16net/tls: support SM4 GCM/CCM algorithmTianjia Zhang
2021-09-15net: dsa: flush switchdev workqueue before tearing down CPU/DSA portsVladimir Oltean
2021-09-15net: dsa: destroy the phylink instance on any error in dsa_slave_phy_setupVladimir Oltean
2021-09-15devlink: Delete not-used single parameter notification APIsLeon Romanovsky
2021-09-15netfilter: ip6_tables: zero-initialize fragment offsetJeremy Sowden
2021-09-15net: sched: update default qdisc visibility after Tx queue cnt changesJakub Kicinski
2021-09-15xfrm: notify default policy on updateNicolas Dichtel
2021-09-15xfrm: make user policy API completeNicolas Dichtel
2021-09-14net: dsa: tag_rtl4_a: Drop bit 9 from egress framesLinus Walleij
2021-09-14skbuff: inline page_frag_alloc_align()Yajun Deng
2021-09-14ethtool: prevent endless loop if eeprom size is smaller than announcedHeiner Kallweit
2021-09-14Revert "Revert "ipv4: fix memory leaks in ip_cmsg_send() callers""Eric Dumazet
2021-09-14tcp: fix tp->undo_retrans accounting in tcp_sacktag_one()zhenggy
2021-09-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2021-09-14net-caif: avoid user-triggerable WARN_ON(1)Eric Dumazet
2021-09-14net/smc: add generic netlink support for system EIDKarsten Graul
2021-09-14net/smc: keep static copy of system EIDKarsten Graul
2021-09-14net/smc: add support for user defined EIDsKarsten Graul
2021-09-13bpf, cgroups: Fix cgroup v2 fallback on v1/v2 mixed modeDaniel Borkmann
2021-09-14ipvs: check that ip_vs_conn_tab_bits is between 8 and 20Andrea Claudi
2021-09-14netfilter: ipset: Fix oversized kvmalloc() callsJozsef Kadlecsik
2021-09-13Bluetooth: RFCOMM: Replace use of memcpy_from_msg with bt_skb_sendmmsgLuiz Augusto von Dentz
2021-09-13Bluetooth: SCO: Replace use of memcpy_from_msg with bt_skb_sendmsgLuiz Augusto von Dentz
2021-09-13nfc: do not break pr_debug() call into separate linesKrzysztof Kozlowski
2021-09-13ipv6: delay fib6_sernum increase in fib6_addzhang kai
2021-09-13tipc: increase timeout in tipc_sk_enqueue()Hoang Le
2021-09-13udp_tunnel: Fix udp_tunnel_nic work-queue typeAya Levin
2021-09-13Revert "ipv4: fix memory leaks in ip_cmsg_send() callers"Yajun Deng
2021-09-11Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2021-09-10selftests/bpf: Test new __sk_buff field hwtstampVadim Fedorenko
2021-09-10bpf: Add hardware timestamp field to __sk_buffVadim Fedorenko
2021-09-10net/packet: clarify source of pr_*() messagesBaruch Siach
2021-09-10Bluetooth: Keep MSFT ext info throughout a hci_dev's life cycleMiao-chen Chou
2021-09-09net: xfrm: fix shift-out-of-bounds in xfrm_get_defaultPavel Skripkin
2021-09-09net/l2tp: Fix reference count leak in l2tp_udp_recv_coreXiyu Yang
2021-09-09net/af_unix: fix a data-race in unix_dgram_pollEric Dumazet