aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-06-11vsock/loopback: enable SEQPACKET for transportArseny Krasnov1-0/+12
2021-06-11virtio/vsock: enable SEQPACKET for transportArseny Krasnov1-0/+26
2021-06-11virtio/vsock: rest of SOCK_SEQPACKET supportArseny Krasnov1-2/+39
2021-06-11virtio/vsock: add SEQPACKET receive logicArseny Krasnov1-3/+31
2021-06-11virtio/vsock: dequeue callback for SOCK_SEQPACKETArseny Krasnov1-0/+84
2021-06-11virtio/vsock: simplify credit update function APIArseny Krasnov1-4/+3
2021-06-11virtio/vsock: set packet's type in virtio_transport_send_pkt_info()Arseny Krasnov1-14/+5
2021-06-11af_vsock: update comments for stream socketsArseny Krasnov1-14/+17
2021-06-11af_vsock: rest of SEQPACKET supportArseny Krasnov1-2/+46
2021-06-11af_vsock: implement send logic for SEQPACKETArseny Krasnov1-5/+15
2021-06-11af_vsock: implement SEQPACKET receive loopArseny Krasnov1-1/+54
2021-06-11af_vsock: separate receive data loopArseny Krasnov1-49/+67
2021-06-11af_vsock: separate wait data loopArseny Krasnov1-72/+84
2021-06-11af_vsock: update functions for connectible socketArseny Krasnov1-30/+34
2021-06-11net: devres: Correct a grammatical errorgushengxian1-1/+1
2021-06-11net: dsa: sja1105: implement TX timestamping for SJA1110Vladimir Oltean1-0/+52
2021-06-11net: dsa: add support for the SJA1110 native tagging protocolVladimir Oltean1-2/+219
2021-06-11net: dsa: sja1105: make SJA1105_SKB_CB fit a full timestampVladimir Oltean1-1/+1
2021-06-11net: dsa: tag_8021q: refactor RX VLAN parsing into a dedicated functionVladimir Oltean3-38/+36
2021-06-11net: dsa: tag_sja1105: stop resetting network and transport headersVladimir Oltean1-2/+0
2021-06-11net: dsa: generalize overhead for taggers that use both headers and trailersVladimir Oltean19-36/+35
2021-06-10dccp: tfrc: fix doc warnings in tfrc_equation.cBaokun Li1-0/+1
2021-06-10atm: Use list_for_each_entry() to simplify code in resources.cWang Hai1-5/+2
2021-06-10net: x25: Use list_for_each_entry() to simplify code in x25_route.cWang Hai1-12/+3
2021-06-10tipc:subscr.c: fix a spelling mistakegushengxian1-1/+1
2021-06-10tipc: socket.c: fix the use of copular verbgushengxian1-1/+1
2021-06-10node.c: fix the use of indefinite articlegushengxian1-1/+1
2021-06-10af_unix: remove the repeated word "and"gushengxian1-1/+1
2021-06-10vsock/vmci: remove the repeated word "be"gushengxian1-1/+1
2021-06-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller20-203/+615
2021-06-09devlink: Fix error message in devlink_rate_set_ops_supported()Dan Carpenter1-1/+1
2021-06-09net/x25: fix a mistake in grammargushengxian1-1/+1
2021-06-09netfilter: nf_tables: move base hook annotation to init helperFlorian Westphal1-8/+7
2021-06-09netfilter: nfnetlink_hook: add depends-on nftablesFlorian Westphal1-0/+1
2021-06-09netfilter: nfnetlink_hook: fix array index out-of-bounds errorColin Ian King1-1/+1
2021-06-08net: appletalk: fix some mistakes in grammargushengxian1-3/+3
2021-06-09netfilter: nft_exthdr: Fix for unsafe packet data readPhil Sutter1-1/+3
2021-06-08net: x25: Use list_for_each_entry() to simplify code in x25_forward.cWang Hai1-6/+2
2021-06-08net: lapb: Use list_for_each_entry() to simplify code in lapb_iface.cWang Hai1-3/+1
2021-06-08net: x25: Use list_for_each_entry() to simplify code in x25_link.cWang Hai1-4/+1
2021-06-08Merge tag 'batadv-next-pullrequest-20210608' of git://git.open-mesh.org/linux-mergeDavid S. Miller15-279/+310
2021-06-07page_pool: Allow drivers to hint on SKB recyclingIlias Apalodimas2-4/+38
2021-06-07skbuff: add a parameter to __skb_frag_unrefMatteo Croce2-3/+3
2021-06-07mm: add a signature in struct pageMatteo Croce1-0/+6
2021-06-07l2tp: Fix spelling mistakesZheng Yongjun2-2/+2
2021-06-07net/ncsi: Fix spelling mistakesZheng Yongjun2-3/+3
2021-06-07ipv4: Fix spelling mistakesZheng Yongjun4-6/+6
2021-06-07netlabel: Fix spelling mistakesZheng Yongjun2-2/+2
2021-06-07atm: [br2864] fix spelling mistakesgushengxian1-2/+2
2021-06-07pktgen: add pktgen_handle_all_threads() for the same codeYejune Deng1-25/+13