summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* can: bcm: registration process optimization in bcm_module_init()Ziyang Xuan2022-09-231-3/+15
* ethtool: tunnels: check the return value of nla_nest_start()Li Zhong2022-09-221-0/+2
* net/sched: use tc_qdisc_stats_dump() in qdiscZhengchao Shao2022-09-2222-147/+31
* net/sched: taprio: remove unnecessary taprio_list_lockVladimir Oltean2022-09-221-7/+0
* net/tls: Support 256 bit keys with TX device offloadGal Pressman2022-09-222-0/+13
* net/tls: Use cipher sizes structsGal Pressman2022-09-222-51/+76
* net/tls: Describe ciphers sizes by const structsTariq Toukan2022-09-221-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-191-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
| | * | net: core: fix flow symmetric hashLudovic Cintrat2022-09-091-3/+2
| | * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfDavid S. Miller2022-09-093-9/+33
| | |\ \
| | | * | netfilter: nfnetlink_osf: fix possible bogus match in nf_osf_find()Pablo Neira Ayuso2022-09-071-1/+3
| | | * | netfilter: nf_conntrack_irc: Tighten matching on DCC messageDavid Leadbeater2022-09-071-6/+28
| | | * | netfilter: nf_conntrack_sip: fix ct_sip_walk_headersIgor Ryzhov2022-09-071-2/+2
| * | | | Merge tag 'nfs-for-5.20-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2022-09-122-4/+7
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Revert "SUNRPC: Remove unreachable error condition"Dan Aloni2022-09-081-0/+3
| | * | | SUNRPC: Fix call completion races with call_decode()Trond Myklebust2022-09-011-4/+4
* | | | | net/smc: Unbind r/w buffer size from clcsock and make them tunableTony Lu2022-09-223-7/+27
* | | | | net/smc: Introduce a specific sysctl for TEST_LINK timeWen Gu2022-09-223-1/+11
* | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/netfil...Jakub Kicinski2022-09-212-6/+13
|\ \ \ \ \
| * | | | | netfilter: rpfilter: Remove unused variable 'ret'.Guillaume Nault2022-09-211-1/+0
| * | | | | netfilter: conntrack: revisit the gc initial rescheduling biasAntoine Tenart2022-09-211-4/+6
| * | | | | netfilter: conntrack: fix the gc rescheduling delayAntoine Tenart2022-09-211-2/+8
* | | | | | flow_dissector: Do not count vlan tags inside tunnel payloadQingqing Yang2022-09-211-2/+2
* | | | | | net: sched: remove unused tcf_result extensionJamal Hadi Salim2022-09-211-2/+1
* | | | | | net: sched: simplify code in mall_reoffloadWilliam Dean2022-09-211-4/+1
* | | | | | net/af_packet: registration process optimization in packet_init()Ziyang Xuan2022-09-211-13/+13
* | | | | | net: sched: act_ct: remove redundant variable errJinpeng Cui2022-09-211-4/+1
|/ / / / /
* | | | | net/sched: use tc_cls_stats_dump() in filterZhengchao Shao2022-09-208-75/+15
* | | | | net: make NET_(DEV|NS)_REFCNT_TRACKER depend on NETLukas Bulwahn2022-09-201-2/+2
* | | | | net/sched: taprio: replace safety precautions with commentsVladimir Oltean2022-09-201-15/+9
* | | | | net/sched: taprio: add extack messages in taprio_initVladimir Oltean2022-09-201-2/+6