summaryrefslogtreecommitdiffstats
path: root/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* bpf: Limit static tcp-cc functions in the .BTF_ids list to x86Martin KaFai Lau2021-05-111-0/+2
* bpf, kconfig: Add consolidated menu entry for bpf with core optionsDaniel Borkmann2021-05-111-27/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2021-05-041-4/+3
|\
| * xsk: Fix for xp_aligned_validate_desc() when len == chunk_sizeXuan Zhuo2021-05-041-4/+3
* | sctp: delay auto_asconf init until binding the first addrXin Long2021-05-031-14/+17
* | Revert "net/sctp: fix race condition in sctp_destroy_sock"Xin Long2021-05-031-5/+8
* | net: hsr: check skb can contain struct hsr_ethhdr in fill_frame_infoPhillip Potter2021-05-031-0/+4
* | sctp: fix a SCTP_MIB_CURRESTAB leak in sctp_sf_do_dupcook_bXin Long2021-05-031-1/+2
* | Revert "sctp: Fix SHUTDOWN CTSN Ack in the peer restart case"Xin Long2021-05-031-5/+1
* | Revert "Revert "sctp: Fix bundling of SHUTDOWN with COOKIE-ACK""Xin Long2021-05-031-3/+3
* | sctp: do asoc update earlier in sctp_sf_do_dupcook_bXin Long2021-05-012-43/+30
* | Revert "sctp: Fix bundling of SHUTDOWN with COOKIE-ACK"Xin Long2021-05-011-3/+3
* | sctp: do asoc update earlier in sctp_sf_do_dupcook_aXin Long2021-05-011-5/+20
* | vsock/vmci: Remove redundant assignment to errYang Li2021-05-011-2/+0
|/
* net: Remove redundant assignment to errYang Li2021-04-301-3/+0
* bridge: Fix possible races between assigning rx_handler_data and setting IFF_...Zhang Zhengming2021-04-301-2/+3
* net/sched: sch_frag: fix stack OOB read while fragmenting IPv4 packetsDavide Caratti2021-04-301-4/+4
* openvswitch: fix stack OOB read while fragmenting IPv4 packetsDavide Caratti2021-04-301-4/+4
* seg6: add counters support for SRv6 BehaviorsAndrea Mayer2021-04-301-2/+196
* Merge tag 'net-next-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2021-04-29340-7565/+14477
|\
| * net: selftest: fix build issue if INET is disabledOleksij Rempel2021-04-283-3/+3
| * net: netrom: nr_in: Remove redundant assignment to nsJiapeng Chong2021-04-281-1/+0
| * net/sched: act_ct: Remove redundant ct get and checkRoi Dayan2021-04-281-3/+1
| * icmp: standardize naming of RFC 8335 PROBE constantsAndreas Roeseler2021-04-281-8/+8
| * net:nfc:digital: Fix a double free in digital_tg_recv_dep_reqLv Yunlong2021-04-281-0/+2
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2021-04-287-103/+525
| |\
| | * netfilter: nft_socket: fix build with CONFIG_SOCK_CGROUP_DATA=nArnd Bergmann2021-04-271-2/+2
| | * netfilter: nft_socket: fix an unused variable warningArnd Bergmann2021-04-271-2/+5
| | * netfilter: nftables: add catch-all set element supportPablo Neira Ayuso2021-04-276-63/+458
| | * netfilter: nftables: add helper function to validate set element dataPablo Neira Ayuso2021-04-271-4/+11
| | * netfilter: nftables: add helper function to flush set elementsPablo Neira Ayuso2021-04-271-13/+18
| | * netfilter: nftables: add loop check helper functionPablo Neira Ayuso2021-04-271-9/+21
| | * netfilter: nftables: rename set element data activation/deactivation functionsPablo Neira Ayuso2021-04-271-11/+11
| * | net: fix a concurrency bug in l2tp_tunnel_register()Gong, Sishuai2021-04-271-5/+5
| * | net/smc: Remove redundant assignment to rcJiapeng Chong2021-04-271-1/+0
| * | mpls: Remove redundant assignment to errJiapeng Chong2021-04-271-1/+0
| * | llc2: Remove redundant assignment to rcJiapeng Chong2021-04-271-2/+0
| * | net/tls: Remove redundant initialization of recordJiapeng Chong2021-04-271-1/+1
| * | rds: Remove redundant assignment to nr_sigJiapeng Chong2021-04-271-1/+0
| * | net: mscc: ocelot: support PTP Sync one-step timestampingYangbo Lu2021-04-273-53/+17
| * | net: dsa: free skb->cb usage in core driverYangbo Lu2021-04-273-9/+9
| * | net: dsa: no longer clone skb in core driverYangbo Lu2021-04-271-11/+1
| * | net: dsa: no longer identify PTP packet in core driverYangbo Lu2021-04-271-10/+2
| * | net: dsa: check tx timestamp request in core driverYangbo Lu2021-04-271-0/+3
| * | rxrpc: rxkad: Remove redundant variable offsetJiapeng Chong2021-04-271-2/+0
| * | net: bridge: mcast: fix broken length + header check for MRDv6 Adv.Linus Lüssing2021-04-272-30/+15
| |/
| * net/sched: act_ct: fix wild memory access when clearing fragmentsDavide Caratti2021-04-261-3/+3
| * Merge tag 'linux-can-next-for-5.13-20210426' of git://git.kernel.org/pub/scm/...David S. Miller2021-04-261-2/+4
| |\
| | * can: proc: fix rcvlist_* header alignment on 64-bit systemErik Flodin2021-04-251-2/+4
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2021-04-2649-1189/+1439
| |\ \