summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2022-09-29net: drop the weight argument from netif_napi_addJakub Kicinski1-2/+1
2022-09-29net: Fix incorrect address comparison when searching for a bind2 bucketMartin KaFai Lau1-0/+10
2022-09-29mptcp: poll allow write call before actual connectBenjamin Hesmans1-0/+4
2022-09-29mptcp: handle defer connect in mptcp_sendmsgDmytro Shytyi1-0/+22
2022-09-29tcp: export tcp_sendmsg_fastopenBenjamin Hesmans1-3/+2
2022-09-29mptcp: add TCP_FASTOPEN_CONNECT socket optionBenjamin Hesmans1-1/+18
2022-09-29net: shrink struct ubuf_infoPavel Begunkov4-20/+24
2022-09-28netfilter: nft_fib: Fix for rpath check with VRF devicesPhil Sutter2-1/+8
2022-09-28net: sched: act_bpf: simplify code logic in tcf_bpf_init()Zhengchao Shao1-1/+1
2022-09-28Add skb drop reasons to IPv6 UDP receive pathDonald Hunter1-6/+16
2022-09-28net: tls: Add ARIA-GCM algorithmTaehee Yoo2-0/+96
2022-09-27NFC: hci: Split memcpy() of struct hcp_message flexible arrayKees Cook1-7/+5
2022-09-27net: openvswitch: allow conntrack in non-initial user namespaceMichael Weiß1-5/+8
2022-09-27net: openvswitch: allow metering in non-initial user namespaceMichael Weiß1-7/+7
2022-09-27net/smc: Support SO_REUSEPORTTony Lu1-0/+1
2022-09-26net/sched: taprio: simplify list iteration in taprio_dev_notifier()Vladimir Oltean1-9/+4
2022-09-26net: dsa: make user ports return to init_net on netns deletionVladimir Oltean1-0/+1
2022-09-26xdp: improve page_pool xdp_return performanceJesper Dangaard Brouer1-6/+4
2022-09-26af_unix: Refactor unix_read_skb()Peilin Ye1-24/+10
2022-09-26udp: Refactor udp_read_skb()Peilin Ye1-29/+17
2022-09-24ipv6: tcp: send consistent autoflowlabel in RST packetsEric Dumazet1-1/+4
2022-09-23Merge tag 'linux-can-next-for-6.1-20220923' of git://git.kernel.org/pub/scm/l...Jakub Kicinski1-6/+19
2022-09-23can: bcm: check the result of can_send() in bcm_can_tx()Ziyang Xuan1-3/+4
2022-09-23can: bcm: registration process optimization in bcm_module_init()Ziyang Xuan1-3/+15
2022-09-23net: phy: Add support for rate matchingSean Anderson2-0/+6
2022-09-23ethtool: tunnels: check the return value of nla_nest_start()Li Zhong1-0/+2
2022-09-23net/sched: use tc_qdisc_stats_dump() in qdiscZhengchao Shao22-147/+31
2022-09-23net/sched: taprio: remove unnecessary taprio_list_lockVladimir Oltean1-7/+0
2022-09-23net/tls: Support 256 bit keys with TX device offloadGal Pressman2-0/+13
2022-09-23net/tls: Use cipher sizes structsGal Pressman2-51/+76
2022-09-23net/tls: Describe ciphers sizes by const structsTariq Toukan1-0/+17
2022-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski21-65/+132
2022-09-22Merge tag 'net-6.0-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds19-61/+125
2022-09-22net: sched: fix possible refcount leak in tc_new_tfilter()Hangyu Hua1-0/+1
2022-09-22udp: Use WARN_ON_ONCE() in udp_read_skb()Peilin Ye1-1/+1
2022-09-22net/smc: Unbind r/w buffer size from clcsock and make them tunableTony Lu3-7/+27
2022-09-22net/smc: Introduce a specific sysctl for TEST_LINK timeWen Gu3-1/+11
2022-09-22net/smc: Stop the CLC flow if no link to map buffers onWen Gu1-1/+4
2022-09-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/netfil...Jakub Kicinski2-6/+13
2022-09-22flow_dissector: Do not count vlan tags inside tunnel payloadQingqing Yang1-2/+2
2022-09-22net: sched: remove unused tcf_result extensionJamal Hadi Salim1-2/+1
2022-09-22net: sched: simplify code in mall_reoffloadWilliam Dean1-4/+1
2022-09-21net/af_packet: registration process optimization in packet_init()Ziyang Xuan1-13/+13
2022-09-21net: sched: act_ct: remove redundant variable errJinpeng Cui1-4/+1
2022-09-21netfilter: rpfilter: Remove unused variable 'ret'.Guillaume Nault1-1/+0
2022-09-21netfilter: conntrack: revisit the gc initial rescheduling biasAntoine Tenart1-4/+6
2022-09-21netfilter: conntrack: fix the gc rescheduling delayAntoine Tenart1-2/+8
2022-09-21net/sched: use tc_cls_stats_dump() in filterZhengchao Shao8-75/+15
2022-09-21netfilter: nf_ct_ftp: fix deadlock when nat rewrite is neededFlorian Westphal1-2/+4
2022-09-21netfilter: ebtables: fix memory leak when blob is malformedFlorian Westphal1-1/+3