summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | netfilter: use actual socket sk rather than skb sk when routing harderJason A. Donenfeld2020-10-3010-18/+20
| | * | | | netfilter: nftables: fix netlink report logic in flowtable and genidPablo Neira Ayuso2020-10-301-2/+2
| | |/ / /
| * | | | ip_tunnel: fix over-mtu packet send fail without TUNNEL_DONT_FRAGMENT flagswenxu2020-10-311-3/+0
| * | | | IPv6: reply ICMP error if the first fragment don't include all headersHangbin Liu2020-10-312-2/+39
| * | | | net: atm: fix update of position index in lec_seq_nextColin Ian King2020-10-311-3/+2
| * | | | ip6_tunnel: set inner ipproto before ip6_tnl_encapAlexander Ovechkin2020-10-301-2/+2
| |/ / /
* | | | Merge tag 'flexible-array-conversions-5.10-rc2' of git://git.kernel.org/pub/s...Linus Torvalds2020-10-312-3/+4
|\ \ \ \ | |/ / / |/| | |
| * | | net/smc: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-10-301-2/+2
| * | | Bluetooth: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-10-291-1/+2
* | | | Merge tag 'net-5.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2020-10-2911-24/+56
|\ \ \ \
| * | | | netem: fix zero division in tabledistAleksandr Nogikh2020-10-291-1/+8
| * | | | mptcp: add missing memory scheduling in the rx pathPaolo Abeni2020-10-291-0/+10
| * | | | tipc: fix memory leak caused by tipc_buf_append()Tung Nguyen2020-10-291-3/+2
| * | | | net: protect tcf_block_unbind with block lockLeon Romanovsky2020-10-271-2/+2
| * | | | net/sched: act_mpls: Add softdep on mpls_gso.koGuillaume Nault2020-10-271-0/+1
| * | | | devlink: Unlock on error in dumpit()Dan Carpenter2020-10-271-2/+4
| * | | | devlink: Fix some error codesDan Carpenter2020-10-271-9/+15
| * | | | net/smc: fix suppressed return codeKarsten Graul2020-10-261-2/+5
| * | | | net/smc: fix null pointer dereference in smc_listen_decline()Karsten Graul2020-10-261-3/+4
| * | | | vsock: use ns_capable_noaudit() on socket createJeff Vander Stoep2020-10-261-1/+1
| | |_|/ | |/| |
| * | | tcp: Prevent low rmem stalls with SO_RCVLOWAT.Arjun Roy2020-10-232-1/+4
* | | | RDMA: Add rdma_connect_locked()Jason Gunthorpe2020-10-281-2/+3
| |/ / |/| |
* | | mm: remove kzfree() compatibility definitionEric Biggers2020-10-251-2/+2
* | | random32: add noise from network and scheduling activityWilly Tarreau2020-10-241-0/+4
|/ /
* | Merge tag 'net-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2020-10-2328-127/+208
|\ \
| * | tcp: fix to update snd_wl1 in bulk receiver fast pathNeal Cardwell2020-10-221-0/+2
| * | net: Properly typecast int values to set sk_max_pacing_rateKe Li2020-10-222-2/+3
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfJakub Kicinski2020-10-2210-18/+30
| |\ \
| | * | netfilter: nf_fwd_netdev: clear timestamp in forwarding pathPablo Neira Ayuso2020-10-222-0/+2
| | * | netfilter: nftables_offload: KASAN slab-out-of-bounds Read in nft_flow_rule_c...Saeed Mirzamohammadi2020-10-202-5/+5
| | * | netfilter: ebtables: Fixes dropping of small packets in bridge natTimothée COCAULT2020-10-203-3/+3
| | * | netfilter: Drop fragmented ndisc packets assembled in netfilterGeorg Kohmann2020-10-201-0/+1
| | * | netfilter: conntrack: connection timeout after re-registerFrancesco Ruggeri2020-10-201-6/+13
| | * | ipvs: adjust the debug info in function set_tcp_statelongguang.yue2020-10-201-4/+6
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski2020-10-221-59/+99
| |\ \ \
| | * | | bpf: Fix bpf_redirect_neigh helper api to support supplying nexthopToke Høiland-Jørgensen2020-10-221-59/+99
| * | | | rtnetlink: fix data overflow in rtnl_calcit()Di Zhu2020-10-211-7/+6
| * | | | mptcp: depends on IPV6 but not as a moduleMatthieu Baerts2020-10-211-1/+1
| * | | | mpls: load mpls_gso after mpls_iptunnelAlexander Ovechkin2020-10-201-0/+1
| * | | | net/sched: act_tunnel_key: fix OOB write in case of IPv6 ERSPAN tunnelsDavide Caratti2020-10-201-1/+1
| * | | | net/sched: act_gate: Unlock ->tcfa_lock in tc_setup_flow_action()Guillaume Nault2020-10-201-1/+1
| * | | | mptcp: MPTCP_IPV6 should depend on IPV6 instead of selecting itGeert Uytterhoeven2020-10-201-1/+1
| * | | | nfc: Ensure presence of NFC_ATTR_FIRMWARE_NAME attribute in nfc_genl_fw_downl...Defang Bo2020-10-201-1/+1
| * | | | mptcp: MPTCP_KUNIT_TESTS should depend on MPTCP instead of selecting itGeert Uytterhoeven2020-10-201-3/+1
| * | | | mptcp: move mptcp_options_received's port initializationGeliang Tang2020-10-201-1/+1
| * | | | mptcp: initialize mptcp_options_received's ahmacGeliang Tang2020-10-201-0/+1
| * | | | net/sched: act_ct: Fix adding udp port mangle operationRoi Dayan2020-10-201-2/+2
| | |/ / | |/| |
| * | | nexthop: Fix performance regression in nexthop deletionIdo Schimmel2020-10-191-1/+1
| * | | net: dsa: tag_ksz: KSZ8795 and KSZ9477 also use tail tagsChristian Eggers2020-10-191-0/+2
| |/ /
| * | net: core: use list_del_init() instead of list_del() in netdev_run_todo()Taehee Yoo2020-10-181-1/+1