summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2021-09-29mctp: Allow local delivery to the null EIDJeremy Kerr1-0/+23
2021-09-29mctp: Allow MCTP on tun devicesMatt Johnston2-7/+13
2021-09-29net: qrtr: combine nameservice into main moduleLuca Weiss2-1/+2
2021-09-29net: ipv4: remove superfluous header files from fib_notifier.cMianhan Liu1-1/+0
2021-09-28net/tls: support SM4 CCM algorithmTianjia Zhang1-4/+16
2021-09-28net: ipv6: use ipv6-y directly instead of ipv6-objsMasahiro Yamada1-4/+2
2021-09-28net: ipv6: squash $(ipv6-offload) in MakefileMasahiro Yamada1-3/+2
2021-09-28net: mac80211: check return value of rhashtable_initMichelleJin1-1/+4
2021-09-28net: ipv6: check return value of rhashtable_initMichelleJin3-6/+12
2021-09-27net: dsa: Move devlink registration to be last devlink commandLeon Romanovsky1-6/+4
2021-09-27devlink: Notify users when objects are accessibleLeon Romanovsky1-14/+93
2021-09-27net/ipv4/tcp_nv.c: remove superfluous header files from tcp_nv.cMianhan Liu1-1/+0
2021-09-27net: make napi_disable() symmetric with enableJakub Kicinski1-6/+12
2021-09-25mptcp: re-arm retransmit timer if data is pendingFlorian Westphal1-3/+18
2021-09-25mptcp: remove tx_pending_dataFlorian Westphal2-5/+0
2021-09-25mptcp: use lockdep_assert_held_once() instead of open-coding itPaolo Abeni1-6/+3
2021-09-25mptcp: use OPTIONS_MPTCP_MPCGeliang Tang1-5/+2
2021-09-25mptcp: do not shrink snd_nxt when recoveringFlorian Westphal2-17/+34
2021-09-24rxrpc: Fix _usecs_to_jiffies() by using usecs_to_jiffies()Jiasheng Jiang1-1/+1
2021-09-24tcp: tracking packets with CE marks in BW rate sampleYuchung Cheng3-8/+11
2021-09-24devlink: Remove single line function obfuscationsLeon Romanovsky1-55/+34
2021-09-24devlink: Delete not used port parameters APIsLeon Romanovsky1-42/+0
2021-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski8-36/+161
2021-09-23tcp: remove sk_{tr}x_skb_cacheEric Dumazet5-54/+0
2021-09-23tcp: make tcp_build_frag() staticPaolo Abeni1-2/+2
2021-09-23mptcp: stop relying on tcp_tx_skb_cachePaolo Abeni1-60/+77
2021-09-23tcp: expose the tcp_mark_push() and tcp_skb_entail() helpersPaolo Abeni1-4/+4
2021-09-23mptcp: ensure tx skbs always have the MPTCP extPaolo Abeni1-2/+2
2021-09-23net: dsa: sja1105: break dependency between dsa_port_is_sja1105 and switch dr...Vladimir Oltean1-1/+0
2021-09-23net: dsa: move sja1110_process_meta_tstamp inside the tagging protocol driverVladimir Oltean1-0/+43
2021-09-23nexthop: Fix memory leaks in nexthop notification chain listenersIdo Schimmel1-5/+14
2021-09-22mptcp: ensure tx skbs always have the MPTCP extPaolo Abeni1-2/+2
2021-09-22skbuff: pass the result of data ksize to __build_skb_aroundLi RongQing1-3/+5
2021-09-22devlink: Make devlink_register to be voidLeon Romanovsky2-8/+2
2021-09-21net: dsa: don't allocate the slave_mii_bus using devresVladimir Oltean1-3/+9
2021-09-21net/ipv4/sysctl_net_ipv4.c: remove superfluous header files from sysctl_net_i...Mianhan Liu1-9/+0
2021-09-21net: dsa: fix dsa_tree_setup error pathVladimir Oltean1-0/+1
2021-09-21net/smc: fix 'workqueue leaked lock' in smc_conn_abort_workKarsten Graul1-0/+2
2021-09-21net/smc: add missing error check in smc_clc_prfx_set()Karsten Graul1-1/+2
2021-09-21net/ipv4/syncookies.c: remove superfluous header files from syncookies.cMianhan Liu1-2/+0
2021-09-21net/ipv4/udp_tunnel_core.c: remove superfluous header files from udp_tunnel_c...Mianhan Liu1-3/+0
2021-09-20net/ipv4/tcp_minisocks.c: remove superfluous header files from tcp_minisocks.cMianhan Liu1-7/+0
2021-09-20net/ipv4/tcp_fastopen.c: remove superfluous header files from tcp_fastopen.cMianhan Liu1-6/+0
2021-09-20net/ipv4/route.c: remove superfluous header files from route.cMianhan Liu1-8/+0
2021-09-20nexthop: Fix division by zero while replacing a resilient groupIdo Schimmel1-0/+2
2021-09-20napi: fix race inside napi_enableXuan Zhuo1-6/+10
2021-09-19net: sched: move and reuse mq_change_real_num_tx()Jakub Kicinski3-46/+25
2021-09-19net: dsa: tear down devlink port regions when tearing down the devlink port o...Vladimir Oltean1-5/+46
2021-09-19net: rtnetlink: convert rcu_assign_pointer to RCU_INIT_POINTERYajun Deng1-2/+2
2021-09-19net: core: Correct the sock::sk_lock.owned lockdep annotationsThomas Gleixner1-14/+23