summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2021-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-09-23tcp: remove sk_{tr}x_skb_cacheEric Dumazet
2021-09-23tcp: make tcp_build_frag() staticPaolo Abeni
2021-09-23mptcp: stop relying on tcp_tx_skb_cachePaolo Abeni
2021-09-23tcp: expose the tcp_mark_push() and tcp_skb_entail() helpersPaolo Abeni
2021-09-23mptcp: ensure tx skbs always have the MPTCP extPaolo Abeni
2021-09-23net: dsa: sja1105: break dependency between dsa_port_is_sja1105 and switch dr...Vladimir Oltean
2021-09-23net: dsa: move sja1110_process_meta_tstamp inside the tagging protocol driverVladimir Oltean
2021-09-23nexthop: Fix memory leaks in nexthop notification chain listenersIdo Schimmel
2021-09-22mptcp: ensure tx skbs always have the MPTCP extPaolo Abeni
2021-09-22skbuff: pass the result of data ksize to __build_skb_aroundLi RongQing
2021-09-22devlink: Make devlink_register to be voidLeon Romanovsky
2021-09-21net: dsa: don't allocate the slave_mii_bus using devresVladimir Oltean
2021-09-21net/ipv4/sysctl_net_ipv4.c: remove superfluous header files from sysctl_net_i...Mianhan Liu
2021-09-21net: dsa: fix dsa_tree_setup error pathVladimir Oltean
2021-09-21net/smc: fix 'workqueue leaked lock' in smc_conn_abort_workKarsten Graul
2021-09-21net/smc: add missing error check in smc_clc_prfx_set()Karsten Graul
2021-09-21net/ipv4/syncookies.c: remove superfluous header files from syncookies.cMianhan Liu
2021-09-21net/ipv4/udp_tunnel_core.c: remove superfluous header files from udp_tunnel_c...Mianhan Liu
2021-09-20net/ipv4/tcp_minisocks.c: remove superfluous header files from tcp_minisocks.cMianhan Liu
2021-09-20net/ipv4/tcp_fastopen.c: remove superfluous header files from tcp_fastopen.cMianhan Liu
2021-09-20net/ipv4/route.c: remove superfluous header files from route.cMianhan Liu
2021-09-20nexthop: Fix division by zero while replacing a resilient groupIdo Schimmel
2021-09-20napi: fix race inside napi_enableXuan Zhuo
2021-09-19net: sched: move and reuse mq_change_real_num_tx()Jakub Kicinski
2021-09-19net: dsa: tear down devlink port regions when tearing down the devlink port o...Vladimir Oltean
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-15net: sched: update default qdisc visibility after Tx queue cnt changesJakub Kicinski
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