summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2022-09-26xdp: improve page_pool xdp_return performanceJesper Dangaard Brouer
2022-09-26af_unix: Refactor unix_read_skb()Peilin Ye
2022-09-26udp: Refactor udp_read_skb()Peilin Ye
2022-09-23ipv6: tcp: send consistent autoflowlabel in RST packetsEric Dumazet
2022-09-23Merge tag 'linux-can-next-for-6.1-20220923' of git://git.kernel.org/pub/scm/l...Jakub Kicinski
2022-09-23can: bcm: check the result of can_send() in bcm_can_tx()Ziyang Xuan
2022-09-23can: bcm: registration process optimization in bcm_module_init()Ziyang Xuan
2022-09-23net: phy: Add support for rate matchingSean Anderson
2022-09-22ethtool: tunnels: check the return value of nla_nest_start()Li Zhong
2022-09-22net/sched: use tc_qdisc_stats_dump() in qdiscZhengchao Shao
2022-09-22net/sched: taprio: remove unnecessary taprio_list_lockVladimir Oltean
2022-09-22net/tls: Support 256 bit keys with TX device offloadGal Pressman
2022-09-22net/tls: Use cipher sizes structsGal Pressman
2022-09-22net/tls: Describe ciphers sizes by const structsTariq Toukan
2022-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-09-22Merge tag 'net-6.0-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2022-09-22net: sched: fix possible refcount leak in tc_new_tfilter()Hangyu Hua
2022-09-22udp: Use WARN_ON_ONCE() in udp_read_skb()Peilin Ye
2022-09-22net/smc: Unbind r/w buffer size from clcsock and make them tunableTony Lu
2022-09-22net/smc: Introduce a specific sysctl for TEST_LINK timeWen Gu
2022-09-22net/smc: Stop the CLC flow if no link to map buffers onWen Gu
2022-09-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/netfil...Jakub Kicinski
2022-09-21flow_dissector: Do not count vlan tags inside tunnel payloadQingqing Yang
2022-09-21net: sched: remove unused tcf_result extensionJamal Hadi Salim
2022-09-21net: sched: simplify code in mall_reoffloadWilliam Dean
2022-09-21net/af_packet: registration process optimization in packet_init()Ziyang Xuan
2022-09-21net: sched: act_ct: remove redundant variable errJinpeng Cui
2022-09-21netfilter: rpfilter: Remove unused variable 'ret'.Guillaume Nault
2022-09-21netfilter: conntrack: revisit the gc initial rescheduling biasAntoine Tenart
2022-09-21netfilter: conntrack: fix the gc rescheduling delayAntoine Tenart
2022-09-20net/sched: use tc_cls_stats_dump() in filterZhengchao Shao
2022-09-20netfilter: nf_ct_ftp: fix deadlock when nat rewrite is neededFlorian Westphal
2022-09-20netfilter: ebtables: fix memory leak when blob is malformedFlorian Westphal
2022-09-20netfilter: nf_tables: fix percpu memory leak at nf_tables_addchain()Tetsuo Handa
2022-09-20netfilter: nf_tables: fix nft_counters_enabled underflow at nf_tables_addchain()Tetsuo Handa
2022-09-20net: make NET_(DEV|NS)_REFCNT_TRACKER depend on NETLukas Bulwahn
2022-09-20net/sched: taprio: replace safety precautions with commentsVladimir Oltean
2022-09-20net/sched: taprio: add extack messages in taprio_initVladimir Oltean
2022-09-20net/sched: taprio: stop going through private ops for dequeue and peekVladimir Oltean
2022-09-20net/sched: taprio: remove redundant FULL_OFFLOAD_IS_ENABLED check in taprio_e...Vladimir Oltean
2022-09-20net/sched: taprio: use rtnl_dereference for oper and admin sched in taprio_de...Vladimir Oltean
2022-09-20net/sched: taprio: taprio_dump and taprio_change are protected by rtnl_mutexVladimir Oltean
2022-09-20net/sched: taprio: taprio_offload_config_changed() is protected by rtnl_mutexVladimir Oltean
2022-09-20net/sched: taprio: make qdisc_leaf() see the per-netdev-queue pfifo child qdiscsVladimir Oltean
2022-09-20net/sched: taprio: avoid disabling offload when it was never enabledVladimir Oltean
2022-09-20ipv6: Fix crash when IPv6 is administratively disabledIdo Schimmel
2022-09-20tcp: Introduce optional per-netns ehash.Kuniyuki Iwashima
2022-09-20tcp: Save unnecessary inet_twsk_purge() calls.Kuniyuki Iwashima
2022-09-20tcp: Access &tcp_hashinfo via net.Kuniyuki Iwashima
2022-09-20tcp: Set NULL to sk->sk_prot->h.hashinfo.Kuniyuki Iwashima