summaryrefslogtreecommitdiffstats
path: root/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* net: Fix incorrect address comparison when searching for a bind2 bucketMartin KaFai Lau2022-09-291-0/+10
* mptcp: poll allow write call before actual connectBenjamin Hesmans2022-09-291-0/+4
* mptcp: handle defer connect in mptcp_sendmsgDmytro Shytyi2022-09-291-0/+22
* tcp: export tcp_sendmsg_fastopenBenjamin Hesmans2022-09-291-3/+2
* mptcp: add TCP_FASTOPEN_CONNECT socket optionBenjamin Hesmans2022-09-291-1/+18
* net: shrink struct ubuf_infoPavel Begunkov2022-09-294-20/+24
* netfilter: nft_fib: Fix for rpath check with VRF devicesPhil Sutter2022-09-282-1/+8
* net: sched: act_bpf: simplify code logic in tcf_bpf_init()Zhengchao Shao2022-09-281-1/+1
* Add skb drop reasons to IPv6 UDP receive pathDonald Hunter2022-09-281-6/+16
* net: tls: Add ARIA-GCM algorithmTaehee Yoo2022-09-282-0/+96
* NFC: hci: Split memcpy() of struct hcp_message flexible arrayKees Cook2022-09-271-7/+5
* net: openvswitch: allow conntrack in non-initial user namespaceMichael Weiß2022-09-271-5/+8
* net: openvswitch: allow metering in non-initial user namespaceMichael Weiß2022-09-271-7/+7
* net/smc: Support SO_REUSEPORTTony Lu2022-09-271-0/+1
* net/sched: taprio: simplify list iteration in taprio_dev_notifier()Vladimir Oltean2022-09-261-9/+4
* net: dsa: make user ports return to init_net on netns deletionVladimir Oltean2022-09-261-0/+1
* xdp: improve page_pool xdp_return performanceJesper Dangaard Brouer2022-09-261-6/+4
* af_unix: Refactor unix_read_skb()Peilin Ye2022-09-261-24/+10
* udp: Refactor udp_read_skb()Peilin Ye2022-09-261-29/+17
* ipv6: tcp: send consistent autoflowlabel in RST packetsEric Dumazet2022-09-241-1/+4
* Merge tag 'linux-can-next-for-6.1-20220923' of git://git.kernel.org/pub/scm/l...Jakub Kicinski2022-09-231-6/+19
|\
| * can: bcm: check the result of can_send() in bcm_can_tx()Ziyang Xuan2022-09-231-3/+4
| * can: bcm: registration process optimization in bcm_module_init()Ziyang Xuan2022-09-231-3/+15
* | net: phy: Add support for rate matchingSean Anderson2022-09-232-0/+6
|/
* ethtool: tunnels: check the return value of nla_nest_start()Li Zhong2022-09-231-0/+2
* net/sched: use tc_qdisc_stats_dump() in qdiscZhengchao Shao2022-09-2322-147/+31
* net/sched: taprio: remove unnecessary taprio_list_lockVladimir Oltean2022-09-231-7/+0
* net/tls: Support 256 bit keys with TX device offloadGal Pressman2022-09-232-0/+13
* net/tls: Use cipher sizes structsGal Pressman2022-09-232-51/+76
* net/tls: Describe ciphers sizes by const structsTariq Toukan2022-09-231-0/+17
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-09-2221-65/+132
|\
| * Merge tag 'net-6.0-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2022-09-2219-61/+125
| |\
| | * net: sched: fix possible refcount leak in tc_new_tfilter()Hangyu Hua2022-09-221-0/+1
| | * udp: Use WARN_ON_ONCE() in udp_read_skb()Peilin Ye2022-09-221-1/+1
| | * net/smc: Stop the CLC flow if no link to map buffers onWen Gu2022-09-221-1/+4
| | * netfilter: nf_ct_ftp: fix deadlock when nat rewrite is neededFlorian Westphal2022-09-201-2/+4
| | * netfilter: ebtables: fix memory leak when blob is malformedFlorian Westphal2022-09-201-1/+3
| | * netfilter: nf_tables: fix percpu memory leak at nf_tables_addchain()Tetsuo Handa2022-09-201-0/+1
| | * netfilter: nf_tables: fix nft_counters_enabled underflow at nf_tables_addchain()Tetsuo Handa2022-09-201-4/+3
| | * net/sched: taprio: make qdisc_leaf() see the per-netdev-queue pfifo child qdiscsVladimir Oltean2022-09-201-3/+5
| | * net/sched: taprio: avoid disabling offload when it was never enabledVladimir Oltean2022-09-201-4/+6
| | * ipv6: Fix crash when IPv6 is administratively disabledIdo Schimmel2022-09-201-2/+2
| | * net: clear msg_get_inq in __get_compat_msghdr()Tetsuo Handa2022-09-201-0/+1
| | * ipmr: Always call ip{,6}_mr_forward() from RCU read-side critical sectionIdo Schimmel2022-09-202-1/+6
| | * tcp: read multiple skbs in tcp_read_skb()Cong Wang2022-09-201-10/+19
| | * Merge tag 'batadv-net-pullrequest-20220916' of git://git.open-mesh.org/linux-...Jakub Kicinski2022-09-201-0/+4
| | |\
| | | * batman-adv: Fix hang up with small MTU hard-interfaceShigeru Yoshida2022-08-201-0/+4
| | * | tcp: Use WARN_ON_ONCE() in tcp_read_skb()Peilin Ye2022-09-161-1/+1
| | * | net/ieee802154: fix uninit value bug in dgram_sendmsgHaimin Zhang2022-09-161-19/+23
| | * | mptcp: fix fwd memory accounting on coalescePaolo Abeni2022-09-131-1/+7